Searched refs:test1 (Results 101 - 125 of 696) sorted by relevance

1234567891011>>

/external/clang/test/Parser/
H A Dgoto.c4 void test1() { function
H A Dimplicit-casts.c3 void test1(int c) { function
11 test1(a);
/external/clang/test/Sema/
H A Dassign.c3 void *test1(void) { return 0; } function
H A Dconditional.c3 const char* test1 = 1 ? "i" : 1 == 1 ? "v" : "r"; variable
H A Dwarn-vla.c4 void test1(int n) { function
/external/clang/test/SemaCXX/
H A Dexception-spec-no-exceptions.cpp15 namespace test1 { namespace
H A Dno-exceptions.cpp23 namespace test1 { namespace
H A Druntimediag-ppe.cpp12 void test1() { (void)typeid(NP(1 << 32)); } function
H A Dunknown-anytype-blocks.cpp3 namespace test1 { namespace
/external/libcxxabi/test/
H A Dtest_vector3.cpp20 namespace test1 { namespace
38 } // test1
53 typedef test1::A Array[10];
55 __cxxabiv1::__cxa_vec_dtor(a, 10, sizeof(test1::A), destroy<test1::A>);
/external/libcxx/test/strings/basic.string/string.nonmembers/string_op+/
H A Dchar_string.pass.cpp36 test1(typename S::value_type lhs, S&& rhs, const S& x) function
54 test1('a', S(""), S("a"));
55 test1('a', S("12345"), S("a12345"));
56 test1('a', S("1234567890"), S("a1234567890"));
57 test1('a', S("12345678901234567890"), S("a12345678901234567890"));
71 test1('a', S(""), S("a"));
72 test1('a', S("12345"), S("a12345"));
73 test1('a', S("1234567890"), S("a1234567890"));
74 test1('a', S("12345678901234567890"), S("a12345678901234567890"));
H A Dstring_char.pass.cpp36 test1(S&& lhs, typename S::value_type rhs, const S& x) function
54 test1(S(""), '1', S("1"));
55 test1(S("abcde"), '1', S("abcde1"));
56 test1(S("abcdefghij"), '1', S("abcdefghij1"));
57 test1(S("abcdefghijklmnopqrst"), '1', S("abcdefghijklmnopqrst1"));
71 test1(S(""), '1', S("1"));
72 test1(S("abcde"), '1', S("abcde1"));
73 test1(S("abcdefghij"), '1', S("abcdefghij1"));
74 test1(S("abcdefghijklmnopqrst"), '1', S("abcdefghijklmnopqrst1"));
/external/libcxx/test/thread/thread.condition/thread.condition.condvar/
H A Dwait_for.pass.cpp28 int test1 = 0; variable
39 test1 = 1;
64 assert(test1 == 0);
65 while (test1 == 0)
67 assert(test1 != 0);
73 test1 = 0;
78 assert(test1 == 0);
79 while (test1 == 0)
81 assert(test1 != 0);
H A Dwait_for_pred.pass.cpp38 int test1 = 0; variable
49 test1 = 1;
72 assert(test1 == 0);
73 while (test1 == 0)
75 assert(test1 != 0);
81 test1 = 0;
86 assert(test1 == 0);
87 while (test1 == 0)
89 assert(test1 != 0);
/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
H A Dwait_for.pass.cpp31 int test1 = 0; variable
42 test1 = 1;
67 assert(test1 == 0);
68 while (test1 == 0)
70 assert(test1 != 0);
76 test1 = 0;
81 assert(test1 == 0);
82 while (test1 == 0)
84 assert(test1 != 0);
H A Dwait_for_pred.pass.cpp41 int test1 = 0; variable
52 test1 = 1;
75 assert(test1 == 0);
76 while (test1 == 0)
78 assert(test1 != 0);
84 test1 = 0;
89 assert(test1 == 0);
90 while (test1 == 0)
92 assert(test1 != 0);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1531.js40 function test1(x, y, z) { function
49 assertEquals(void 0, test1(0));
/external/chromium_org/v8/test/webkit/
H A Dnested-functions.js37 function test1() { return this; }
47 passed1 = test1() === this;
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
H A Dp1.cpp16 struct test1 {}; struct in namespace:ns0::ns2
34 test1 b;
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
H A Dp7.cpp14 namespace test1 { namespace
28 C() : A(), test1::B(Opaque2()) {}
/external/clang/test/CodeGenCXX/
H A Dexceptions-no-rtti.cpp20 namespace test1 { namespace
38 void test1() throw(B) { function in namespace:test1
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
H A Deval.pass.cpp21 test1() function
40 test1();
H A Dresult_type.pass.cpp23 test1() function
40 test1();
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
H A Dvalues.pass.cpp28 test1() function
45 test1();
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dctor_sseq.pass.cpp22 test1() function
78 test1();

Completed in 685 milliseconds

1234567891011>>