Home
last modified time | relevance | path

Searched refs:TestTypes (Results 1 – 25 of 34) sorted by relevance

12

/external/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
Demplace_type_args.pass.cpp54 using V = std::variant<int, void *, const void *, TestTypes::NoCtors>; in test_emplace_sfinae()
65 static_assert(!emplace_exists<V, TestTypes::NoCtors>(), "cannot construct"); in test_emplace_sfinae()
69 TestTypes::NoCtors>; in test_emplace_sfinae()
88 static_assert(!emplace_exists<V, TestTypes::NoCtors>(), in test_emplace_sfinae()
108 std::variant<int, long, const void *, TestTypes::NoCtors, std::string>; in test_basic()
128 using V = std::variant<int, long, const int &, int &&, TestTypes::NoCtors, in test_basic()
Demplace_index_args.pass.cpp55 using V = std::variant<int, void *, const void *, TestTypes::NoCtors>; in test_emplace_sfinae()
70 using V = std::variant<int, int &, const int &, int &&, TestTypes::NoCtors>; in test_emplace_sfinae()
108 std::variant<int, long, const void *, TestTypes::NoCtors, std::string>; in test_basic()
128 using V = std::variant<int, long, const int &, int &&, TestTypes::NoCtors, in test_basic()
Demplace_index_init_list_args.pass.cpp66 std::variant<int, TestTypes::NoCtors, InitList, InitListArg, long, long>; in test_emplace_sfinae()
79 using V = std::variant<int, InitList, InitListArg, TestTypes::NoCtors>; in test_basic()
Demplace_type_init_list_args.pass.cpp66 std::variant<int, TestTypes::NoCtors, InitList, InitListArg, long, long>; in test_emplace_sfinae()
79 using V = std::variant<int, InitList, InitListArg, TestTypes::NoCtors>; in test_basic()
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
Dcopy.pass.cpp82 using T = TestTypes::TestType; in test_reference_extension()
130 using T = TestTypes::TestType; in main()
138 TestTypes::TestType::reset(); in main()
140 using T = TestTypes::TestType; in main()
151 TestTypes::TestType::reset(); in main()
Dmove.pass.cpp93 using T = TestTypes::TestType; in test_reference_extension()
168 using T = TestTypes::TestType; in main()
177 TestTypes::TestType::reset(); in main()
179 using T = TestTypes::TestType; in main()
193 TestTypes::TestType::reset(); in main()
Drvalue_T.pass.cpp75 typedef TestTypes::TestType T; in main()
94 typedef TestTypes::TestType T; in main()
Dconst_T.pass.cpp69 typedef TestTypes::TestType T; in main()
DU.pass.cpp92 using T = TestTypes::TestType; in test_implicit()
/external/libcxxabi/test/
Dcatch_multi_level_pointer.pass.cpp72 struct TestTypes { struct
82 struct TestTypes<Member Class::*, true> { argument
91 typedef TestTypes<Throw, first> ThrowTypes; argument
92 typedef TestTypes<Catch, first> CatchTypes;
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconvolution_test.cc57 using TestTypes = ::testing::Types<float>; typedef
59 using TestTypes = ::testing::Types<float, Eigen::half>; typedef
107 TYPED_TEST_CASE(ForwardPassConvolution_3x3x256_256_OutputZ_Iota, TestTypes);
139 TYPED_TEST_CASE(Convolve_1x1x1x2_1x1x1x2_Valid, TestTypes);
173 TYPED_TEST_CASE(Convolve_1x1x4x4_1x1x2x2_Valid, TestTypes);
208 TYPED_TEST_CASE(Convolve_1x1x4x4_1x1x2x2_Same, TestTypes);
240 TYPED_TEST_CASE(Convolve_1x1x4x4_1x1x3x3_Same, TestTypes);
306 TYPED_TEST_CASE(Convolve1D_1x2x5_1x2x2_WithRHSDilation, TestTypes);
408 TYPED_TEST_CASE(Convolve1D_1x2x5_1x2x2_WithPadding, TestTypes);
530 TYPED_TEST_CASE(Convolve2D_1x3x3x5_3x3x5x3_Valid, TestTypes);
[all …]
/external/libcxx/test/std/utilities/optional/optional.specalg/
Dswap.pass.cpp75 using T = TestTypes::TestType; in test_swap_sfinae()
79 using T = TestTypes::MoveOnly; in test_swap_sfinae()
83 using T = TestTypes::Copyable; in test_swap_sfinae()
87 using T = TestTypes::NoCtors; in test_swap_sfinae()
98 using T = TestTypes::CopyOnly; in test_swap_sfinae()
/external/libcxx/test/std/utilities/optional/optional.object/
Dspecial_members.pass.cpp51 template <class ...TestTypes>
53 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
Dtriviality.pass.cpp68 template <class ...TestTypes>
70 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
/external/libcxx/test/libcxx/utilities/optional/optional.object/
Dtriviality.abi.pass.cpp68 template <class ...TestTypes>
70 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
Dcopy.pass.cpp73 using O = optional<TestTypes::TestType>; in main()
78 using T = TestTypes::TestType; in main()
Dassign_value.pass.cpp62 using I = TestTypes::TestType; in test_sfinae()
87 using T = TestTypes::TestType; in test_with_test_type()
Dnullopt_t.pass.cpp39 using TT = TestTypes::TestType; in main()
/external/llvm/unittests/ADT/
DPriorityWorklistTest.cpp23 TestTypes; typedef
24 TYPED_TEST_CASE(PriorityWorklistTest, TestTypes);
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DPriorityWorklistTest.cpp25 TestTypes; typedef
26 TYPED_TEST_CASE(PriorityWorklistTest, TestTypes);
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmath_test.cc155 using TestTypes = ::testing::Types<float>; typedef
157 using TestTypes = ::testing::Types<float, Eigen::half>; typedef
160 TYPED_TEST_CASE(MathTypedTest, TestTypes);
/external/icu/icu4c/source/test/intltest/
Dincaltst.h25 void TestTypes(void);
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
Dassign_const_pair_U_V.pass.cpp37 using C = TestTypes::TestType; in main()
Dassign_rv_pair_U_V.pass.cpp45 using C = TestTypes::TestType; in main()
/external/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/
Dassign_tuple_like.pass.cpp33 using C = TestTypes::TestType; in main()

12