HomeSort by relevance Sort by last modified time
    Searched full:bar2 (Results 26 - 50 of 206) sorted by null

12 3 4 5 6 7 8 9

  /external/gmock/test/
gmock_output_test_golden.txt 3 FILE:#: EXPECT_CALL(foo_, Bar2(0, _)) invoked
6 FILE:#: Mock function call matches EXPECT_CALL(foo_, Bar2(0, _))...
7 Function call: Bar2(0, 0)
23 FILE:#: Too few actions specified in EXPECT_CALL(foo_, Bar2(_, _))...
26 FILE:#: Actions ran out in EXPECT_CALL(foo_, Bar2(_, _))...
34 Function call: Bar2(1, 0)
38 FILE:#: EXPECT_CALL(foo_, Bar2(0, _))...
60 Function call: Bar2(0, 1)
76 Function call: Bar2(0, 1)
91 Function call: Bar2(1, 1
    [all...]
  /external/google-breakpad/src/testing/test/
gmock_output_test_golden.txt 3 FILE:#: EXPECT_CALL(foo_, Bar2(0, _)) invoked
6 FILE:#: Mock function call matches EXPECT_CALL(foo_, Bar2(0, _))...
7 Function call: Bar2(0, 0)
23 FILE:#: Too few actions specified in EXPECT_CALL(foo_, Bar2(_, _))...
26 FILE:#: Actions ran out in EXPECT_CALL(foo_, Bar2(_, _))...
34 Function call: Bar2(1, 0)
38 FILE:#: EXPECT_CALL(foo_, Bar2(0, _))...
60 Function call: Bar2(0, 1)
76 Function call: Bar2(0, 1)
91 Function call: Bar2(1, 1
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
section7.s 7 .pushsection .bar2,3,"a"
35 .pushsection .bar2,"a"
  /external/clang/test/CodeGen/
arm-aapcs-zerolength-bitfield.c 57 char bar2; member in struct:t6
59 static int arr6_offset[(offsetof(struct t6, bar2) == 2) ? 0 : -1];
67 char bar2; member in struct:t7
69 static int arr7_offset[(offsetof(struct t7, bar2) == 3) ? 0 : -1];
77 char bar2; member in struct:t8
79 static int arr8_offset[(offsetof(struct t8, bar2) == 5) ? 0 : -1];
87 char bar2; member in struct:t9
89 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
97 char bar2; member in struct:t10
99 static int arr10_offset[(offsetof(struct t10, bar2) == 9) ? 0 : -1]
108 char bar2; member in struct:t11
143 char bar2; member in struct:t14
217 int bar2; member in struct:t21
    [all...]
arm-apcs-zerolength-bitfield.c 61 char bar2; member in struct:t6
63 static int arr6_offset[(offsetof(struct t6, bar2) == 5) ? 0 : -1];
71 char bar2; member in struct:t7
73 static int arr7_offset[(offsetof(struct t7, bar2) == 5) ? 0 : -1];
81 char bar2; member in struct:t8
83 static int arr8_offset[(offsetof(struct t8, bar2) == 5) ? 0 : -1];
91 char bar2; member in struct:t9
93 static int arr9_offset[(offsetof(struct t9, bar2) == 5) ? 0 : -1];
101 char bar2; member in struct:t10
103 static int arr10_offset[(offsetof(struct t10, bar2) == 5) ? 0 : -1]
112 char bar2; member in struct:t11
147 char bar2; member in struct:t14
221 int bar2; member in struct:t21
    [all...]
nonnull.c 13 // CHECK: define void @bar2(i32* %x, i32* nonnull %y)
14 void bar2(int * x, int * y) __attribute__((nonnull(2))) { function
  /external/clang/test/Driver/
at_file.c.args 1 -Dfoo1=bar1 -Dfoo2="bar2 zed2"
  /external/libxml2/test/relaxng/
spec1.rng 11 <element name="ex2:bar2">
  /external/llvm/test/CodeGen/X86/
2008-09-25-sseregparm-1.ll 17 define float @bar2() nounwind {
bool-zext.ll 17 ; X64: @bar2
20 ; WIN64: @bar2
23 define void @bar2(i8 zeroext %v1) nounwind ssp {
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-module-unloaded.cc 35 void (*bar2)() = (void (*)())dlsym(handle2, "bar");
36 assert(bar2);
37 bar2();
42 dlclose(bar1 < bar2 ? handle1 : handle2);
44 dlclose(bar1 < bar2 ? handle2 : handle1);
  /external/valgrind/helgrind/tests/
bar_bad.c 20 pthread_barrier_t *bar1, *bar2, *bar3, *bar4, *bar5; local
43 bar2 = malloc(sizeof(pthread_barrier_t));
44 pthread_barrier_init(bar2, NULL, 1);
45 pthread_barrier_init(bar2, NULL, 1);
86 free(bar1); free(bar2); free(bar3); free(bar4); free(bar5);
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
sort 17 ."bar2 = boy end, has rise A midnight \n"
31 ."\t\@echo \$(sort \$(bar2) \$(foo) \$(addsuffix \$(s1), \$(bar) ) \$(t2) \$(bar2) \$(bar3))\n"
32 ."\t\@echo \$(sort \$(blank) \$(foo) \$(bar2) \$(t1) \$(p1) )\n"
33 ."\t\@echo \$(sort \$(foo) \$(bar2) \$(t1) \$(t4) \$(t5) \$(t7) \$(t6) )\n";
  /external/llvm/test/MC/ELF/
relocation-386.s 12 // CHECK-NEXT: 0x{{[^ ]+}} R_386_PLT32 bar2 0x0
16 // Relocation 4 (bar2@GOT) is of type R_386_GOT32
60 // Relocation 25 (_GLOBAL_OFFSET_TABLE_-bar2) is of type R_386_GOTPC.
62 // Relocation 26 (und_symbol-bar2) is of type R_386_PC32
64 // Relocation 27 (und_symbol-bar2) is of type R_386_PC16
66 // Relocation 28 (und_symbol-bar2) is of type R_386_PC8
81 .global bar2
82 bar2: label
83 calll bar2@PLT
113 subl _GLOBAL_OFFSET_TABLE_-bar2, %eb
    [all...]
  /external/compiler-rt/test/tsan/
simple_stack2.cc 23 void __attribute__((noinline)) bar2() { function
40 bar2();
52 // CHECK-NEXT: #1 bar2{{.*}} {{.*}}simple_stack2.cc:27{{(:3)?}} (simple_stack2.cc.exe+{{.*}})
  /external/llvm/test/CodeGen/SystemZ/
args-08.ll 19 declare { i64, i64, i64, i64, i64 } @bar2()
24 ; CHECK: brasl %r14, bar2
27 %mret = call { i64, i64, i64, i64, i64 } @bar2()
vec-args-07.ll 28 <2 x double> } @bar2()
33 ; CHECK: brasl %r14, bar2
40 <2 x double> } @bar2()
  /external/clang/test/CodeGenCXX/
fastcall.cpp 16 void bar2(S1 a, int b) { function
attr.cpp 11 virtual void bar2() __attribute__((aligned(2)));
20 void C::bar2() { } function in class:C
  /external/clang/test/SemaCXX/
class-names.cpp 31 void bar2() function
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/
section7.d 13 Contents of section .bar2:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/
vers5.c 8 const char * bar2 = "asdf"; variable
vers9.c 8 const char * bar2 = "asdf"; variable
  /external/clang/test/Parser/
cxx1z-nested-namespace-definition.cpp 29 namespace bar2 { namespace in namespace:bar1
37 return bar1::bar2::bar3::bar(x);
  /external/libxml2/python/tests/
relaxng.py 18 <element name="ex2:bar2">
24 <foo><pre1:bar1 xmlns:pre1="http://www.example.com/n1"/><pre2:bar2 xmlns:pre2="http://www.example.com/n2"/></foo>"""

Completed in 280 milliseconds

12 3 4 5 6 7 8 9