/external/libcxx/test/std/utilities/variant/variant.variant/variant.mod/ |
D | emplace_type_args.pass.cpp | 54 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()
|
D | emplace_index_args.pass.cpp | 55 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()
|
D | emplace_index_init_list_args.pass.cpp | 66 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()
|
D | emplace_type_init_list_args.pass.cpp | 66 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/ |
D | copy.pass.cpp | 82 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()
|
D | move.pass.cpp | 93 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()
|
D | rvalue_T.pass.cpp | 75 typedef TestTypes::TestType T; in main() 94 typedef TestTypes::TestType T; in main()
|
D | const_T.pass.cpp | 69 typedef TestTypes::TestType T; in main()
|
D | U.pass.cpp | 92 using T = TestTypes::TestType; in test_implicit()
|
/external/libcxxabi/test/ |
D | catch_multi_level_pointer.pass.cpp | 72 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/ |
D | convolution_test.cc | 57 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/ |
D | swap.pass.cpp | 75 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/ |
D | special_members.pass.cpp | 51 template <class ...TestTypes> 53 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
|
D | triviality.pass.cpp | 68 template <class ...TestTypes> 70 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
|
/external/libcxx/test/libcxx/utilities/optional/optional.object/ |
D | triviality.abi.pass.cpp | 68 template <class ...TestTypes> 70 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
|
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/ |
D | copy.pass.cpp | 73 using O = optional<TestTypes::TestType>; in main() 78 using T = TestTypes::TestType; in main()
|
D | assign_value.pass.cpp | 62 using I = TestTypes::TestType; in test_sfinae() 87 using T = TestTypes::TestType; in test_with_test_type()
|
D | nullopt_t.pass.cpp | 39 using TT = TestTypes::TestType; in main()
|
/external/llvm/unittests/ADT/ |
D | PriorityWorklistTest.cpp | 23 TestTypes; typedef 24 TYPED_TEST_CASE(PriorityWorklistTest, TestTypes);
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | PriorityWorklistTest.cpp | 25 TestTypes; typedef 26 TYPED_TEST_CASE(PriorityWorklistTest, TestTypes);
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | math_test.cc | 155 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/ |
D | incaltst.h | 25 void TestTypes(void);
|
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
D | assign_const_pair_U_V.pass.cpp | 37 using C = TestTypes::TestType; in main()
|
D | assign_rv_pair_U_V.pass.cpp | 45 using C = TestTypes::TestType; in main()
|
/external/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/ |
D | assign_tuple_like.pass.cpp | 33 using C = TestTypes::TestType; in main()
|