代码搜索:Method
找到约 10,000 项符合「Method」的源代码
代码结果 10,000
www.eeworm.com/read/472233/1415307
cpp runtime_method.cpp
/*
* Copyright (C) 2003, 2008 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condi
www.eeworm.com/read/472233/1415324
h runtime_method.h
/*
* Copyright (C) 2003, 2008 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condi
www.eeworm.com/read/472167/1418703
al bad_method.al
# NOTE: Derived from ./blib/lib/URI/URL.pm. Changes made here will be lost.
package URI::URL;
# This is set up as an alias for various methods
sub bad_method {
my $self = shift;
my $scheme =
www.eeworm.com/read/470720/1448296
m method-1.m
/* Tests of duplication. */
/* { dg-do compile } */
@interface class1
- (int) meth1;
- (void) meth1; /* { dg-error "duplicate declaration of instance method" } */
@end
@interface class2
+ (void) m
www.eeworm.com/read/470720/1448300
m method-2.m
/* Test for lookup of class (factory) methods. */
/* Author: Ziemowit Laski . */
/* { dg-do compile } */
@interface MyBase
- (void) rootInstanceMethod;
@end
@interface MyInterme
www.eeworm.com/read/470720/1450095
m va_method.m
/* Contributed by Nicola Pero - Thu Mar 8 16:27:46 CET 2001 */
#include
#include
/* Test method with variable number of arguments */
@interface MathClass
{
Class i
www.eeworm.com/read/470713/1453369
c final_method.c
#include
JNIEXPORT jstring JNICALL
Java_final_1method_meth (JNIEnv *env, jobject thisv)
{
return (*env)->NewStringUTF (env, "zardoz has spoken");
}
www.eeworm.com/read/470713/1453385
java final_method.java
// Minimal test a non-static final method.
public class final_method
{
static
{
System.loadLibrary ("final_method");
}
public final native String meth ();
public static void main (Str
www.eeworm.com/read/470693/1460242
m method-1.m
/* Tests of duplication. */
/* { dg-do compile } */
@interface class1
- (int) meth1;
- (void) meth1; /* { dg-error "duplicate declaration of instance method" } */
@end
@interface class2
+ (void) m