Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessor/
Ddef_params_tail.hpp56 …p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##4 v(),p##5 v(),p##6 v(),p##7 v(),p##8 v(),p##9 v(),p1,p2,p3)
57 …L_4(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##5 v(),p##6 v(),p##7 v(),p##8 v(),p##9 v(),p1,p2,p3,p4)
58 …MS_TAIL_5(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##6 v(),p##7 v(),p##8 v(),p##9 v(),p1,p2,p3,p4,p5)
59 …F_PARAMS_TAIL_6(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##7 v(),p##8 v(),p##9 v(),p1,p2,p3,p4,p5,p6)
60 …_PP_DEF_PARAMS_TAIL_7(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##8 v(),p##9 v(),p1,p2,p3,p4,p5,p6,p7)
61 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_8(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##9 v(),p1,p2,p3,p…
62 # define BOOST_MPL_PP_DEF_PARAMS_TAIL_9(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p1,p2,p3,p4,p5,p6,p…
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/
Dmake_unique.array.pass.cpp40 auto p3 = std::make_unique<foo[]>(7); in main() local
42 assert ( p3[i].get () == 3 ); in main()
/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/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/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/third_party/googletest/googletest/test/
Dgtest_unittest.cc4821 const wchar_t* p3 = reinterpret_cast<const wchar_t*>(pv3); in TEST() local
4823 EXPECT_NONFATAL_FAILURE(EXPECT_EQ(p3, p4), in TEST()
5144 int* p3 = NULL; in TEST() local
5149 msg << p1 << p2 << p3 << p4 << p5 << p6; in TEST()
/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