/external/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.mod/ |
D | emplace_type_args.pass.cpp | 51 using V = std::variant<int, void *, const void *, TestTypes::NoCtors>; in test_emplace_sfinae() 62 static_assert(!emplace_exists<V, TestTypes::NoCtors>(), "cannot construct"); in test_emplace_sfinae() 66 TestTypes::NoCtors>; in test_emplace_sfinae() 85 static_assert(!emplace_exists<V, TestTypes::NoCtors>(), in test_emplace_sfinae() 105 std::variant<int, long, const void *, TestTypes::NoCtors, std::string>; in test_basic() 125 using V = std::variant<int, long, const int &, int &&, TestTypes::NoCtors, in test_basic()
|
D | emplace_index_args.pass.cpp | 52 using V = std::variant<int, void *, const void *, TestTypes::NoCtors>; in test_emplace_sfinae() 67 using V = std::variant<int, int &, const int &, int &&, TestTypes::NoCtors>; in test_emplace_sfinae() 105 std::variant<int, long, const void *, TestTypes::NoCtors, std::string>; in test_basic() 125 using V = std::variant<int, long, const int &, int &&, TestTypes::NoCtors, in test_basic()
|
D | emplace_type_init_list_args.pass.cpp | 63 std::variant<int, TestTypes::NoCtors, InitList, InitListArg, long, long>; in test_emplace_sfinae() 76 using V = std::variant<int, InitList, InitListArg, TestTypes::NoCtors>; in test_basic()
|
/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()
|
/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()
|
/external/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ |
D | copy.pass.cpp | 81 using T = TestTypes::TestType; in test_reference_extension() 129 using T = TestTypes::TestType; in main() 137 TestTypes::TestType::reset(); in main() 139 using T = TestTypes::TestType; in main() 150 TestTypes::TestType::reset(); in main()
|
D | move.pass.cpp | 90 using T = TestTypes::TestType; in test_reference_extension() 165 using T = TestTypes::TestType; in main() 174 TestTypes::TestType::reset(); in main() 176 using T = TestTypes::TestType; in main() 190 TestTypes::TestType::reset(); in main()
|
/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/llvm-project/libcxxabi/test/ |
D | catch_multi_level_pointer.pass.cpp | 71 struct TestTypes { struct 81 struct TestTypes<Member Class::*, true> { argument 90 typedef TestTypes<Throw, first> ThrowTypes; argument 91 typedef TestTypes<Catch, first> CatchTypes;
|
/external/angle/src/tests/perf_tests/ |
D | BitSetIteratorPerf.cpp | 51 using TestTypes = Types<angle::BitSet32<32>, typedef 56 TYPED_TEST_SUITE(BitSetIteratorPerfTest, TestTypes);
|
/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); 362 TYPED_TEST_CASE(Convolve2D_1x3x3x5_3x3x5x3_Valid, TestTypes); 426 TYPED_TEST_CASE(Convolve2D_1x3x3x5_3x3x1x15_Depthwise_Valid, TestTypes); 496 TYPED_TEST_CASE(Convolve2D_1x4x4x5_3x3x1x5_Depthwise_Valid, TestTypes); [all …]
|
D | convolution_test_1d.cc | 57 using TestTypes = ::testing::Types<float>; typedef 59 using TestTypes = ::testing::Types<float, Eigen::half>; typedef 270 TYPED_TEST_CASE(Convolve1D_1x2x5_1x2x2_WithRHSDilation, TestTypes); 372 TYPED_TEST_CASE(Convolve1D_1x2x5_1x2x2_WithPadding, TestTypes);
|
/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/llvm-project/libcxx/test/std/utilities/optional/optional.object/ |
D | special_members.pass.cpp | 52 template <class ...TestTypes> 54 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
|
D | triviality.pass.cpp | 69 template <class ...TestTypes> 71 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
|
/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/llvm-project/libcxx/test/std/utilities/optional/optional.specalg/ |
D | swap.pass.cpp | 74 using T = TestTypes::TestType; in test_swap_sfinae() 78 using T = TestTypes::MoveOnly; in test_swap_sfinae() 82 using T = TestTypes::Copyable; in test_swap_sfinae() 86 using T = TestTypes::NoCtors; in test_swap_sfinae() 97 using T = TestTypes::CopyOnly; in test_swap_sfinae()
|
/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/llvm-project/libcxx/test/libcxx/utilities/optional/optional.object/ |
D | triviality.abi.pass.cpp | 69 template <class ...TestTypes> 71 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | random_standard_normal_test.cc | 78 using TestTypes = ::testing::Types<float, double>; typedef 80 TYPED_TEST_SUITE(RandomStandardNormalTest, TestTypes);
|
/external/llvm-project/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()
|
/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()
|