Searched defs:test2 (Results 276 - 300 of 540) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/thread/thread.condition/thread.condition.condvar/
H A Dwait_for.pass.cpp29 int test2 = 0; variable
38 assert(test2 == 0);
42 while (test2 == 0 &&
49 assert(test2 != 0);
54 assert(test2 == 0);
68 test2 = 1;
74 test2 = 0;
H A Dwait_for_pred.pass.cpp39 int test2 = 0; variable
48 assert(test2 == 0);
52 bool r = cv.wait_for(lk, milliseconds(250), Pred(test2));
57 assert(test2 != 0);
62 assert(test2 == 0);
76 test2 = 1;
82 test2 = 0;
/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
H A Dwait_for.pass.cpp32 int test2 = 0; variable
41 assert(test2 == 0);
45 while (test2 == 0 &&
52 assert(test2 != 0);
57 assert(test2 == 0);
71 test2 = 1;
77 test2 = 0;
H A Dwait_pred.pass.cpp31 int test2 = 0; variable
45 assert(test2 == 0);
48 cv.wait(lk, Pred(test2));
49 assert(test2 != 0);
60 test2 = 1;
/external/libcxx/test/utilities/function.objects/func.memfn/
H A Dmember_function_const.pass.cpp22 char test2(int, double) const {return 'c';} function in struct:A
59 test2(F f) function
77 test2(std::mem_fn(&A::test2));
H A Dmember_function_const_volatile.pass.cpp22 char test2(int, double) const volatile {return 'c';} function in struct:A
59 test2(F f) function
77 test2(std::mem_fn(&A::test2));
H A Dmember_function_volatile.pass.cpp22 char test2(int, double) volatile {return 'c';} function in struct:A
59 test2(F f) function
77 test2(std::mem_fn(&A::test2));
/external/libcxxabi/test/
H A Dtest_demangle.cpp29644 void test2() function
[all...]
H A Dtest_guard.cpp39 namespace test2 { namespace
130 test2::test();
/external/chromium_org/third_party/icu/source/samples/citer/
H A Dciter.cpp51 UCharCharacterIterator* test2 = (UCharCharacterIterator*)iter.clone(); local
55 if (iter != *test2 ) {
62 test2->getText(result2);
105 delete test2;
118 StringCharacterIterator* test2 = (StringCharacterIterator*)iter.clone(); local
120 if (iter != *test2 ) {
127 test2->getText(result2);
168 delete test2;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DMiniSimplify_Test.cpp21 struct curve test2[] = { variable in typeref:struct:curve
29 test2,
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dsimple-global-access.js38 var o = { x:0, y:0, z:0, test1:f1, test2:f2, test3:f3 }
45 o.test2();
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-stepout-scope-part1.js65 function test2() { function
76 test2();
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
H A Dp2.cpp42 void test2() { function
/external/clang/test/CXX/class.access/class.access.base/
H A Dp1.cpp106 namespace test2 { namespace
H A Dp5.cpp46 namespace test2 { namespace
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp1.cpp32 void test2() { function in namespace:Test0::A
70 namespace test2 { namespace
86 return B(); // expected-error {{'operator int' is a protected member of 'test2::B'}}
/external/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
H A Dp3.cpp47 extern bool test2;
48 extern decltype(a <= a) test2; member in namespace:bullet3
/external/clang/test/CXX/special/class.dtor/
H A Dp9.cpp54 namespace test2 { namespace
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp5.cpp40 namespace test2 { namespace
/external/clang/test/CodeGen/
H A Datomic-arm64.c43 // CHECK: define void @test2()
49 void test2() { function
H A Dpacked-nest-unpacked.c15 struct X test2() { function
16 // CHECK: @test2
H A Dtypes.c20 static void test2(void) {MpegEncContext s; s.pb;} function
/external/clang/test/CodeGenCXX/
H A Danonymous-namespaces.cpp51 namespace test2 { namespace
H A Dderived-to-base-conv.cpp76 void test2(Test2b &x) { function

Completed in 9627 milliseconds

<<11121314151617181920>>