/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/ |
D | owner_less.pass.cpp | 41 const std::shared_ptr<int> p3(new int); in main() local 44 const std::weak_ptr<int> w3(p3); in main() 52 assert(cs(p1 ,p3) || cs(p3, p1)); in main() 53 assert(cs(p3, p1) == cs(p3, p2)); in main() 57 assert(cs(p1, w3) || cs(p3, w1)); in main() 58 assert(cs(p3, w1) == cs(p3, w2)); in main() 71 assert(cs(w1, p3) || cs(w3, p1)); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/ |
D | owner_before_shared_ptr.pass.cpp | 23 const std::shared_ptr<int> p3(new int); in main() local 26 assert(p1.owner_before(p3) || p3.owner_before(p1)); in main() 27 assert(p3.owner_before(p1) == p3.owner_before(p2)); in main()
|
D | owner_before_weak_ptr.pass.cpp | 23 const std::shared_ptr<int> p3(new int); in main() local 26 const std::weak_ptr<int> w3(p3); in main() 29 assert(p1.owner_before(w3) || p3.owner_before(w1)); in main() 30 assert(p3.owner_before(w1) == p3.owner_before(w2)); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.exception/propagation/ |
D | exception_ptr.pass.cpp | 30 std::exception_ptr p3 = nullptr; in main() local 31 assert(p3 == nullptr); in main() 32 p3 = nullptr; in main() 33 assert(p3 == nullptr); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/ |
D | lt.pass.cpp | 27 const std::shared_ptr<int> p3(ptr2, do_nothing); in main() local 29 assert(!(p2 < p3) && !(p3 < p2)); in main()
|
D | eq.pass.cpp | 28 const std::shared_ptr<int> p3(ptr2, do_nothing); in main() local 30 assert(p2 == p3); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/utility/pairs/pairs.pair/ |
D | piecewise.pass.cpp | 29 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr), in main() 31 assert(p3.first == P1(3, nullptr)); in main() 32 assert(p3.second == P2(nullptr, 4)); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/ |
D | owner_before_shared_ptr.pass.cpp | 23 const std::shared_ptr<int> p3(new int); in main() local 26 const std::weak_ptr<int> w3(p3); in main() 29 assert(w1.owner_before(p3) || w3.owner_before(p1)); in main()
|
D | owner_before_weak_ptr.pass.cpp | 23 const std::shared_ptr<int> p3(new int); in main() local 26 const std::weak_ptr<int> w3(p3); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/ |
D | assign.pass.cpp | 65 char g1, g2, g3, p1, p3; in main() local 68 t.setp(&p1, &p3); in main() 73 wchar_t g1, g2, g3, p1, p3; in main() local 76 t.setp(&p1, &p3); in main()
|
D | swap.pass.cpp | 75 char g1, g2, g3, p1, p3; in main() local 78 t.setp(&p1, &p3); in main() 83 wchar_t g1, g2, g3, p1, p3; in main() local 86 t.setp(&p1, &p3); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/stream.buffers/streambuf/streambuf.cons/ |
D | copy.pass.cpp | 62 char g1, g2, g3, p1, p3; in main() local 65 t.setp(&p1, &p3); in main() 69 wchar_t g1, g2, g3, p1, p3; in main() local 72 t.setp(&p1, &p3); in main()
|
/ndk/tests/device/test-stlport/unit/ |
D | map_test.cpp | 116 pair_type p3(1, 'a'); in mmap2() local 126 p3, in mmap2() 162 pair_type p3(1, 'a'); in iterators() local 170 p3, in iterators()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | map_test.cpp | 116 pair_type p3(1, 'a'); in mmap2() local 126 p3, in mmap2() 162 pair_type p3(1, 'a'); in iterators() local 170 p3, in iterators()
|
/ndk/sources/host-tools/make-3.81/ |
D | makefile.com | 65 $ if (p3.nes."WALL")
|
D | remake.c | 1503 char *p3, *p4; in library_search() local 1506 p3 = find_percent (p); in library_search() 1507 if (!p3) in library_search() 1517 p4 = variable_buffer_output (libbuf, p, p3-p); in library_search() 1519 p4 = variable_buffer_output (p4, p3+1, len - (p3-p)); in library_search()
|
D | function.c | 580 char *p3 = argv[0]; in func_basename_dir() local 588 while ((p2 = find_next_token (&p3, &len)) != 0) in func_basename_dir()
|
D | configure | 7720 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(), 7724 if (p != p1 || p != p2 || p != p3 || p != p4
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 7720 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(), 7724 if (p != p1 || p != p2 || p != p3 || p != p4
|