Searched defs:test2 (Results 151 - 175 of 540) sorted by relevance

1234567891011>>

/external/clang/test/SemaCXX/
H A Dunknown-anytype.cpp6 extern __unknown_anytype test2(int);
23 namespace test2 { namespace
H A Dunreachable-code.cpp29 void test2(int i) { function
H A Dwarn-func-not-needed.cpp12 namespace test2 { namespace
H A Dwarn-variable-not-needed.cpp11 namespace test2 { namespace
/external/icu/icu4c/source/test/intltest/
H A Ditercoll.h113 const UnicodeString test2; member in class:CollationIteratorTest
/external/libcxx/test/containers/sequences/deque/deque.cons/
H A Dsize.pass.cpp23 test2(unsigned n) function
83 test2<T, Allocator> ( n );
/external/libcxx/test/language.support/support.initlist/support.initlist.access/
H A Daccess.pass.cpp60 constexpr B test2 = {3, 2, 1}; local
/external/libcxx/test/language.support/support.initlist/support.initlist.range/
H A Dbegin_end.pass.cpp57 constexpr B test2 = {3, 2, 1}; local
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
H A Dctor_result_type.pass.cpp51 test2() function
140 test2<unsigned short>();
141 test2<unsigned int>();
142 test2<unsigned long>();
143 test2<unsigned long long>();
/external/libcxx/test/strings/basic.string/string.capacity/
H A Dmax_size.pass.cpp32 test2(const S& s) function
58 test2(s);
/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/libcxx/test/thread/thread.condition/thread.condition.condvar/
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 Dnotify_one.pass.cpp26 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
[all...]
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;
/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
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 Dnotify_one.pass.cpp30 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
[all...]
H A Dwait.pass.cpp30 int test2 = 0; variable
35 assert(test2 == 0);
38 while (test2 == 0)
40 assert(test2 != 0);
51 test2 = 1;
/external/libcxx/test/utilities/function.objects/func.memfn/
H A Dmember_function.pass.cpp22 char test2(int, double) {return 'c';} function in struct:A
55 test2(F f) function
71 test2(std::mem_fn(&A::test2));
/external/libcxxabi/test/
H A Dcatch_const_pointer_nullptr.cpp33 void test2() function
117 void test2() {} function
128 test2();
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_member_pointer_nullptr.cpp39 void test2() function
61 void test2() function
70 test2();
/external/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s22 .macro test2
26 test2 10 label
H A Dmacros-gas.s22 .macro test2 _a
26 test2 10 label
/external/srec/tools/grxmlcompile/
H A Dtesthashmap.cpp31 void test2();
36 test2();
65 void test2() function

Completed in 4312 milliseconds

1234567891011>>