/ndk/tests/device/test-stlport_static-exception/jni/ |
D | crossjump1.cpp | 10 struct E : public std::exception struct 13 E () : m ("test") { } in E() argument 14 ~E () throw() { } in ~E() argument
|
D | ptr1.cpp | 6 struct E { struct 8 E(int i) { x = i; } in E() argument
|
D | eh23.cpp | 10 class E { class 12 E() { } in E() function in E 13 E(const E&) { in E() function in E
|
D | pr23299.cpp | 38 struct E : public B, public C struct 40 E () {} in E() argument 46 E::~E () in ~E() argument
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | crossjump1.cpp | 10 struct E : public std::exception struct 13 E () : m ("test") { } in E() argument 14 ~E () throw() { } in ~E() argument
|
D | ptr1.cpp | 6 struct E { struct 8 E(int i) { x = i; } in E() function
|
D | eh23.cpp | 10 class E { class 12 E() { } in E() function in E 13 E(const E&) { in E() argument
|
D | pr23299.cpp | 38 struct E : public B, public C struct 40 E () {} in E() argument 46 E::~E () in ~E() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/ |
D | ctor_result_type.pass.cpp | 27 typedef std::linear_congruential_engine<T, 2, 3, 7> E; in test1() typedef 34 typedef std::linear_congruential_engine<T, 2, 3, 0> E; in test1() typedef 41 typedef std::linear_congruential_engine<T, 2, 3, 4> E; in test1() typedef 55 typedef std::linear_congruential_engine<T, 2, 3, 7> E; in test2() typedef 62 typedef std::linear_congruential_engine<T, 2, 3, 0> E; in test2() typedef 69 typedef std::linear_congruential_engine<T, 2, 3, 4> E; in test2() typedef 83 typedef std::linear_congruential_engine<T, 2, 0, 7> E; in test3() typedef 90 typedef std::linear_congruential_engine<T, 2, 0, 0> E; in test3() typedef 97 typedef std::linear_congruential_engine<T, 2, 0, 4> E; in test3() typedef 111 typedef std::linear_congruential_engine<T, 2, 0, 7> E; in test4() typedef [all …]
|
D | eval.pass.cpp | 24 typedef std::linear_congruential_engine<T, 65539, 0, 2147483648u> E; in randu() typedef 44 typedef std::linear_congruential_engine<T, 16807, 0, 2147483647> E; in minstd() typedef 64 typedef std::linear_congruential_engine<T, 16807, 78125, 2147483647> E; in Haldir() typedef
|
D | discard.pass.cpp | 24 typedef std::linear_congruential_engine<T, 16807, 0, 2147483647> E; in rand0() typedef 34 typedef std::linear_congruential_engine<T, 48271, 0, 2147483647> E; in rand() typedef 44 typedef std::linear_congruential_engine<T, 48271, 123465789, 2147483647> E; in other() typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.util/rand.util.canonical/ |
D | generate_canonical.pass.cpp | 21 typedef std::minstd_rand0 E; in main() typedef 28 typedef std::minstd_rand0 E; in main() typedef 35 typedef std::minstd_rand0 E; in main() typedef 42 typedef std::minstd_rand0 E; in main() typedef 49 typedef std::minstd_rand0 E; in main() typedef 57 typedef std::minstd_rand0 E; in main() typedef 64 typedef std::minstd_rand0 E; in main() typedef 71 typedef std::minstd_rand0 E; in main() typedef 81 typedef std::minstd_rand0 E; in main() typedef 91 typedef std::minstd_rand0 E; in main() typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/ |
D | eval.pass.cpp | 62 typedef std::independent_bits_engine<rand1<unsigned, 0, 10>, 16, unsigned> E; in test1() typedef 71 typedef std::independent_bits_engine<rand1<unsigned, 0, 100>, 16, unsigned> E; in test2() typedef 80 typedef std::independent_bits_engine<rand1<unsigned, 0, 0xFFFFFFFF>, 32, unsigned> E; in test3() typedef 89 typedef std::independent_bits_engine<rand1<unsigned, 0, 0xFFFFFFFF>, 7, unsigned> E; in test4() typedef 98 typedef std::independent_bits_engine<rand1<unsigned, 2, 3>, 1, unsigned> E; in test5() typedef 107 typedef std::independent_bits_engine<rand1<unsigned, 2, 3>, 11, unsigned> E; in test6() typedef 116 typedef std::independent_bits_engine<rand1<unsigned, 2, 3>, 32, unsigned> E; in test7() typedef 125 typedef std::independent_bits_engine<std::mt19937, 64, unsigned long long> E; in test8() typedef
|
D | values.pass.cpp | 30 typedef std::independent_bits_engine<std::ranlux24, 32, unsigned> E; in test1() typedef 38 typedef std::independent_bits_engine<std::ranlux48, 64, unsigned long long> E; in test2() typedef
|
D | seed_result_type.pass.cpp | 25 typedef std::independent_bits_engine<std::ranlux24, 32, unsigned> E; in test1() typedef 38 typedef std::independent_bits_engine<std::ranlux48, 64, unsigned long long> E; in test2() typedef
|
D | copy.pass.cpp | 23 typedef std::independent_bits_engine<std::ranlux24, 32, unsigned> E; in test1() typedef 38 typedef std::independent_bits_engine<std::ranlux48, 64, unsigned long long> E; in test2() typedef
|
D | assign.pass.cpp | 23 typedef std::independent_bits_engine<std::ranlux24, 32, unsigned> E; in test1() typedef 39 typedef std::independent_bits_engine<std::ranlux48, 64, unsigned long long> E; in test2() typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/ |
D | values.pass.cpp | 35 typedef std::ranlux24 E; in test1() typedef 47 typedef std::ranlux48 E; in test2() typedef
|
D | seed_result_type.pass.cpp | 25 typedef std::ranlux24 E; in test1() typedef 38 typedef std::ranlux48 E; in test2() typedef
|
D | copy.pass.cpp | 23 typedef std::ranlux24 E; in test1() typedef 38 typedef std::ranlux48 E; in test2() typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/ |
D | values.pass.cpp | 49 typedef std::mt19937 E; in test1() typedef 85 typedef std::mt19937_64 E; in test2() typedef
|
D | seed_result_type.pass.cpp | 27 typedef std::mt19937 E; in test1() typedef 40 typedef std::mt19937_64 E; in test2() typedef
|
D | copy.pass.cpp | 25 typedef std::mt19937 E; in test1() typedef 40 typedef std::mt19937_64 E; in test2() typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/ |
D | values.pass.cpp | 37 typedef std::ranlux24_base E; in test1() typedef 53 typedef std::ranlux48_base E; in test2() typedef
|
D | copy.pass.cpp | 23 typedef std::ranlux24_base E; in test1() typedef 38 typedef std::ranlux48_base E; in test2() typedef
|