/sdk/emulator/opengl/system/egl/ |
egl_ftable.h | 18 void *proc; 20 {"eglGetError", (void *)eglGetError}, 21 {"eglGetDisplay", (void *)eglGetDisplay}, 22 {"eglInitialize", (void *)eglInitialize}, 23 {"eglTerminate", (void *)eglTerminate}, 24 {"eglQueryString", (void *)eglQueryString}, 25 {"eglGetConfigs", (void *)eglGetConfigs}, 26 {"eglChooseConfig", (void *)eglChooseConfig}, 27 {"eglGetConfigAttrib", (void *)eglGetConfigAttrib}, 28 {"eglCreateWindowSurface", (void *)eglCreateWindowSurface} [all...] |
/external/icu4c/test/cintltst/ |
cdtrgtst.h | 29 void Test4029195(void); 30 void Test4056591(void); 31 void Test4059917(void); 32 void Test4060212(void); 33 void Test4061287(void); [all...] |
creststn.h | 33 void addNEWResourceBundleTest(TestNode**); 38 static void TestResourceBundles(void); 42 static void TestConstruction1(void); 44 static void TestAliasConflict(void); 46 static void TestFallback(void); 48 static void TestBinaryCollationData(void) [all...] |
/external/icu4c/test/intltest/ |
loctest.h | 18 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ); 23 void TestBasicGetters(void); 27 void TestParallelAPIValues(void); 31 void TestSimpleResourceInfo(void); 35 void TestDisplayNames(void); 39 void TestSimpleObjectStuff(void) [all...] |
transapi.h | 27 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par=NULL); 30 void TestGetDisplayName(void); 32 void TestgetID(void); 34 void TestgetInverse(void); 36 void TestClone(void); 38 void TestTransliterate1(void) [all...] |
tzregts.h | 27 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); 30 void Test4052967(void); 31 void Test4073209(void); 32 void Test4073215(void); 33 void Test4084933(void); 34 void Test4096952(void) [all...] |
locnmtst.h | 18 void runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL); 24 void TestCreate(void); 25 void TestCreateDialect(void); 26 void TestWithKeywordsAndEverything(void); 27 void TestUldnOpen(void); 28 void TestUldnOpenDialect(void) [all...] |
srchtest.h | 28 void runIndexedTest(int32_t index, UBool exec, const char* &name, 51 void TestOpenClose(); 52 void TestInitialization(); 53 void TestBasic(); 54 void TestNormExact(); 55 void TestStrength(); 57 void TestBreakIterator(); 59 void TestVariable(); 60 void TestOverlap(); 61 void TestCollator() [all...] |
tzrulets.h | 21 void runIndexedTest(int32_t index, UBool exec, const char*& name, char* par); 23 void TestSimpleRuleBasedTimeZone(void); 24 void TestHistoricalRuleBasedTimeZone(void); 25 void TestOlsonTransition(void); 26 void TestRBTZTransition(void); 27 void TestHasEquivalentTransitions(void) [all...] |
/external/llvm/include/llvm/ |
InitializePasses.h | 24 void initializeCore(PassRegistry&); 28 void initializeTransformUtils(PassRegistry&); 32 void initializeScalarOpts(PassRegistry&); 36 void initializeVectorization(PassRegistry&); 40 void initializeInstCombine(PassRegistry&); 43 void initializeIPO(PassRegistry&); 47 void initializeInstrumentation(PassRegistry&); 50 void initializeAnalysis(PassRegistry&); 53 void initializeIPA(PassRegistry&); 56 void initializeCodeGen(PassRegistry&) [all...] |
/external/qemu/target-i386/ |
helper.h | 6 DEF_HELPER_0(lock, void) 7 DEF_HELPER_0(unlock, void) 8 DEF_HELPER_2(write_eflags, void, tl, i32) 10 DEF_HELPER_1(divb_AL, void, tl) 11 DEF_HELPER_1(idivb_AL, void, tl) 12 DEF_HELPER_1(divw_AX, void, tl) 13 DEF_HELPER_1(idivw_AX, void, tl) 14 DEF_HELPER_1(divl_EAX, void, tl) 15 DEF_HELPER_1(idivl_EAX, void, tl) 17 DEF_HELPER_1(mulq_EAX_T0, void, tl [all...] |
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/ |
tst_qscriptvalue.h | 43 void toStringSimple_data(); 44 void toStringSimple(); 45 void copyConstructor_data(); 46 void copyConstructor(); 47 void assignOperator_data(); 48 void assignOperator(); 49 void dataSharing(); 50 void constructors_data(); 51 void constructors(); 52 void getSetPrototype() [all...] |
/external/clang/test/CodeGen/ |
2002-09-19-StarInLabel.c | 3 extern void start() __asm__("start"); 4 extern void _start() __asm__("_start"); 5 extern void __start() __asm__("__start"); 6 void start() {} 7 void _start() {} 8 void __start() {}
|
2003-11-12-VoidString.c | 3 void query_newnamebuf(void) { ((void)"query_newnamebuf"); }
|
ms-declspecs.c | 3 // CHECK: define void @t3() nounwind noinline naked { 4 __declspec(naked) void t3() {} 6 // CHECK: define void @t22() nounwind 7 void __declspec(nothrow) t22(); 8 void t22() {} 10 // CHECK: define void @t2() nounwind noinline { 11 __declspec(noinline) void t2() {} 13 // CHECK: call void @f20_t() 15 __declspec(noreturn) void f20_t(void); [all...] |
/external/llvm/test/Assembler/ |
2008-09-02-FunctionNotes.ll | 4 define void @fn1() alwaysinline { 5 ret void 8 define void @fn2() noinline { 9 ret void 12 define void @fn3() { 13 ret void
|
/external/llvm/test/Transforms/GlobalDCE/ |
2002-07-17-ConstantRef.ll | 4 @X = global void ()* @func ; <void ()**> [#uses=0] 7 define internal void @func() { 8 ret void 11 define void @main() { 12 ret void
|
/external/nist-sip/java/javax/sip/ |
SipListener.java | 4 void processDialogTerminated(DialogTerminatedEvent dialogTerminatedEvent); 5 void processIOException(IOExceptionEvent exceptionEvent); 6 void processRequest(RequestEvent requestEvent); 7 void processResponse(ResponseEvent responseEvent); 8 void processTimeout(TimeoutEvent timeoutEvent); 9 void processTransactionTerminated(
|
/external/clang/test/Index/ |
targeted-cursor.m.h | 4 -(void)mm:(void (^)(I*))block; 5 -(void)mm2:(I*)i;
|
/external/clang/test/Sema/ |
for.c | 4 void b1 (void) { for (void (*f) (void);;); } 5 void b2 (void) { for (void f (void);;); } // expected-error {{declaration of non-local variable}} 6 void b3 (void) { for (static int f;;); } // expected-error {{declaration of non-local variable} [all...] |
/external/llvm/test/Transforms/GlobalOpt/ |
2009-02-15-ResolveAlias.ll | 3 define internal void @f() { 5 ; CHECK: define void @a 6 ret void 9 @a = alias void ()* @f 11 define void @g() { 12 call void()* @a() 13 ret void 16 @b = alias internal void ()* @g 19 define void @h() { 20 call void()* @b( [all...] |
/sdk/emulator/opengl/tests/gles_android_wrapper/ |
gles_proc.h | 23 typedef void (* glAlphaFunc_t) (GLenum, GLclampf); 24 typedef void (* glClearColor_t) (GLclampf, GLclampf, GLclampf, GLclampf); 25 typedef void (* glClearDepthf_t) (GLclampf); 26 typedef void (* glClipPlanef_t) (GLenum, const GLfloat*); 27 typedef void (* glColor4f_t) (GLfloat, GLfloat, GLfloat, GLfloat); 28 typedef void (* glDepthRangef_t) (GLclampf, GLclampf); 29 typedef void (* glFogf_t) (GLenum, GLfloat); 30 typedef void (* glFogfv_t) (GLenum, const GLfloat*); 31 typedef void (* glFrustumf_t) (GLfloat, GLfloat, GLfloat, GLfloat, GLfloat, GLfloat); 32 typedef void (* glGetClipPlanef_t) (GLenum, GLfloat*) [all...] |
/dalvik/tests/052-verifier-fun/src/ |
Blah.java | 2 public void unrelatedStuff() {
|
BlahFeature.java | 2 public void doStuff();
|
/external/clang/bindings/python/tests/cindex/INPUTS/ |
header3.h | 3 void f();
|