Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
Dconst_Types.pass.cpp23 std::tuple<int> t(2); in main() local
28 constexpr std::tuple<int> t(2); in main() local
32 constexpr std::tuple<int> t; in main() local
37 std::tuple<int, char*> t(2, 0); in main() local
43 constexpr std::tuple<int, char*> t(2, nullptr); in main() local
49 std::tuple<int, char*> t(2, nullptr); in main() local
54 std::tuple<int, char*, std::string> t(2, nullptr, "text"); in main() local
61 std::tuple<int, char*, std::string> t(2); in main() local
67 std::tuple<int, char*, std::string> t(2, nullptr); in main() local
73 std::tuple<int, char*, std::string, double> t(2, nullptr, "text"); in main() local
Ddefault.pass.cpp25 std::tuple<> t; in main() local
28 std::tuple<int> t; in main() local
32 std::tuple<int, char*> t; in main() local
37 std::tuple<int, char*, std::string> t; in main() local
43 std::tuple<int, char*, std::string, DefaultOnly> t; in main() local
51 constexpr std::tuple<> t; in main() local
54 constexpr std::tuple<int> t; in main() local
58 constexpr std::tuple<int, char*> t; in main() local
DUTypes.pass.cpp36 std::tuple<MoveOnly> t(MoveOnly(0)); in main() local
40 std::tuple<MoveOnly, MoveOnly> t(MoveOnly(0), MoveOnly(1)); in main() local
45 std::tuple<MoveOnly, MoveOnly, MoveOnly> t(MoveOnly(0), in main() local
54 std::tuple<MoveOnly, MoveOnly, MoveOnly> t(MoveOnly(0), in main() local
61 std::tuple<MoveOnly, MoveOnly, MoveOnly> t(MoveOnly(0)); in main() local
71 constexpr std::tuple<A, A> t(3, 2); in main() local
Dcopy.pass.cpp27 T t = t0; in main() local
32 T t = t0; in main() local
38 T t = t0; in main() local
45 T t = t0; in main() local
54 constexpr T t = t0; in main() local
60 constexpr T t = t0; in main() local
Dmove.pass.cpp26 T t = std::move(t0); in main() local
31 T t = std::move(t0); in main() local
37 T t = std::move(t0); in main() local
44 T t = std::move(t0); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cons/
Dduration.pass.cpp24 std::chrono::time_point<Clock, Duration> t(Duration(3)); in main() local
28 std::chrono::time_point<Clock, Duration> t(std::chrono::seconds(3)); in main() local
33 constexpr std::chrono::time_point<Clock, Duration> t(Duration(3)); in main() local
37 constexpr std::chrono::time_point<Clock, Duration> t(std::chrono::seconds(3)); in main() local
Ddefault.pass.cpp26 std::chrono::time_point<Clock, Duration> t; in main() local
31 constexpr std::chrono::time_point<Clock, Duration> t; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
Ddefault.pass.cpp40 test<char> t; in main() local
44 test<wchar_t> t; in main() local
49 test<char> t; in main() local
53 test<wchar_t> t; in main() local
Dcopy.pass.cpp54 test<char> t; in main() local
58 test<wchar_t> t; in main() local
63 test<char> t; in main() local
70 test<wchar_t> t; in main() local
77 test<char> t; in main() local
81 test<wchar_t> t; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/
Dget_const.pass.cpp28 const T t(3); in main() local
33 const T t("high", 5); in main() local
40 constexpr T t(2.718, 5); in main() local
46 constexpr T t{Empty()}; in main() local
53 const T t(d, "high", 5); in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/
Dforward_as_tuple.pass.cpp20 test0(const Tuple& t) in test0()
27 test1a(const Tuple& t) in test1a()
36 test1b(const Tuple& t) in test1b()
45 test2a(const Tuple& t) in test2a()
57 test3(const Tuple& t) in test3()
Dtuple_cat.pass.cpp27 std::tuple<> t = std::tuple_cat(); in main() local
34 std::tuple<> t = std::tuple_cat(std::tuple<>()); in main() local
37 std::tuple<> t = std::tuple_cat(std::array<int, 0>()); in main() local
41 std::tuple<int> t = std::tuple_cat(t1); in main() local
47 constexpr std::tuple<> t = std::tuple_cat(); in main() local
54 constexpr std::tuple<> t = std::tuple_cat(std::tuple<>()); in main() local
57 constexpr std::tuple<> t = std::tuple_cat(std::array<int, 0>()); in main() local
61 constexpr std::tuple<int> t = std::tuple_cat(t1); in main() local
66 constexpr std::tuple<int, int> t = std::tuple_cat(t1, t1); in main() local
72 std::tuple<int, MoveOnly> t = in main() local
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/
Dcopy.pass.cpp25 T t; in main() local
31 T t; in main() local
38 T t; in main() local
46 T t; in main() local
Dmove.pass.cpp26 T t; in main() local
32 T t; in main() local
39 T t; in main() local
47 T t; in main() local
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/control/
Diif.hpp18 # define BOOST_PP_IIF(bit, t, f) BOOST_PP_IIF_I(bit, t, f) argument
20 # define BOOST_PP_IIF(bit, t, f) BOOST_PP_IIF_OO((bit, t, f)) argument
25 # define BOOST_PP_IIF_I(bit, t, f) BOOST_PP_IIF_ ## bit(t, f) argument
27 # define BOOST_PP_IIF_I(bit, t, f) BOOST_PP_IIF_II(BOOST_PP_IIF_ ## bit(t, f)) argument
31 # define BOOST_PP_IIF_0(t, f) f argument
32 # define BOOST_PP_IIF_1(t, f) t argument
Dif.hpp24 # define BOOST_PP_IF(cond, t, f) BOOST_PP_IIF(BOOST_PP_BOOL(cond), t, f) argument
26 # define BOOST_PP_IF(cond, t, f) BOOST_PP_IF_I(cond, t, f) argument
27 # define BOOST_PP_IF_I(cond, t, f) BOOST_PP_IIF(BOOST_PP_BOOL(cond), t, f) argument
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
Dsequence_traits.hpp91 static T* t; member in boost::algorithm::has_native_replace
119 static T* t; member in boost::algorithm::has_stable_iterators
146 static T* t; member in boost::algorithm::has_const_time_insert
173 static T* t; member in boost::algorithm::has_const_time_erase
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/
Dtranslate.pass.cpp23 std::regex_traits<char> t; in main() local
29 std::regex_traits<wchar_t> t; in main() local
Dtranslate_nocase.pass.cpp28 std::regex_traits<char> t; in main() local
55 std::regex_traits<wchar_t> t; in main() local
Disctype.pass.cpp22 std::regex_traits<char> t; in main() local
151 std::regex_traits<wchar_t> t; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.access/
Dfront.pass.cpp26 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
36 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
45 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
55 const T t[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
Dassign.pass.cpp55 test<char> t; in main() local
60 test<wchar_t> t; in main() local
66 test<char> t; in main() local
74 test<wchar_t> t; in main() local
82 test<char> t; in main() local
87 test<wchar_t> t; in main() local
Dswap.pass.cpp65 test<char> t; in main() local
70 test<wchar_t> t; in main() local
76 test<char> t; in main() local
84 test<wchar_t> t; in main() local
92 test<char> t; in main() local
97 test<wchar_t> t; in main() local
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/
Datomic_fetch_or.pass.cpp30 A t; in test() local
37 volatile A t; in test() local
Datomic_fetch_xor_explicit.pass.cpp30 A t; in test() local
38 volatile A t; in test() local

12345678910>>...13