HomeSort by relevance Sort by last modified time
    Searched refs:bar (Results 301 - 325 of 1644) sorted by null

<<11121314151617181920>>

  /ndk/tests/device/test-gnustl_static-exception/jni/
test4_foo.cpp 20 extern int bar(void);
25 bar();
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh10.cpp 12 void bar() { function
24 bar();
  /ndk/tests/device/test-stlport_static-exception/jni/
eh10.cpp 12 void bar() { function
24 bar();
  /external/llvm/test/MC/Mips/mips32r6/
relocations.s 8 # CHECK-FIXUP: addiupc $2, bar # encoding: [0xec,0b01000AAA,A,A]
10 # CHECK-FIXUP: value: bar, kind: fixup_MIPS_PC19_S2
11 # CHECK-FIXUP: beqc $5, $6, bar # encoding: [0x20,0xa6,A,A]
13 # CHECK-FIXUP: value: bar, kind: fixup_Mips_PC16
14 # CHECK-FIXUP: bnec $5, $6, bar # encoding: [0x60,0xa6,A,A]
16 # CHECK-FIXUP: value: bar, kind: fixup_Mips_PC16
17 # CHECK-FIXUP: beqzc $9, bar # encoding: [0xd9,0b001AAAAA,A,A]
19 # CHECK-FIXUP: value: bar, kind: fixup_MIPS_PC21_S2
20 # CHECK-FIXUP: bnezc $9, bar # encoding: [0xf9,0b001AAAAA,A,A]
22 # CHECK-FIXUP: value: bar, kind: fixup_MIPS_PC21_S
    [all...]
  /build/tools/droiddoc/test/generics/src/com/android/generics/
Bar.java 19 public interface Bar<K> {
20 public K bar(K arg); method in interface:Bar
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
089-redefine-macro-error.c 7 #define foo() bar
8 #define foo(x) bar
10 #define bar() baz macro
11 #define bar baz macro
  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p2.cpp 8 template <typename> struct bar {}; // expected-error{{templates cannot be declared inside of a local class}} struct in struct:foo
  /external/clang/test/CodeGen/
2006-03-03-MissingInitializer.c 9 bar(&bob);
2006-10-30-ArrayCrash.c 11 void bar() function
2007-04-05-UnPackedStruct.c 14 void bar(){ function
2008-08-19-cast-of-typedef.c 9 bar((long) x->f0);
2010-01-18-Inlined-Debug.c 7 void bar(double x) { function
PR2001-bitfield-reload.c 13 int bar() { function
arrayderef.c 13 int * bar(unsigned int ix) { function
2005-01-02-ConstantInits.c 17 int foo(int i) { return bar(&Arr[49])+bar(&Arr[i]); }
23 return bar(Arr+i);
  /external/clang/test/CodeGenCXX/
asm.cpp 9 void bar(A &a) function
fp16-overload.cpp 10 int bar (void) { return foo(a); } function
debug-info-alias.cpp 12 bar
17 // CHECK: [[BINT]] = {{.*}} ; [ DW_TAG_typedef ] [bar<int>] [line 42
18 x::bar<int> bi;
20 // CHECK: [[BFLOAT]] = {{.*}} ; [ DW_TAG_typedef ] [bar<float>] [line 42
21 x::bar<float> bf;
debug-info-fwd-ref.cpp 8 struct bar { struct
11 bar(int x) : b(x), b_ref(b) {} function in struct:bar
15 bar myBar(1);
19 // Make sure we have two DW_TAG_structure_types for baz and bar and no forward
22 // CHECK: [ DW_TAG_structure_type ] [bar]
  /external/clang/test/PCH/
attrs-PR8406.c 11 struct Bar
20 struct Bar bar; local
  /external/clang/test/Sema/
atomic-requires-library-error.c 7 struct bar { struct
11 struct bar smallThing;
19 struct bar b = {0};
27 struct bar b;
  /external/clang/test/SemaCXX/
no-wchar.cpp 7 void bar() { function
  /external/compiler-rt/test/profile/Inputs/
instrprof-dynamic-main.cpp 5 bar<void>();
  /external/mesa3d/src/glsl/glcpp/tests/
089-redefine-macro-error.c 7 #define foo() bar
8 #define foo(x) bar
10 #define bar() baz macro
11 #define bar baz macro
  /cts/tests/app/src/android/app/cts/
ActionBarActivity.java 27 ActionBar bar = getActionBar(); local
28 if (bar != null) {
29 bar.setNavigationMode(ActionBar.NAVIGATION_MODE_TABS);

Completed in 811 milliseconds

<<11121314151617181920>>