/external/gson/gson/src/test/java/com/google/gson/functional/ |
D | CustomSerializerTest.java | 29 import com.google.gson.common.TestTypes.Base; 30 import com.google.gson.common.TestTypes.BaseSerializer; 31 import com.google.gson.common.TestTypes.ClassWithBaseArrayField; 32 import com.google.gson.common.TestTypes.ClassWithBaseField; 33 import com.google.gson.common.TestTypes.Sub; 34 import com.google.gson.common.TestTypes.SubSerializer;
|
D | PrintFormattingTest.java | 25 import com.google.gson.common.TestTypes.BagOfPrimitives; 26 import com.google.gson.common.TestTypes.ClassWithTransientFields; 27 import com.google.gson.common.TestTypes.Nested; 28 import com.google.gson.common.TestTypes.PrimitiveArray;
|
D | InheritanceTest.java | 27 import com.google.gson.common.TestTypes.BagOfPrimitives; 28 import com.google.gson.common.TestTypes.Base; 29 import com.google.gson.common.TestTypes.ClassWithBaseArrayField; 30 import com.google.gson.common.TestTypes.ClassWithBaseCollectionField; 31 import com.google.gson.common.TestTypes.ClassWithBaseField; 32 import com.google.gson.common.TestTypes.Nested; 33 import com.google.gson.common.TestTypes.Sub;
|
D | MapTest.java | 36 import com.google.gson.common.TestTypes; 502 TestTypes.Sub subType = new TestTypes.Sub(); in testInterfaceTypeMap() 524 TestTypes.Sub subType = new TestTypes.Sub(); in testInterfaceTypeMapWithSerializer() 530 final JsonElement baseTypeJsonElement = tempGson.toJsonTree(subType, TestTypes.Base.class); in testInterfaceTypeMapWithSerializer() 535 JsonSerializer<TestTypes.Base> baseTypeAdapter = new JsonSerializer<TestTypes.Base>() { in testInterfaceTypeMapWithSerializer() 536 @Override public JsonElement serialize(TestTypes.Base src, Type typeOfSrc, in testInterfaceTypeMapWithSerializer() 544 .registerTypeAdapter(TestTypes.Base.class, baseTypeAdapter) in testInterfaceTypeMapWithSerializer() 550 .registerTypeAdapter(TestTypes.Base.class, baseTypeAdapter) in testInterfaceTypeMapWithSerializer() 688 private final Map<String, TestTypes.Base> bases = new HashMap<>(); 689 private final Map<String, TestTypes.Sub> subs = new HashMap<>(); [all …]
|
D | ObjectTest.java | 36 import com.google.gson.common.TestTypes.ArrayOfObjects; 37 import com.google.gson.common.TestTypes.BagOfPrimitiveWrappers; 38 import com.google.gson.common.TestTypes.BagOfPrimitives; 39 import com.google.gson.common.TestTypes.ClassWithArray; 40 import com.google.gson.common.TestTypes.ClassWithNoFields; 41 import com.google.gson.common.TestTypes.ClassWithObjects; 42 import com.google.gson.common.TestTypes.ClassWithTransientFields; 43 import com.google.gson.common.TestTypes.Nested; 44 import com.google.gson.common.TestTypes.PrimitiveArray;
|
D | InstanceCreatorTest.java | 26 import com.google.gson.common.TestTypes.Base; 27 import com.google.gson.common.TestTypes.ClassWithBaseField; 28 import com.google.gson.common.TestTypes.Sub;
|
/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/cronet/tot/third_party/libc++/src/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 | 84 using T = TestTypes::TestType; in test_reference_extension() 159 using T = TestTypes::TestType; in main() 168 TestTypes::TestType::reset(); in main() 170 using T = TestTypes::TestType; in main() 184 TestTypes::TestType::reset(); in main()
|
/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/cronet/stable/third_party/libc++/src/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 | 84 using T = TestTypes::TestType; in test_reference_extension() 159 using T = TestTypes::TestType; in main() 168 TestTypes::TestType::reset(); in main() 170 using T = TestTypes::TestType; in main() 184 TestTypes::TestType::reset(); in main()
|
/external/cronet/stable/third_party/libc++abi/src/test/ |
D | catch_multi_level_pointer.pass.cpp | 75 struct TestTypes { struct 85 struct TestTypes<Member Class::*, true> { argument 94 typedef TestTypes<Throw, first> ThrowTypes; argument 95 typedef TestTypes<Catch, first> CatchTypes;
|
/external/cronet/tot/third_party/libc++abi/src/test/ |
D | catch_multi_level_pointer.pass.cpp | 75 struct TestTypes { struct 85 struct TestTypes<Member Class::*, true> { argument 94 typedef TestTypes<Throw, first> ThrowTypes; argument 95 typedef TestTypes<Catch, first> CatchTypes;
|
/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/angle/src/tests/perf_tests/ |
D | BitSetIteratorPerf.cpp | 49 using TestTypes = Types<angle::BitSet32<32>, typedef 69 TYPED_TEST_SUITE(BitSetIteratorPerfTest, TestTypes, BitSetIteratorTypeNames);
|
/external/cronet/tot/third_party/libc++/src/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.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/cronet/stable/third_party/libc++/src/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/tensorflow/tensorflow/compiler/xla/tests/ |
D | convolution_test.cc | 51 using TestTypes = ::testing::Types< typedef 106 TYPED_TEST_CASE(ForwardPassConvolution_3x3x256_256_OutputZ_Iota, TestTypes); 138 TYPED_TEST_CASE(Convolve_1x1x1x2_1x1x1x2_Valid, TestTypes); 176 TYPED_TEST_CASE(Convolve_1x1x4x4_1x1x2x2_Valid, TestTypes); 215 TYPED_TEST_CASE(Convolve_1x1x4x4_1x1x2x2_Same, TestTypes); 255 TYPED_TEST_CASE(Convolve_1x1x4x4_1x1x3x3_Same, TestTypes); 374 TYPED_TEST_CASE(Convolve2D_1x3x3x5_3x3x5x3_Valid, TestTypes); 436 TYPED_TEST_CASE(Convolve2D_1x3x3x5_3x3x1x15_Depthwise_Valid, TestTypes); 504 TYPED_TEST_CASE(Convolve2D_1x4x4x5_3x3x1x5_Depthwise_Valid, TestTypes); 565 TYPED_TEST_CASE(Convolve2D_1x4x4x512_3x3x1x512_Depthwise_Valid, TestTypes); [all …]
|