Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAnyTest.cpp131 struct TestType { in TEST() struct
133 TestType(const TestType &Other) in TEST() argument
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() argument
171 TestType(long, long, long) noexcept {} in test_noexcept() function
/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/skia/tests/
DCachedDecodingPixelRefTest.cpp26 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/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::__anon50d406040111::InterpolationOffsetCase
Des31fSampleShadingTests.cpp232 enum TestType enum in deqp::gles31::Functional::__anon8b9af2e10111::SampleShadingRenderingCase
Des31fShaderMultisampleInterpolationTests.cpp1028 enum TestType enum in deqp::gles31::Functional::__anon65ce3c8d0111::InterpolateAtCentroidCase
1190 enum TestType enum in deqp::gles31::Functional::__anon65ce3c8d0111::InterpolateAtOffsetCase
Des31fGeometryShaderTests.cpp2671 enum TestType enum in deqp::gles31::Functional::__anon756c2e640111::LayeredRenderCase
6279 static const struct TestType in init() struct
6281 LayeredRenderCase::TestType test; in init()
6282 const char* testPrefix; in init()
6283 const char* descPrefix; in init()
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.h27 enum TestType enum
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemBufferValidator.hpp66 enum TestType { enum
/external/flatbuffers/tests/MyGame/Example/
DMonster.lua76 function Monster_mt:TestType() function
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp10240 struct TestType in createFloat16FuncSet() struct
10242 const deUint32 typeComponents; in createFloat16FuncSet()
10243 const char* typeName; in createFloat16FuncSet()
10244 const char* typeDecls; in createFloat16FuncSet()
10641 struct TestType in createDerivativeTests() struct
10643 const deUint32 typeComponents; in createDerivativeTests()
10644 const char* typeName; in createDerivativeTests()
10645 const char* typeDecls; in createDerivativeTests()
10827 struct TestType in createFloat16VectorExtractSet() struct
10829 const deUint32 typeComponents; in createFloat16VectorExtractSet()
[all …]
DvktSpvAsmImageSamplerTests.cpp47 enum TestType enum
DvktSpvAsmCrossStageInterfaceTests.cpp67 enum TestType enum
/external/deqp/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelMessagePassing.cpp60 } TestType; typedef
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
Dandroid_test.cc101 enum TestType enum
/external/tensorflow/tensorflow/core/lib/io/
Dtable_test.cc261 enum TestType { TABLE_TEST, BLOCK_TEST }; enum
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp980 enum TestType enum in deqp::gles2::Stress::__anon1d06e4520111::TextureSamplerCase

12