Home
last modified time | relevance | path

Searched defs:TestType (Results 1 – 25 of 57) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAnyTest.cpp131 struct TestType { in TEST() struct
133 TestType(const TestType &Other) in TEST() function
135 TestType(TestType &&Other) : Copies(Other.Copies), Moves(Other.Moves + 1) {} in TEST() argument
136 int Copies = 0; in TEST()
137 int Moves = 0; in TEST()
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dmake_from_tuple.pass.cpp168 struct TestType { in test_noexcept() struct
169 TestType(int, NothrowMoveable) noexcept {} in test_noexcept() function
170 TestType(int, int, int) noexcept(false) {} in test_noexcept() function
171 TestType(long, long, long) noexcept {} in test_noexcept() argument
/external/OpenCL-CTS/test_conformance/SVM/
Dtest_enqueue_api.cpp121 struct TestType { in test_svm_enqueue_api() struct
122 allocationTypes srcAlloc; in test_svm_enqueue_api()
123 allocationTypes dstAlloc; in test_svm_enqueue_api()
124 TestType(allocationTypes type1, allocationTypes type2): srcAlloc(type1), dstAlloc(type2){} in test_svm_enqueue_api() argument
/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
Dconst_correctness.fail.cpp21 struct TestType {}; struct
Dany_cast_request_invalid_value_category.fail.cpp21 struct TestType {}; struct
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_test_interface.h25 enum TestType { enum
/external/libcxx/test/support/
Darchetypes.hpp265 using TestType = AllCtors; typedef
288 using TestType = AllCtors; typedef
309 using TestType = AllCtors; typedef
332 using TestType = AllCtors; typedef
354 using TestType = AllCtors; typedef
376 using TestType = AllCtors; typedef
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
Dcomparisons.pass.cpp52 typedef std::pair<path, path> TestType; in test_comparisons_simple() typedef
/external/tensorflow/tensorflow/lite/kernels/
Dexpand_dims_test.cc28 enum class TestType { enum
Dtopk_v2_test.cc28 enum class TestType { enum
Dsplit_test.cc28 enum class TestType { enum
Dtile_test.cc78 enum class TestType { enum
Dresize_nearest_neighbor_test.cc27 enum class TestType { enum
Dslice_test.cc26 enum class TestType { enum
Dresize_bilinear_test.cc27 enum class TestType { enum
/external/skia/tests/
DCachedDecodingPixelRefTest.cpp25 enum TestType { enum in TestImageGenerator
/external/skqp/tests/
DCachedDecodingPixelRefTest.cpp26 enum TestType { enum in TestImageGenerator
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dbullet_4_5_6.pass.cpp60 typedef TestMemberObject<ObjectType> TestType; typedef
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDriverPropertiesTests.cpp40 enum TestType enum
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmNonSemanticInfoTests.cpp38 enum TestType enum
DvktSpvAsmFromHlslTests.cpp45 enum TestType enum
/external/libchrome/mojo/public/cpp/platform/tests/
Dplatform_handle_unittest.cc51 enum class TestType { enum
/external/deqp/modules/gles31/functional/
Des31fShaderMultisampleInterpolationStateQueryTests.cpp48 enum TestType enum in deqp::gles31::Functional::__anona66cf6c60111::InterpolationOffsetCase
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.h27 enum TestType enum
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemBufferValidator.hpp67 enum TestType { enum

123