Home
last modified time | relevance | path

Searched defs:E (Results 1 – 25 of 78) sorted by relevance

1234

/ndk/tests/device/test-stlport_static-exception/jni/
Dcrossjump1.cpp10 struct E : public std::exception struct
13 E () : m ("test") { } in E() argument
14 ~E () throw() { } in ~E() argument
Dptr1.cpp6 struct E { struct
8 E(int i) { x = i; } in E() argument
Deh23.cpp10 class E { class
12 E() { } in E() function in E
13 E(const E&) { in E() function in E
Dpr23299.cpp38 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/
Dcrossjump1.cpp10 struct E : public std::exception struct
13 E () : m ("test") { } in E() argument
14 ~E () throw() { } in ~E() argument
Dptr1.cpp6 struct E { struct
8 E(int i) { x = i; } in E() function
Deh23.cpp10 class E { class
12 E() { } in E() function in E
13 E(const E&) { in E() argument
Dpr23299.cpp38 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/
Dctor_result_type.pass.cpp27 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 …]
Deval.pass.cpp24 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
Ddiscard.pass.cpp24 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/
Dgenerate_canonical.pass.cpp21 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/
Deval.pass.cpp62 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
Dvalues.pass.cpp30 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
Dseed_result_type.pass.cpp25 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
Dcopy.pass.cpp23 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
Dassign.pass.cpp23 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/
Dvalues.pass.cpp35 typedef std::ranlux24 E; in test1() typedef
47 typedef std::ranlux48 E; in test2() typedef
Dseed_result_type.pass.cpp25 typedef std::ranlux24 E; in test1() typedef
38 typedef std::ranlux48 E; in test2() typedef
Dcopy.pass.cpp23 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/
Dvalues.pass.cpp49 typedef std::mt19937 E; in test1() typedef
85 typedef std::mt19937_64 E; in test2() typedef
Dseed_result_type.pass.cpp27 typedef std::mt19937 E; in test1() typedef
40 typedef std::mt19937_64 E; in test2() typedef
Dcopy.pass.cpp25 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/
Dvalues.pass.cpp37 typedef std::ranlux24_base E; in test1() typedef
53 typedef std::ranlux48_base E; in test2() typedef
Dcopy.pass.cpp23 typedef std::ranlux24_base E; in test1() typedef
38 typedef std::ranlux48_base E; in test2() typedef

1234