/ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.threads/thread.thread.class/thread.thread.member/ |
D | joinable.pass.cpp | 21 class G class 28 G() : alive_(1) {++n_alive;} in G() function in G 29 G(const G& g) : alive_(g.alive_) {++n_alive;} in G() function in G
|
D | join.pass.cpp | 21 class G class 28 G() : alive_(1) {++n_alive;} in G() function in G 29 G(const G& g) : alive_(g.alive_) {++n_alive;} in G() function in G
|
D | detach.pass.cpp | 21 class G class 28 G() : alive_(1) {++n_alive;} in G() function in G 29 G(const G& g) : alive_(g.alive_) {++n_alive;} in G() function in G
|
D | native_handle.pass.cpp | 21 class G class 28 G() : alive_(1) {++n_alive;} in G() function in G 29 G(const G& g) : alive_(g.alive_) {++n_alive;} in G() function in G
|
D | get_id.pass.cpp | 21 class G class 28 G() : alive_(1) {++n_alive;} in G() function in G 29 G(const G& g) : alive_(g.alive_) {++n_alive;} in G() function in G
|
D | swap.pass.cpp | 21 class G class 28 G() : alive_(1) {++n_alive;} in G() function in G 29 G(const G& g) : alive_(g.alive_) {++n_alive;} in G() function in G
|
/ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.threads/thread.thread.class/thread.thread.destr/ |
D | dtor.pass.cpp | 21 class G class 28 G() : alive_(1) {++n_alive;} in G() function in G 29 G(const G& g) : alive_(g.alive_) {++n_alive;} in G() function in G
|
/ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.threads/thread.thread.class/thread.thread.assign/ |
D | copy.fail.cpp | 21 class G class 28 G() : alive_(1) {++n_alive;} in G() function in G 29 G(const G& g) : alive_(g.alive_) {++n_alive;} in G() function in G
|
D | move.pass.cpp | 21 class G class 28 G() : alive_(1) {++n_alive;} in G() function in G 29 G(const G& g) : alive_(g.alive_) {++n_alive;} in G() function in G
|
/ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm/ |
D | swap.pass.cpp | 21 class G class 28 G() : alive_(1) {++n_alive;} in G() function in G 29 G(const G& g) : alive_(g.alive_) {++n_alive;} in G() function in G
|
/ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.threads/thread.thread.class/thread.thread.constr/ |
D | copy.fail.cpp | 21 class G class 28 G() : alive_(1) {++n_alive;} in G() function in G 29 G(const G& g) : alive_(g.alive_) {++n_alive;} in G() function in G
|
D | move.pass.cpp | 21 class G class 28 G() : alive_(1) {++n_alive;} in G() function in G 29 G(const G& g) : alive_(g.alive_) {++n_alive;} in G() function in G
|
D | F.pass.cpp | 43 class G class 50 G() : alive_(1) {++n_alive;} in G() function in G 51 G(const G& g) : alive_(g.alive_) {++n_alive;} in G() function in G
|
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ |
D | eval.pass.cpp | 25 typedef std::minstd_rand G; in main() typedef 42 typedef std::minstd_rand G; in main() typedef 60 typedef std::minstd_rand G; in main() typedef 78 typedef std::minstd_rand G; in main() typedef 96 typedef std::minstd_rand G; in main() typedef 114 typedef std::minstd_rand G; in main() typedef 132 typedef std::minstd_rand G; in main() typedef 153 typedef std::minstd_rand G; in main() typedef 174 typedef std::minstd_rand G; in main() typedef 195 typedef std::minstd_rand G; in main() typedef [all …]
|
D | eval_param.pass.cpp | 26 typedef std::minstd_rand G; in main() typedef
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.trans/meta.trans.other/ |
D | underlying_type.pass.cpp | 28 enum G : char { }; in main() enum
|
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/ |
D | eval.pass.cpp | 33 typedef std::mt19937 G; in main() typedef 49 typedef std::mt19937 G; in main() typedef 65 typedef std::mt19937 G; in main() typedef
|
D | eval_param.pass.cpp | 33 typedef std::mt19937 G; in main() typedef 50 typedef std::mt19937 G; in main() typedef 67 typedef std::mt19937 G; in main() typedef
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | has_nothrow_constructor.cpp | 38 struct G struct 40 G(const G&) throw(int) { throw int(); } in G() argument
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | has_nothrow_constructor.cpp | 38 struct G struct 40 G(const G&) throw(int) { throw int(); } in G() argument
|
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/ |
D | eval.pass.cpp | 53 typedef std::mt19937 G; in main() typedef 71 typedef std::mt19937 G; in main() typedef 89 typedef std::mt19937 G; in main() typedef
|
D | eval_param.pass.cpp | 53 typedef std::mt19937 G; in main() typedef 72 typedef std::mt19937 G; in main() typedef 91 typedef std::mt19937 G; in main() typedef
|
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/ |
D | eval.pass.cpp | 34 typedef std::minstd_rand0 G; in main() typedef 75 typedef std::minstd_rand G; in main() typedef 116 typedef std::mt19937 G; in main() typedef 157 typedef std::mt19937_64 G; in main() typedef 198 typedef std::ranlux24_base G; in main() typedef 239 typedef std::ranlux48_base G; in main() typedef 280 typedef std::ranlux24 G; in main() typedef 321 typedef std::ranlux48 G; in main() typedef 362 typedef std::knuth_b G; in main() typedef 403 typedef std::minstd_rand0 G; in main() typedef [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/ |
D | eval.pass.cpp | 34 typedef std::minstd_rand0 G; in main() typedef 74 typedef std::minstd_rand G; in main() typedef 114 typedef std::mt19937 G; in main() typedef 154 typedef std::mt19937_64 G; in main() typedef 194 typedef std::ranlux24_base G; in main() typedef 234 typedef std::ranlux48_base G; in main() typedef 274 typedef std::ranlux24 G; in main() typedef 314 typedef std::ranlux48 G; in main() typedef 354 typedef std::knuth_b G; in main() typedef 394 typedef std::minstd_rand G; in main() typedef [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/ |
D | eval.pass.cpp | 34 typedef std::mt19937_64 G; in main() typedef 74 typedef std::mt19937 G; in main() typedef 114 typedef std::mt19937 G; in main() typedef 154 typedef std::mt19937 G; in main() typedef 192 typedef std::mt19937 G; in main() typedef 230 typedef std::mt19937 G; in main() typedef 270 typedef std::mt19937 G; in main() typedef 310 typedef std::mt19937 G; in main() typedef 348 typedef std::mt19937 G; in main() typedef 386 typedef std::mt19937 G; in main() typedef
|