Searched refs:func1 (Results 1 - 25 of 69) sorted by relevance

123

/external/chromium_org/tools/gyp/test/builddir/src/
H A Dprog1.c3 extern void func1(void);
8 func1();
H A Dfunc1.c3 void func1(void) function
5 printf("Hello from func1.c\n");
/external/chromium_org/tools/gyp/test/exclusion/
H A Dhello.c7 int func1(void) { function
13 printf("%d\n", func1());
/external/chromium_org/tools/gyp/test/product/
H A Dhello.c7 int func1(void) { function
13 printf("%d\n", func1());
/external/chromium_org/tools/gyp/test/additional-targets/src/dir1/
H A Dlib1.c4 int func1(void) {
/external/clang/test/CodeGen/
H A D2006-09-25-DebugFilename.c3 int func1() { return hfunc1(); } function
H A Dx86_32-inline-asm.c10 int func1() { function
/external/clang/test/CodeGenCXX/
H A Dstatic-init-1.cpp8 int func1(int c) { return printf("loading the func1(%d)\n", c); } function
10 static int loader_1 = func1(++count);
15 static int loader_3 = func1(++count);
21 static int loader_5 = func1(++count);
H A Dbool-bitfield.cpp8 void func1(bool b, A& a1) function
H A Dmangle-extern-local.cpp15 extern int var1, func1();
16 return var1 + func1();
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-334.js36 function func1(){} function
40 %AddNamedProperty(object, "foo", func1, DONT_ENUM | DONT_DELETE);
41 %AddNamedProperty(object, "bar", func1, DONT_ENUM | READ_ONLY);
42 %AddNamedProperty(object, "baz", func1, DONT_DELETE | READ_ONLY);
43 %AddNamedProperty(object.__proto__, "bif", func1, DONT_ENUM | DONT_DELETE);
59 assertEquals(func1, object.foo, "read foo");
60 assertEquals(func1, object.bar, "read bar");
61 assertEquals(func1, object.baz, "read baz");
66 assertEquals(func1, object.bar, "read bar 2");
86 assertEquals(func1, objec
[all...]
/external/ltrace/testsuite/ltrace.main/
H A Dfilters.exp21 void func1(void) { func2(); }
30 void func1(void);
31 int main(int argc, char *argv[]) { func1(); return 0; }
35 {{filt(\.pie)?->func1} == 1}
39 {{func1 resumed} == 1}
43 {^func1\(.*\)} == 1
46 {filt(\.pie)?->func1\(.*\)} == 1
61 {{filt(\.pie)?->func1\(} == 1}
63 {{func1 resumed} == 1}
68 {{filt(\.pie)?->func1\(}
[all...]
H A Dbranch_func.c38 func1(int i) function
49 counter += func1(i);
/external/llvm/test/MC/ARM/
H A Deh-directive-fnend-diagnostics.s10 .globl func1
12 .type func1,%function
13 func1: label
H A Deh-directive-pad-diagnostics.s13 .globl func1
15 .type func1,%function
21 func1: label
H A Deh-directive-personality-diagnostics.s13 .globl func1
15 .type func1,%function
21 func1: label
/external/clang/test/Modules/Inputs/
H A Dredecl-merge-top.h18 int func1(int);
H A Dredecl-merge-right.h66 int func1(int);
67 int func1(int);
68 int func1(int x) { return x; } function
69 int func1(int);
/external/clang/test/Index/
H A Dcomplete-access-checks.cpp3 void func1();
19 void func1();
38 // CHECK-SUPER-ACCESS: CXXMethod:{ResultType void}{Informative X::}{TypedText func1}{LeftParen (}{RightParen )} (36)
51 // CHECK-ACCESS: CXXMethod:{ResultType void}{TypedText func1}{LeftParen (}{RightParen )} (34)
H A Dcomplete-type-factors.m12 int func1(enum Color);
19 func1(c);
38 // CHECK-CC1: FunctionDecl:{ResultType int}{TypedText func1}{LeftParen (}{Placeholder enum Color}{RightParen )} (12)
53 // CHECK-CC2: FunctionDecl:{ResultType int}{TypedText func1}{LeftParen (}{Placeholder enum Color}{RightParen )} (25)
68 // CHECK-CC3: FunctionDecl:{ResultType int}{TypedText func1}{LeftParen (}{Placeholder enum Color}{RightParen )} (25)
84 // CHECK-CC4: FunctionDecl:{ResultType int}{TypedText func1}{LeftParen (}{Placeholder enum Color}{RightParen )} (25)
102 // CHECK-CC6: FunctionDecl:{ResultType int}{TypedText func1}{LeftParen (}{Placeholder enum Color}{RightParen )} (25)
118 // CHECK-CC7: FunctionDecl:{ResultType int}{TypedText func1}{LeftParen (}{Placeholder enum Color}{RightParen )} (25)
130 // CHECK-CC8: FunctionDecl:{ResultType int}{TypedText func1}{LeftParen (}{Placeholder enum Color}{RightParen )} (25)
/external/chromium_org/v8/test/webkit/
H A Ddfg-int32-to-double-on-set-local-and-exit.js35 function func1() { function
47 s = func1(); // The bug is that this function will be called twice, if our Int32ToDouble hoisting does a backward speculation.
H A Ddfg-int32-to-double-on-set-local-and-sometimes-exit.js35 function func1() { function
49 s = func1(); // The bug is that this function will be called twice, if our Int32ToDouble hoisting does a backward speculation.
/external/llvm/test/DebugInfo/Inputs/
H A Darange-overlap.cc10 # define FUNC_NAME func1
/external/compiler-rt/test/builtins/Unit/
H A Denable_execute_stack_test.c38 int func1() function
58 memcpy(execution_buffer, (void *)(uintptr_t)&func1, 128);
/external/valgrind/main/drd/tests/
H A Dstd_atomic.cpp15 void *func1(void *instance) function
41 err = pthread_create(&thread1, NULL, &func1, NULL);

Completed in 662 milliseconds

123