Searched refs:test2 (Results 51 - 75 of 627) sorted by relevance

1234567891011>>

/external/clang/test/PCH/
H A Dcxx-chain-function-template.cpp21 void test2(T) { function
29 test2(1);
/external/clang/test/Sema/
H A Dattr-section.c18 void __attribute__((section("foo,zed"))) test2(void); // expected-note {{previous attribute is here}}
19 void __attribute__((section("bar,zed"))) test2(void) {} // expected-warning {{section does not match previous declaration}} function
/external/clang/test/SemaCXX/
H A Dattr-gnu.cpp19 virtual void test2() {} function in class:__anon2486::B
26 void test2() [[]] override {} // Ok
/external/elfutils/src/tests/
H A Drun-ranlib-test4.sh23 . $srcdir/run-ranlib-test2.sh
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
H A Deval.pass.cpp30 test2() function
41 test2();
H A Dresult_type.pass.cpp31 test2() function
41 test2();
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Dvalues.pass.cpp36 test2() function
46 test2();
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
H A Deval.pass.cpp33 test2() function
44 test2();
H A Dresult_type.pass.cpp33 test2() function
43 test2();
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
H A Deval.pass.cpp30 test2() function
41 test2();
H A Dresult_type.pass.cpp31 test2() function
41 test2();
/external/libcxxabi/test/
H A Dcatch_member_data_pointer_01.pass.cpp37 void test2() function
56 test2();
H A Dcatch_member_function_pointer_01.pass.cpp37 void test2() function
56 test2();
H A Dcatch_const_pointer_nullptr.pass.cpp33 void test2() function
117 void test2() {} function
128 test2();
/external/v8/test/mjsunit/regress/
H A Dregress-2717.js45 function test2(a) { function
50 assertEquals({}, test2({}).y);
/external/v8/test/webkit/
H A Dnested-functions.js38 function test2() { "use strict"; return this; }
48 passed2 = test2() === undefined;
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
H A Dwait_pred.pass.cpp29 int test2 = 0; variable
43 assert(test2 == 0);
46 cv.wait(lk, Pred(test2));
47 assert(test2 != 0);
58 test2 = 1;
H A Dnotify_all.pass.cpp28 int test2 = 0; variable
43 assert(test2 == 0);
44 while (test2 == 0)
46 assert(test2 == 1);
47 test2 = 2;
58 test2 = 1;
68 assert(test2 == 2);
H A Dwait_for.pass.cpp31 int test2 = 0; variable
40 assert(test2 == 0);
44 while (test2 == 0 &&
51 assert(test2 != 0);
56 assert(test2 == 0);
70 test2 = 1;
76 test2 = 0;
H A Dwait_for_pred.pass.cpp41 int test2 = 0; variable
50 assert(test2 == 0);
54 bool r = cv.wait_for(lk, milliseconds(250), Pred(test2));
59 assert(test2 != 0);
64 assert(test2 == 0);
78 test2 = 1;
84 test2 = 0;
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dwait_pred.pass.cpp33 int test2 = 0; variable
47 assert(test2 == 0);
50 cv.wait(lk, Pred(test2));
51 assert(test2 != 0);
62 test2 = 1;
H A Dnotify_all.pass.cpp32 int test2 = 0; variable
47 assert(test2 == 0);
48 while (test2 == 0)
50 assert(test2 == 1);
51 test2 = 2;
62 test2 = 1;
72 assert(test2 == 2);
H A Dwait_for.pass.cpp34 int test2 = 0; variable
43 assert(test2 == 0);
47 while (test2 == 0 &&
54 assert(test2 != 0);
59 assert(test2 == 0);
73 test2 = 1;
79 test2 = 0;
H A Dwait_for_pred.pass.cpp44 int test2 = 0; variable
53 assert(test2 == 0);
57 bool r = cv.wait_for(lk, milliseconds(250), Pred(test2));
62 assert(test2 != 0);
67 assert(test2 == 0);
81 test2 = 1;
87 test2 = 0;
/external/clang/bindings/python/tests/cindex/
H A Dtest_comment.py11 void test2(void);
28 test2 = get_cursor(tu, 'test2')
29 raw = test2.raw_comment
30 brief = test2.brief_comment

Completed in 371 milliseconds

1234567891011>>