/ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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++/libcxx/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/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessor/ |
D | def_params_tail.hpp | 56 …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/ |
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++/libcxx/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/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/ |
D | make_unique.array.pass.cpp | 40 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/ |
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-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/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/third_party/googletest/googletest/test/ |
D | gtest_unittest.cc | 4821 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/ |
D | output.0 | 7720 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(), 7724 if (p != p1 || p != p2 || p != p3 || p != p4
|