HomeSort by relevance Sort by last modified time
    Searched refs:test2 (Results 51 - 75 of 1282) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_member_pointer_nullptr.pass.cpp 39 void test2() function
61 void test2() function
70 test2();
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
catch_member_pointer_nullptr.cpp 39 void test2() function
61 void test2() function
70 test2();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvar/
notify_one.pass.cpp 29 std::atomic_int test2(0);
44 assert(test2 == 0);
45 while (test2 == 0)
47 assert(test2 == 1);
48 test2 = 2;
59 test2 = 1;
68 assert(test2 == 1);
72 else if (test2 == 2)
76 test2 = 0;
87 assert(test2 == 0)
    [all...]
wait.pass.cpp 27 int test2 = 0; variable
32 assert(test2 == 0);
35 while (test2 == 0)
37 assert(test2 != 0);
48 test2 = 1;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
catch_member_pointer_nullptr.pass.cpp 39 void test2() function
61 void test2() function
70 test2();
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
wait.pass.cpp 27 int test2 = 0; variable
32 assert(test2 == 0);
35 while (test2 == 0)
37 assert(test2 != 0);
48 test2 = 1;
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
wait.pass.cpp 32 int test2 = 0; variable
37 assert(test2 == 0);
40 while (test2 == 0)
42 assert(test2 != 0);
53 test2 = 1;
notify_one.pass.cpp 32 int test2 = 0; variable
47 assert(test2 == 0);
48 while (test2 == 0)
50 assert(test2 == 1);
51 test2 = 2;
62 test2 = 1;
74 else if (test2 == 2)
77 test2 = 0;
91 else if (test2 == 2)
94 test2 = 0
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait.pass.cpp 25 int test2 = 0; variable
30 assert(test2 == 0);
33 while (test2 == 0)
35 assert(test2 != 0);
46 test2 = 1;
notify_one.pass.cpp 26 int test2 = 0; variable
41 assert(test2 == 0);
42 while (test2 == 0)
44 assert(test2 == 1);
45 test2 = 2;
56 test2 = 1;
68 else if (test2 == 2)
71 test2 = 0;
85 else if (test2 == 2)
88 test2 = 0
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait.pass.cpp 30 int test2 = 0; variable
35 assert(test2 == 0);
38 while (test2 == 0)
40 assert(test2 != 0);
51 test2 = 1;
notify_one.pass.cpp 30 int test2 = 0; variable
45 assert(test2 == 0);
46 while (test2 == 0)
48 assert(test2 == 1);
49 test2 = 2;
60 test2 = 1;
72 else if (test2 == 2)
75 test2 = 0;
89 else if (test2 == 2)
92 test2 = 0
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvarany/
wait.pass.cpp 32 int test2 = 0; variable
37 assert(test2 == 0);
40 while (test2 == 0)
42 assert(test2 != 0);
53 test2 = 1;
notify_one.pass.cpp 32 int test2 = 0; variable
47 assert(test2 == 0);
48 while (test2 == 0)
50 assert(test2 == 1);
51 test2 = 2;
62 test2 = 1;
74 else if (test2 == 2)
77 test2 = 0;
91 else if (test2 == 2)
94 test2 = 0
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
insns.s 21 jsr test2
29 .globl test2
30 test2: label
36 brclr 6,x,#4,test2
37 brclr 12,x #8 test2
45 brclr *ZD2+2, #40, test2
54 anda #%lo(test2)
55 andb #%hi(test2)
56 ldab #%page(test2) ; Check that the relocs are against symbol
57 ldy #%addr(test2) ; otherwise linker relaxation fail
    [all...]
  /build/kati/testcase/
wildcard_with_commas.mk 8 # when foo,bar doesn't exit, "make test2" report empty.
9 # next "make test2" reports "foo,bar".
10 test2: foo,bar
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p13.cpp 20 Opaque0 test2(int*);
31 using Base::test2;
32 Opaque1 test2(int*) const;
48 void test2() { function in namespace:test0
49 Opaque0 a = ((Derived*) 0)->test2((int*) 0);
50 Opaque1 b = ((const Derived*) 0)->test2((int*) 0);
  /external/clang/test/Sema/
invalid-decl.c 42 void test2();
43 void test2(undef); // expected-error {{a parameter list without types is only allowed in a function definition}}
44 void test2() { } function
  /external/libcxxabi/test/
catch_member_pointer_nullptr.pass.cpp 42 void test2() function
65 void test2() function
74 test2();
  /dalvik/dx/tests/065-dex-new-array/
Blort.java 23 public byte[] test2() { method in class:Blort
  /dalvik/dx/tests/068-dex-infinite-loop/
Blort.java 29 public static void test2() { method in class:Blort
  /external/clang/test/Analysis/
plist-html-macros.c 29 void test2(int *p) { function
  /external/clang/test/CodeGen/
asm_arm.c 11 void test2(void) { function
  /external/clang/test/Frontend/
source-col-map.c 26 void test2(Unknown* b); // ???? ???? ???? ???? ???? ???? ???? ???? ????
29 // CHECK-NEXT: void test2(Unknown* b); // ???? ???? ???? ???? ???? ???? ???? ???? ????
  /external/clang/test/PCH/
cxx-ms-function-specialization-class-scope.cpp 7 void test2() function

Completed in 564 milliseconds

1 23 4 5 6 7 8 91011>>