Home
last modified time | relevance | path

Searched refs:p3 (Results 1 – 19 of 19) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
Downer_less.pass.cpp41 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/
Downer_before_shared_ptr.pass.cpp23 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()
Downer_before_weak_ptr.pass.cpp23 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/
Dexception_ptr.pass.cpp30 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/
Dlt.pass.cpp27 const std::shared_ptr<int> p3(ptr2, do_nothing); in main() local
29 assert(!(p2 < p3) && !(p3 < p2)); in main()
Deq.pass.cpp28 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/
Dpiecewise.pass.cpp29 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/
Downer_before_shared_ptr.pass.cpp23 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()
Downer_before_weak_ptr.pass.cpp23 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/
Dassign.pass.cpp65 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()
Dswap.pass.cpp75 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/
Dcopy.pass.cpp62 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/
Dmap_test.cpp116 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/
Dmap_test.cpp116 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/
Dmakefile.com65 $ if (p3.nes."WALL")
Dremake.c1503 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()
Dfunction.c580 char *p3 = argv[0]; in func_basename_dir() local
588 while ((p2 = find_next_token (&p3, &len)) != 0) in func_basename_dir()
Dconfigure7720 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/
Doutput.07720 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
7724 if (p != p1 || p != p2 || p != p3 || p != p4