/development/ndk/samples/module-exports/jni/bar/ |
bar.c | 1 #include "bar.h" 4 int bar(int x) function
|
/external/chromium_org/v8/test/mjsunit/ |
global-vars-eval.js | 29 this.bar = 'fisk'; 30 assertEquals('fisk', bar, "1"); 31 var bar; variable 32 assertEquals('fisk', bar, "2"); 33 var bar = 'hest'; variable 34 assertEquals('hest', bar, "3");
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-crbug-140083.js | 35 function bar(o) { function 41 bar(baz); 42 bar(baz); 43 %OptimizeFunctionOnNextCall(bar) 44 bar(baz);
|
regress-prepare-break-while-recompile.js | 43 function bar() { function 57 Debug.setBreakPoint(bar, 0, 0);
|
/external/clang/test/CodeGen/ |
2002-02-13-ConditionalInCall.c | 8 void bar(int x) { function
|
2004-06-08-OpaqueStructArg.c | 5 void bar() { function
|
2005-09-24-AsmUserPrefix.c | 6 void bar() { function
|
2006-09-28-SimpleAsm.c | 4 void bar() { function
|
2007-12-16-AsmNoUnwind.c | 3 void bar() { asm (""); } function
|
2009-07-14-VoidPtr.c | 5 void *bar = &foo; variable
|
extern-weak.c | 11 void bar() { foo(); } function
|
/external/clang/test/CodeGenCXX/ |
2006-11-20-GlobalSymbols.cpp | 9 int bar() { function
|
/external/clang/test/Misc/ |
working-directory.c | 5 Foo bar; variable
|
/external/clang/test/PCH/ |
fuzzy-pch.c | 13 BAR bar = 17; variable 23 #ifndef BAR 24 # error BAR was not defined
|
/external/clang/test/Preprocessor/ |
pragma_unknown.c | 5 #define bar xX macro 6 #pragma foo bar // expected-warning {{unknown pragma ignored}} 7 // CHECK: {{^}}#pragma foo bar{{$}}
|
/external/clang/test/Rewriter/ |
missing-dllimport.c | 12 void bar() { return 1; } function 14 // CHECK-NEG: error: void function 'bar' should not return a value 17 // CHECK-POS: error: void function 'bar' should not return a value
|
/external/clang/test/Sema/ |
implicit-cast-dump.c | 7 void bar() { function 8 // CHECK: FunctionDecl {{.*}} <line:{{.*}}, line:{{.*}}> bar 'void ()'
|
no-format-y2k-turnsoff-format.c | 6 void bar(unsigned int a) { function
|
/external/llvm/test/MC/ELF/ |
norelocation.s | 3 call bar 4 bar: label
|
relax-arith.s | 6 bar: label 16 imul $foo, bar, %bx 18 imul $foo, bar, %ebx 20 imul $foo, bar, %rbx 32 andw $foo, bar 34 andl $foo, bar 36 andq $foo, bar 47 orw $foo, bar 49 orl $foo, bar 51 orq $foo, bar [all...] |
relocation.s | 5 bar: label 6 movl $bar, %edx # R_X86_64_32 7 movq $bar, %rdx # R_X86_64_32S 8 movq $bar, bar(%rip) # R_X86_64_32S 9 movl bar, %edx # R_X86_64_32S 10 movq bar, %rdx # R_X86_64_32S 11 .long bar # R_X86_64_32 17 pushq $bar 19 leaq foo-bar(%r14),%r1 [all...] |
weak.s | 8 // And that bar is after all local symbols and has non zero value. 9 .weak bar 10 bar: label 13 // CHECK: Name: bar
|
/external/v8/test/mjsunit/ |
global-vars-eval.js | 29 this.bar = 'fisk'; 30 assertEquals('fisk', bar, "1"); 31 var bar; variable 32 assertEquals('fisk', bar, "2"); 33 var bar = 'hest'; variable 34 assertEquals('hest', bar, "3");
|
/ndk/tests/build/build-assembly-file/jni/ |
assembly2.S | 1 .global bar 2 bar: label
|
/ndk/tests/build/import-static/bar/ |
bar.c | 1 #include "bar.h" 3 int bar(int x) function
|