/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
find.html | 3 <input value="foo2 bar2 baz2">
|
/external/clang/test/CodeGen/ |
2005-09-24-AsmUserPrefix.c | 4 void foo() __asm__("foo2");
|
sret2.c | 11 struct abc foo2(){} function
|
debug-info.c | 37 struct foo2 { struct 41 struct foo2 foo2; variable in typeref:struct:foo2
|
/external/clang/test/SemaObjC/ |
provisional-ivar-lookup.m | 9 @property (readwrite, nonatomic) int foo, foo1, foo2, foo3; 27 _foo = foo2; // expected-error {{use of undeclared identifier 'foo2'}} 34 @synthesize foo2 = _foo2;
|
enhanced-proto-2.m | 15 - (void) FOO2; 20 - (void) FOO2{}
|
/external/lldb/test/expression_command/formatters/ |
main.cpp | 35 foo foo2(121); 37 foo2.a = 7777; // Stop here 38 *(foo2.b.i_ptr) = 8888; 39 foo2.b.b.h = 9999;
|
/external/llvm/test/Linker/ |
alias.ll | 10 @foo2 = weak global i32 0 11 ; CHECK-DAG: @foo2 = alias bitcast (i32* @zed to i16*) 13 @bar2 = alias i32* @foo2 14 ; CHECK-DAG: @bar2 = alias bitcast (i16* @foo2 to i32*)
|
2008-06-13-LinkOnceRedefinition.ll | 4 ; RUN: llvm-as %s -o %t.foo2.bc 6 ; RUN: llvm-link %t.foo1.bc %t.foo2.bc -S
|
/external/llvm/test/Object/Inputs/ |
elfver.S | 23 .symver foo2, foo@@VER2 24 .globl foo2 25 .type foo2, @function 26 foo2: label
|
/external/chromium_org/third_party/android_crazy_linker/src/tests/ |
foo2.cpp | 8 // Same as foo.cpp, byt exposes Foo2() instead of Foo(). 10 extern "C" void Foo2() {
|
/external/clang/test/Preprocessor/ |
macro_paste_empty.c | 7 #define FOO2(X) Y ## X 8 b:FOO2()
|
/external/clang/test/Rewriter/ |
rewrite-weak-attr.m | 4 __block id foo2 = nil; 9 foo2 = nil;
|
weak_byref_objects.m | 6 __block id foo2 = nil; 11 foo2 = nil;
|
/external/llvm/test/Feature/ |
packed.ll | 6 @foo2 = external global <2 x i32> ; <<2 x i32>*> [#uses=2] 10 store <2 x i32> < i32 4, i32 4 >, <2 x i32>* @foo2 12 %l2 = load <2 x i32>* @foo2 ; <<2 x i32>> [#uses=0]
|
/external/llvm/test/Integer/ |
packed_bt.ll | 6 @foo2 = external global <2 x i10> 12 store <2 x i10> <i10 4, i10 4>, <2 x i10>* @foo2 14 %l2 = load <2 x i10>* @foo2
|
/ndk/tests/device/whole-static-libs/jni/ |
main.c | 2 * and works properly. Here, we check that the 'foo2' function which is 20 if (dlsym(lib, "foo2") == NULL) { 21 fprintf(stderr, "Symbol 'foo2' is missing from shared library!!\n");
|
/ndk/tests/build/topological-sort/jni/ |
Android.mk | 7 # files (foo.c and foo2.c), which implement two functions 8 # (foo and foo2 respectively). 11 # module 'foo' but only uses the 'foo2' function from it. 14 # but only calls the 'foo' and 'bar' function (i.e. not foo2). 26 # find an object file that contains foo2(), because the search starts 43 foo2.c
|
/external/clang/test/CodeGenCXX/ |
fastcall.cpp | 15 void __attribute__((fastcall)) foo2(S1 a, int b); 19 foo2(a, b);
|
2010-06-22-BitfieldInit.cpp | 11 TEST2 foo2; member in struct:_TEST3
|
/external/clang/test/Parser/ |
nested-namespaces-recovery.cpp | 6 namespace foo1::foo2::foo3 { // expected-error {{nested namespace definition must define each namespace separately}} 11 return foo1::foo2::foo3::foo(x);
|
/external/llvm/test/Transforms/GlobalOpt/ |
deadglobal.ll | 18 define void @foo2() { 19 ; CHECK-LABEL: define void @foo2(
|
/ndk/sources/android/crazy_linker/tests/ |
foo2.cpp | 8 // Same as foo.cpp, byt exposes Foo2() instead of Foo(). 10 extern "C" void Foo2() {
|
/external/clang/test/Index/skip-parsed-bodies/ |
t.h | 24 static inline int foo2() { function
|
/external/clang/test/PCH/Inputs/ |
chain-selectors2.h | 9 void foo2() { function
|