HomeSort by relevance Sort by last modified time
    Searched refs:test2 (Results 26 - 50 of 530) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/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...]
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.condition/thread.condition.condvar/
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...]
  /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
assign.c 5 void test2 (const struct {int a;} *x) { function
warn-vla.c 8 void test2(int n, int v[n]) { // expected-warning {{variable length array used}} function
  /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/FixIt/
fixit-unicode.c 25 void test2() { function
  /external/clang/test/PCH/
cxx-ms-function-specialization-class-scope.cpp 6 void test2() function
cxx-chain-function-template.cpp 21 void test2(T) { function
29 test2(1);
  /external/clang/test/Parser/
goto.c 9 void test2() { function
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
p1.cpp 19 struct test2 {}; struct in namespace:ns0::ns3
35 test2 c;
  /external/elfutils/tests/
run-ranlib-test4.sh 31 . $srcdir/run-ranlib-test2.sh
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.adapt/rand.adapt.disc/
eval.pass.cpp 30 test2() function
41 test2();
result_type.pass.cpp 31 test2() function
41 test2();
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.adapt/rand.adapt.ibits/
values.pass.cpp 36 test2() function
46 test2();
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.eng/rand.eng.mers/
eval.pass.cpp 33 test2() function
44 test2();
result_type.pass.cpp 33 test2() function
43 test2();
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.eng/rand.eng.sub/
eval.pass.cpp 30 test2() function
41 test2();
result_type.pass.cpp 31 test2() function
41 test2();
  /ndk/tests/build/mips-fp4/jni/
mips-fp4-test1-2.c 5 double test2 (double a, double b, double c) function
14 test2(a, b, c);

Completed in 303 milliseconds

12 3 4 5 6 7 8 91011>>