Searched refs:test1 (Results 26 - 50 of 696) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Dmingw-new-abi.cpp4 namespace test1 { namespace
H A Dmangle-valist.cpp3 namespace test1 { namespace
4 void test1(const char *fmt, va_list ap) { function in namespace:test1
/external/clang/test/Sema/
H A Dimplicit-cast.c3 static char *test1(int cf) { function
/external/clang/test/SemaCXX/
H A Dindirect-goto.cpp4 namespace test1 { namespace
H A Dpr9812.c4 int test1(int argc, char** argv) function
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
H A Dassign.pass.cpp22 test1() function
37 test1<T, 0, 0, 0>();
38 test1<T, 0, 1, 2>();
39 test1<T, 1, 1, 2>();
41 test1<T, 0, 0, M>();
42 test1<T, 0, M-2, M>();
43 test1<T, 0, M-1, M>();
44 test1<T, M-2, 0, M>();
45 test1<T, M-2, M-2, M>();
46 test1<
[all...]
H A Dcopy.pass.cpp22 test1() function
37 test1<T, 0, 0, 0>();
38 test1<T, 0, 1, 2>();
39 test1<T, 1, 1, 2>();
41 test1<T, 0, 0, M>();
42 test1<T, 0, M-2, M>();
43 test1<T, 0, M-1, M>();
44 test1<T, M-2, 0, M>();
45 test1<T, M-2, M-2, M>();
46 test1<
[all...]
H A Ddefault.pass.cpp22 test1() function
36 test1<T, 0, 0, 0>();
37 test1<T, 0, 1, 2>();
38 test1<T, 1, 1, 2>();
40 test1<T, 0, 0, M>();
41 test1<T, 0, M-2, M>();
42 test1<T, 0, M-1, M>();
43 test1<T, M-2, 0, M>();
44 test1<T, M-2, M-2, M>();
45 test1<
[all...]
H A Dvalues.pass.cpp33 test1() function
53 test1<T, 0, 0, 0>();
54 test1<T, 0, 1, 2>();
55 test1<T, 1, 1, 2>();
57 test1<T, 0, 0, M>();
58 test1<T, 0, M-2, M>();
59 test1<T, 0, M-1, M>();
60 test1<T, M-2, 0, M>();
61 test1<T, M-2, M-2, M>();
62 test1<
[all...]
/external/libcxx/test/strings/basic.string/string.nonmembers/string_op+/
H A Dpointer_string.pass.cpp36 test1(const typename S::value_type* lhs, S&& rhs, const S& x) function
66 test1("", S(""), S(""));
67 test1("", S("12345"), S("12345"));
68 test1("", S("1234567890"), S("1234567890"));
69 test1("", S("12345678901234567890"), S("12345678901234567890"));
70 test1("abcde", S(""), S("abcde"));
71 test1("abcde", S("12345"), S("abcde12345"));
72 test1("abcde", S("1234567890"), S("abcde1234567890"));
73 test1("abcde", S("12345678901234567890"), S("abcde12345678901234567890"));
74 test1("abcdefghi
[all...]
H A Dstring_pointer.pass.cpp36 test1(S&& lhs, const typename S::value_type* rhs, const S& x) function
66 test1(S(""), "", S(""));
67 test1(S(""), "12345", S("12345"));
68 test1(S(""), "1234567890", S("1234567890"));
69 test1(S(""), "12345678901234567890", S("12345678901234567890"));
70 test1(S("abcde"), "", S("abcde"));
71 test1(S("abcde"), "12345", S("abcde12345"));
72 test1(S("abcde"), "1234567890", S("abcde1234567890"));
73 test1(S("abcde"), "12345678901234567890", S("abcde12345678901234567890"));
74 test1(
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dobject-literal-conversions.js31 var test1 = { 13: 6, "13": 7 };
36 assertEquals(7, test1[13]);
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Dctor_result_type.pass.cpp22 test1() function
75 test1();
H A Ddefault.pass.cpp21 test1() function
31 test1();
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/
H A Dassign.pass.cpp20 test1() function
32 test1();
H A Dcopy.pass.cpp20 test1() function
30 test1();
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/
H A Dassign.pass.cpp21 test1() function
33 test1();
H A Dcopy.pass.cpp21 test1() function
31 test1();
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/
H A Dassign.pass.cpp21 test1() function
33 test1();
H A Dcopy.pass.cpp21 test1() function
31 test1();
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/
H A Dassign.pass.cpp21 test1() function
33 test1();
H A Dcopy.pass.cpp21 test1() function
31 test1();
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/
H A Dassign.pass.cpp21 test1() function
33 test1();
H A Dcopy.pass.cpp21 test1() function
31 test1();
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/
H A Dassign.pass.cpp21 test1() function
33 test1();

Completed in 332 milliseconds

1234567891011>>