/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/ |
D | tuple.by.type.pass.cpp | 36 constexpr std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 }; in main() local 37 static_assert ( std::get<int>(p5) == 1, "" ); in main() 38 static_assert ( std::get<const int>(p5) == 2, "" ); in main() 42 const std::tuple<int, const int, double, double> p5 { 1, 2, 3.4, 5.6 }; in main() local 43 const int &i1 = std::get<int>(p5); in main() 44 const int &i2 = std::get<const int>(p5); in main()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessor/ |
D | def_params_tail.hpp | 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 …ST_MPL_PP_DEF_PARAMS_TAIL_8(i,p,v) BOOST_MPL_PP_FILTER_PARAMS_##i(p##9 v(),p1,p2,p3,p4,p5,p6,p7,p8) 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/tests/device/test-gnustl-full/unit/ |
D | map_test.cpp | 118 pair_type p5(3, 'x'); in mmap2() local 128 p5, in mmap2() 164 pair_type p5(3, 'x'); in iterators() local 172 p5, in iterators()
|
/ndk/tests/device/test-stlport/unit/ |
D | map_test.cpp | 118 pair_type p5(3, 'x'); in mmap2() local 128 p5, in mmap2() 164 pair_type p5(3, 'x'); in iterators() local 172 p5, in iterators()
|
/ndk/sources/android/support/src/stdio/ |
D | strtod.c | 1020 Bigint *b1, *p5, *p51; local 1033 if (!(p5 = p5s)) { 1035 p5 = i2b(625); 1036 if (p5 == BIGINT_INVALID) { 1039 return p5; 1041 p5s = p5; 1042 p5->next = 0; 1046 b1 = mult(b, p5); 1052 if (!(p51 = p5->next)) { 1053 p51 = mult(p5,p5); [all …]
|
/ndk/sources/host-tools/make-3.81/config/ |
D | config.sub | 830 pentium | p5 | k5 | k6 | nexgen | viac3) 842 pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | config.sub | 886 pentium | p5 | k5 | k6 | nexgen | viac3) 898 pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_unittest.cc | 5146 bool* p5 = NULL; in TEST() local 5149 msg << p1 << p2 << p3 << p4 << p5 << p6; in TEST()
|
/ndk/sources/host-tools/make-3.81/ |
D | configure | 7721 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid(); 7725 || p != p5 || p != p6 || p != p7)
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 7721 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid(); 7725 || p != p5 || p != p6 || p != p7)
|