代码搜索:Method

找到约 10,000 项符合「Method」的源代码

代码结果 10,000
www.eeworm.com/read/198218/5089321

c ffuart_method.c

typedef unsigned short ulong; #define FFUART_BASE 0x40100000 #define FFRBR (*((volatile ulong *)(FFUART_BASE+0x00))) #define FFTHR (*((volatile ulong *)(FFUART_BASE+0x0
www.eeworm.com/read/198218/5089330

c ffuart_method.c

typedef unsigned long ulong; #define FFUART_BASE 0x40100000 #define FFRBR (*((volatile ulong *)(FFUART_BASE+0x00))) #define FFTHR (*((volatile ulong *)(FFUART_BASE+0x00
www.eeworm.com/read/190666/5176082

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/190666/5176083

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/190666/5177863

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/190666/5180619

c final_method.c

#include jstring Java_final_1method_meth (JNIEnv *env, jobject thisv) { return (*env)->NewStringUTF (env, "zardoz has spoken"); }
www.eeworm.com/read/190666/5180621

out final_method.out

zardoz has spoken
www.eeworm.com/read/190666/5180635

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/167185/5462719

h method~0.h

/* Copyright (c) 1995 Entropic Research Laboratory, Inc. */ /* Methods.h */ /* @(#)Methods.h 1.2 9/26/95 ATT/ERL/ESI */ typedef struct methods { char *name; char *(*meth)(); struct methods *ne
www.eeworm.com/read/165810/5477169

vm foreach-method.vm

#* @test foreach-method.vm This template is used for Velocity regression testing. If you alter this template make sure you change the corresponding comparison file so that the regression test doesn