/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/ |
D | aligned_storage.pass.cpp | 19 typedef std::aligned_storage<10, 1 >::type T1; in main() typedef 27 typedef std::aligned_storage<10, 2 >::type T1; in main() typedef 35 typedef std::aligned_storage<10, 4 >::type T1; in main() typedef 43 typedef std::aligned_storage<10, 8 >::type T1; in main() typedef 51 typedef std::aligned_storage<10, 16 >::type T1; in main() typedef 59 typedef std::aligned_storage<10, 32 >::type T1; in main() typedef 67 typedef std::aligned_storage<20, 32 >::type T1; in main() typedef 75 typedef std::aligned_storage<40, 32 >::type T1; in main() typedef 83 typedef std::aligned_storage<12, 16 >::type T1; in main() typedef 91 typedef std::aligned_storage<1>::type T1; in main() typedef [all …]
|
D | aligned_union.pass.cpp | 20 typedef std::aligned_union<10, char >::type T1; in main() typedef 28 typedef std::aligned_union<10, short >::type T1; in main() typedef 36 typedef std::aligned_union<10, int >::type T1; in main() typedef 44 typedef std::aligned_union<10, double >::type T1; in main() typedef 52 typedef std::aligned_union<10, short, char >::type T1; in main() typedef 60 typedef std::aligned_union<10, char, short >::type T1; in main() typedef 68 typedef std::aligned_union<2, int, char, short >::type T1; in main() typedef 76 typedef std::aligned_union<2, char, int, short >::type T1; in main() typedef 84 typedef std::aligned_union<2, char, short, int >::type T1; in main() typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.rel/ |
D | lt.pass.cpp | 37 typedef std::tuple<> T1; in main() typedef 47 typedef std::tuple<char> T1; in main() typedef 57 typedef std::tuple<char> T1; in main() typedef 67 typedef std::tuple<char> T1; in main() typedef 77 typedef std::tuple<char, int> T1; in main() typedef 87 typedef std::tuple<char, int> T1; in main() typedef 97 typedef std::tuple<char, int> T1; in main() typedef 107 typedef std::tuple<char, int> T1; in main() typedef 117 typedef std::tuple<char, int> T1; in main() typedef 127 typedef std::tuple<char, int, double> T1; in main() typedef [all …]
|
D | eq.pass.cpp | 25 typedef std::tuple<> T1; in main() typedef 33 typedef std::tuple<int> T1; in main() typedef 41 typedef std::tuple<int> T1; in main() typedef 49 typedef std::tuple<int, double> T1; in main() typedef 57 typedef std::tuple<int, double> T1; in main() typedef 65 typedef std::tuple<int, double> T1; in main() typedef 73 typedef std::tuple<int, double> T1; in main() typedef 81 typedef std::tuple<char, int, double> T1; in main() typedef 89 typedef std::tuple<char, int, double> T1; in main() typedef 97 typedef std::tuple<char, int, double> T1; in main() typedef [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | alloc_convert_copy.pass.cpp | 28 typedef std::tuple<int> T1; in main() typedef 35 typedef std::tuple<alloc_first> T1; in main() typedef 44 typedef std::tuple<alloc_first, alloc_last> T1; in main() typedef 56 typedef std::tuple<int, alloc_first, alloc_last> T1; in main() typedef
|
D | alloc_const_pair.pass.cpp | 29 typedef std::tuple<int, double> T1; in main() typedef 37 typedef std::tuple<alloc_first, double> T1; in main() typedef 47 typedef std::tuple<alloc_first, alloc_last> T1; in main() typedef
|
D | alloc_convert_move.pass.cpp | 45 typedef std::tuple<alloc_first> T1; in main() typedef 54 typedef std::tuple<std::unique_ptr<B>> T1; in main() typedef 61 typedef std::tuple<alloc_first, std::unique_ptr<B>> T1; in main() typedef 71 typedef std::tuple<alloc_last, alloc_first, std::unique_ptr<B>> T1; in main() typedef
|
D | convert_move.pass.cpp | 40 typedef std::tuple<int> T1; in main() typedef 47 typedef std::tuple<int, int> T1; in main() typedef 55 typedef std::tuple<int, int, B> T1; in main() typedef 65 typedef std::tuple<int, int, B&> T1; in main() typedef 75 typedef std::tuple<int, int, std::unique_ptr<B>> T1; in main() typedef
|
D | convert_copy.pass.cpp | 57 typedef std::tuple<int> T1; in main() typedef 65 typedef std::tuple<A> T1; in main() typedef 72 typedef std::tuple<C> T1; in main() typedef 80 typedef std::tuple<int, int> T1; in main() typedef 88 typedef std::tuple<int, int, B> T1; in main() typedef 98 typedef std::tuple<int, int, B&> T1; in main() typedef 108 typedef std::tuple<int, int, B> T1; in main() typedef
|
D | const_pair.pass.cpp | 24 typedef std::tuple<int, short> T1; in main() typedef 33 typedef std::tuple<int, short> T1; in main() typedef
|
D | alloc_move_pair.pass.cpp | 45 typedef std::tuple<alloc_first, std::unique_ptr<B>> T1; in main() typedef
|
D | move_pair.pass.cpp | 40 typedef std::tuple<int, std::unique_ptr<B>> T1; in main() typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/ |
D | convert_move.pass.cpp | 41 typedef std::tuple<int> T1; in main() typedef 49 typedef std::tuple<int, int> T1; in main() typedef 58 typedef std::tuple<int, int, B> T1; in main() typedef 70 typedef std::tuple<int, int, B&> T1; in main() typedef 80 typedef std::tuple<int, int, std::unique_ptr<B>> T1; in main() typedef
|
D | convert_copy.pass.cpp | 38 typedef std::tuple<int> T1; in main() typedef 46 typedef std::tuple<int, int> T1; in main() typedef 55 typedef std::tuple<int, int, B> T1; in main() typedef 67 typedef std::tuple<int, int, B&> T1; in main() typedef
|
D | const_pair.pass.cpp | 25 typedef std::tuple<int, short> T1; in main() typedef
|
D | move_pair.pass.cpp | 41 typedef std::tuple<int, std::unique_ptr<B>> T1; in main() typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.traits/time.traits.specializations/ |
D | time_point.pass.cpp | 25 typedef std::chrono::time_point<C, D1> T1; in test() typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/ |
D | types.pass.cpp | 25 typedef std::defer_lock_t T1; in main() typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.comparisons/ |
D | op_equal.fail.cpp | 34 typedef std::chrono::time_point<Clock1, Duration1> T1; in main() typedef
|
D | op_less.fail.cpp | 42 typedef std::chrono::time_point<Clock1, Duration1> T1; in main() typedef
|
D | op_equal.pass.cpp | 30 typedef std::chrono::time_point<Clock, Duration1> T1; in main() typedef
|
D | op_less.pass.cpp | 38 typedef std::chrono::time_point<Clock, Duration1> T1; in main() typedef
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-printers.h | 507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { in PrintTo() 512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { in PrintTo() 517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { in PrintTo() 522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, in PrintTo() 529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, in PrintTo() 536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, in PrintTo() 543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, in PrintTo() 550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, in PrintTo() 557 void PrintTo( in PrintTo() 566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { in PrintTo() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cast/ |
D | time_point_cast.pass.cpp | 76 typedef std::chrono::duration<int, std::ratio<3, 5>> T1; in main() typedef
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/ |
D | bool_trait_def.hpp | 80 #define BOOST_TT_AUX_BOOL_TRAIT_DEF2(trait,T1,T2,C) \ argument 92 #define BOOST_TT_AUX_BOOL_TRAIT_DEF3(trait,T1,T2,T3,C) \ argument
|