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

1234567891011>>

/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/libcxx/test/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/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Dvalues.pass.cpp36 test2() function
46 test2();
/external/libcxx/test/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/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.cpp37 void test2() function
56 test2();
H A Dcatch_member_function_pointer_01.cpp37 void test2() function
56 test2();
H A Dcatch_const_pointer_nullptr.cpp33 void test2() function
117 void test2() {} function
128 test2();
/external/libcxx/test/thread/thread.condition/thread.condition.condvar/
H A Dwait_pred.pass.cpp27 int test2 = 0; variable
41 assert(test2 == 0);
44 cv.wait(lk, Pred(test2));
45 assert(test2 != 0);
56 test2 = 1;
H A Dnotify_all.pass.cpp26 int test2 = 0; variable
41 assert(test2 == 0);
42 while (test2 == 0)
44 assert(test2 == 1);
45 test2 = 2;
56 test2 = 1;
66 assert(test2 == 2);
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_pred.pass.cpp31 int test2 = 0; variable
45 assert(test2 == 0);
48 cv.wait(lk, Pred(test2));
49 assert(test2 != 0);
60 test2 = 1;
H A Dnotify_all.pass.cpp30 int test2 = 0; variable
45 assert(test2 == 0);
46 while (test2 == 0)
48 assert(test2 == 1);
49 test2 = 2;
60 test2 = 1;
70 assert(test2 == 2);
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_for_pred.pass.cpp42 int test2 = 0; variable
51 assert(test2 == 0);
55 bool r = cv.wait_for(lk, milliseconds(250), Pred(test2));
60 assert(test2 != 0);
65 assert(test2 == 0);
79 test2 = 1;
85 test2 = 0;
/external/chromium_org/v8/test/webkit/
H A Dduplicate-param-gc-crash.js58 function test2(a, a, a, a, a, a, b) { function
64 var test2Closure = test2("success", "success", "success", "success", "success", "success", ["success"]);
65 extra = test2("success", "success", "success", "success", "success", "success", ["success"]);
/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
/external/libcxx/test/strings/basic.string/string.nonmembers/string_op+/
H A Dstring_string.pass.cpp55 test2(const S& lhs, S&& rhs, const S& x) function
109 test2(S(""), S(""), S(""));
110 test2(S(""), S("12345"), S("12345"));
111 test2(S(""), S("1234567890"), S("1234567890"));
112 test2(S(""), S("12345678901234567890"), S("12345678901234567890"));
113 test2(S("abcde"), S(""), S("abcde"));
114 test2(S("abcde"), S("12345"), S("abcde12345"));
115 test2(S("abcde"), S("1234567890"), S("abcde1234567890"));
116 test2(S("abcde"), S("12345678901234567890"), S("abcde12345678901234567890"));
117 test2(
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-conditional-position.js63 function test2() { function
86 test(test2, 65);
90 eval(test2.toString() + "//@ sourceUrl=foo");
94 test(test2, 3);
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
H A Dp1.cpp19 void test2() { function
/external/clang/test/CodeGen/
H A D2002-05-23-TypeNameCollision.c13 enum bar { test1, test2 }; enumerator in enum:bar

Completed in 3572 milliseconds

1234567891011>>