Home
last modified time | relevance | path

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

1234

/external/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.mod/
Demplace_type_args.pass.cpp51 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()
Demplace_index_args.pass.cpp52 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()
Demplace_type_init_list_args.pass.cpp63 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/
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()
/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()
/external/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
Dcopy.pass.cpp81 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()
Dmove.pass.cpp90 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/
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/llvm-project/libcxxabi/test/
Dcatch_multi_level_pointer.pass.cpp71 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/
DBitSetIteratorPerf.cpp51 using TestTypes = Types<angle::BitSet32<32>, typedef
56 TYPED_TEST_SUITE(BitSetIteratorPerfTest, TestTypes);
/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);
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 …]
Dconvolution_test_1d.cc57 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/
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/llvm-project/libcxx/test/std/utilities/optional/optional.object/
Dspecial_members.pass.cpp52 template <class ...TestTypes>
54 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
Dtriviality.pass.cpp69 template <class ...TestTypes>
71 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
/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/llvm-project/libcxx/test/std/utilities/optional/optional.specalg/
Dswap.pass.cpp74 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/
Dtriviality.abi.pass.cpp68 template <class ...TestTypes>
70 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
/external/llvm-project/libcxx/test/libcxx/utilities/optional/optional.object/
Dtriviality.abi.pass.cpp69 template <class ...TestTypes>
71 DoTestsMetafunction() { sink(SpecialMemberTest<TestTypes>{}...); } in DoTestsMetafunction()
/external/tensorflow/tensorflow/lite/kernels/
Drandom_standard_normal_test.cc78 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/
Dcopy.pass.cpp73 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/
Dcopy.pass.cpp73 using O = optional<TestTypes::TestType>; in main()
78 using T = TestTypes::TestType; in main()

1234