/external/clang/test/Modules/Inputs/CmdLine.framework/Headers/ |
CmdLine.h | 2 int *foo(void); 4 float *foo(void);
|
/external/clang/test/Sema/ |
warn-unused-function.c | 5 void foo() {} 6 static void f2() {} 7 static void f1() {f2();} // expected-warning{{unused}} 12 static void f3(); 13 extern void f3() { } // expected-warning{{unused}} 17 //inline static void f4(); 18 //void f4() { } 20 static void __attribute__((used)) f5() {} 21 static void f6(); 22 static void __attribute__((used)) f6() [all...] |
/external/icu4c/test/cintltst/ |
cucdapi.h | 7 void TestUScriptCodeAPI(void); 8 void TestHasScript(void); 9 void TestGetScriptExtensions(void); 10 void TestBinaryValues(void);
|
capitst.h | 32 static void doAssert(int condition, const char *message); 38 void TestProperty(void); 42 void TestRuleBasedColl(void); 47 void TestCompare(void); 51 void TestHashCode(void); 55 void TestSortKey(void) [all...] |
/external/linux-tools-perf/util/ui/ |
helpline.h | 4 void ui_helpline__init(void); 5 void ui_helpline__pop(void); 6 void ui_helpline__push(const char *msg); 7 void ui_helpline__vpush(const char *fmt, va_list ap); 8 void ui_helpline__fpush(const char *fmt, ...); 9 void ui_helpline__puts(const char *msg);
|
/external/mesa3d/src/glsl/tests/ |
parameters-01.glsl | 3 void a() 8 void a()
|
/ndk/tests/build/multiple-static-const/jni/ |
foo.cpp | 3 void foo(void)
|
/system/core/debuggerd/ |
vfp-crasher.c | 3 extern void crash(void);
|
/external/bluetooth/glib/gio/ |
gio-marshal.list | 0 VOID:STRING,STRING,STRING,FLAGS 2 VOID:STRING,BOXED 3 VOID:BOOLEAN,POINTER 4 VOID:OBJECT,OBJECT,ENUM
|
/external/clang/test/Index/ |
annotate-toplevel-in-objccontainer.m.h | 2 void funcPCH1(int); 3 void funcPCH2(int); 7 -(void)meth1; 8 -(void)meth2;
|
/external/valgrind/main/tests/ |
true.c | 1 int main(void)
|
/frameworks/compile/slang/tests/F_multi_export_errors/ |
multi_export_errors.rs | 4 int init(void) { 8 void root(void) { 11 int foo(void) {
|
/external/clang/test/Index/Inputs/ |
foo.h | 3 void foo_func(int param1); 4 void bar_func(void);
|
/frameworks/rs/ |
rsEnv.h | 4 typedef void * RsAdapter1D; 5 typedef void * RsAdapter2D; 6 typedef void * RsAllocation; 7 typedef void * RsContext; 8 typedef void * RsDevice; 9 typedef void * RsElement; 10 typedef void * RsSampler; 11 typedef void * RsScript; 12 typedef void * RsMesh; 13 typedef void * RsType [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/ |
Analysis.java | 10 void setIn(Node node, Object o); 12 void setOut(Node node, Object o); 14 void caseStart(Start node); 15 void caseAMultipleCommand(AMultipleCommand node); 16 void caseACommentCommand(ACommentCommand node); 17 void caseADataCommand(ADataCommand node); 18 void caseAVarCommand(AVarCommand node); 19 void caseALvarCommand(ALvarCommand node); 20 void caseAEvarCommand(AEvarCommand node); 21 void caseAUvarCommand(AUvarCommand node) [all...] |
/external/dropbear/libtomcrypt/testprof/ |
tomcrypt_test.h | 15 int (*entry)(void); 20 void run_cmd(int res, int line, char *file, char *cmd); 29 int cipher_hash_test(void); 30 int modes_test(void); 31 int mac_test(void); 32 int pkcs_1_test(void); 33 int store_test(void); 34 int rsa_test(void); 35 int katja_test(void); 36 int ecc_tests(void); [all...] |
/external/icu4c/test/intltest/ |
transrt.h | 26 void runIndexedTest(int32_t index, UBool exec, const char* &name, 29 void TestKana(void); 30 void TestHiragana(void); 31 void TestKatakana(void); 32 void TestJamo(void); 33 void TestHangul(void) [all...] |
tsputil.h | 18 void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ); 21 // void testIEEEremainder(void); 22 void testMaxMin(void); 25 // void remainderTest(double x, double y, double exp); 26 void maxMinTest(double a, double b, double exp, UBool max); 29 void testNaN(void); 30 void testPositiveInfinity(void) [all...] |
/external/clang/test/ASTMerge/Inputs/ |
function2.c | 2 void f0(Int); 3 void f1(Int, double); 4 void f2(int, int); 5 void f3(int); 6 static void f4(float, float);
|
/external/clang/test/PCH/Inputs/ |
chain-decls2.h | 0 void g(); 4 void one(); 7 void many(int k); 9 void many(int l); 12 void noret() __attribute__((noreturn));
|
/sdk/emulator/opengl/tests/EGL_host_wrapper/ |
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...] |
/sdk/emulator/opengl/tests/gles_android_wrapper/ |
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/clang/test/CodeGen/ |
microsoft-call-conv.c | 3 void __fastcall f1(void); 4 void __stdcall f2(void); 5 void __thiscall f3(void); 6 void __fastcall f4(void) { 7 // CHECK: define x86_fastcallcc void @f4() 9 // CHECK: call x86_fastcallcc void @f1( [all...] |
stdcall-fastcall.c | 3 void __attribute__((fastcall)) f1(void); 4 void __attribute__((stdcall)) f2(void); 5 void __attribute__((thiscall)) f3(void); 6 void __attribute__((fastcall)) f4(void) { 7 // CHECK: define x86_fastcallcc void @f4() 9 // CHECK: call x86_fastcallcc void @f1( [all...] |
/gdk/sources/llvm-ndk-cc/tests/P_cxx/ |
cxx.cpp | 3 void foo() {} 4 void foo(int a) {} 8 void foo() {} 9 void foo(double a) {} 14 void foo() {} 15 void foo(char* a) {} 19 extern "C" void c_interface() {
|