Searched refs:test1 (Results 1 - 25 of 223) sorted by relevance

123456789

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
H A Dseed_result_type.pass.cpp22 test1() function
36 test1<unsigned short>();
37 test1<unsigned int>();
38 test1<unsigned long>();
39 test1<unsigned long long>();
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...]
/ndk/sources/cxx-stl/gabi++/tests/
H A Dcatch_pointer_nullptr.cpp14 void test1() function
50 void test1() function
62 test1();
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
H A Dcatch_pointer_nullptr.cpp14 void test1() function
50 void test1() function
62 test1();
/ndk/sources/cxx-stl/llvm-libc++/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...]
/ndk/sources/cxx-stl/llvm-libc++/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();
/ndk/sources/cxx-stl/llvm-libc++/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();
/ndk/sources/cxx-stl/llvm-libc++/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();
/ndk/sources/cxx-stl/llvm-libc++/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();
/ndk/sources/cxx-stl/llvm-libc++/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();
/ndk/sources/cxx-stl/llvm-libc++/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();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/
H A Dassign.pass.cpp21 test1() function
33 test1();
H A Dcopy.pass.cpp21 test1() function
31 test1();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/
H A Dassign.pass.cpp21 test1() function
33 test1();
H A Dcopy.pass.cpp21 test1() function
31 test1();

Completed in 287 milliseconds

123456789