/external/deqp/modules/gles31/functional/ |
D | es31fUniformLocationTests.cpp | 963 StructType* testTypes[] = in init() local 971 structTypes.push_back(testTypes[0]); in init() 972 structTypes.push_back(testTypes[1]); in init() 973 structTypes.push_back(testTypes[2]); in init() 974 structTypes.push_back(testTypes[3]); in init() 976 testTypes[0]->addMember("a", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)])); in init() 977 testTypes[0]->addMember("b", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)])); in init() 978 testTypes[0]->addMember("c", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)])); in init() 979 testTypes[0]->addMember("d", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)])); in init() 980 testTypes[0]->addMember("e", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)])); in init() [all …]
|
/external/OpenCL-CTS/test_conformance/SVM/ |
D | test_enqueue_api.cpp | 127 std::vector<TestType> testTypes; in test_svm_enqueue_api() local 129 testTypes.push_back(TestType(host, host)); in test_svm_enqueue_api() 130 testTypes.push_back(TestType(host, svm)); in test_svm_enqueue_api() 131 testTypes.push_back(TestType(svm, host)); in test_svm_enqueue_api() 132 testTypes.push_back(TestType(svm, svm)); in test_svm_enqueue_api() 134 for (const auto test_case : testTypes) in test_svm_enqueue_api()
|
/external/skia/tests/ |
D | CachedDecodingPixelRefTest.cpp | 91 const TestImageGenerator::TestType testTypes[] = { in DEF_TEST() local 99 for (size_t i = 0; i < SK_ARRAY_COUNT(testTypes); ++i) { in DEF_TEST() 100 TestImageGenerator::TestType test = testTypes[i]; in DEF_TEST()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/ |
D | MapDeserializationTest.java | 62 public EnumMap<KeyEnum,ITestType> testTypes; field in MapDeserializationTest.EnumMapContainer 66 public List<ITestType> testTypes; field in MapDeserializationTest.ListContainer 342 listContainer.testTypes = testTypesList; in testEnumPolymorphicSerializationTest() 349 enumMapContainer.testTypes = testTypesMap; in testEnumPolymorphicSerializationTest()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | LocaleDataTest.java | 368 final int[] testTypes = { in TestExemplarSetTypes() local 386 for (int i = 0; i < testTypes.length; i++) { in TestExemplarSetTypes() 388 UnicodeSet set = LocaleData.getExemplarSet(loc, 0, testTypes[i]); in TestExemplarSetTypes()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | LocaleDataTest.java | 365 final int[] testTypes = { in TestExemplarSetTypes() local 383 for (int i = 0; i < testTypes.length; i++) { in TestExemplarSetTypes() 385 UnicodeSet set = LocaleData.getExemplarSet(loc, 0, testTypes[i]); in TestExemplarSetTypes()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 1838 } testTypes[] = in createLayeredRenderingTests() local 1878 for (int testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createLayeredRenderingTests() 1882 testTypes[testTypeNdx].test, in createLayeredRenderingTests() 1887 if (testTypes[testTypeNdx].test == TEST_TYPE_LAYERED_READBACK) in createLayeredRenderingTests() 1888 …addFunctionCaseWithPrograms(viewTypeGroup.get(), testTypes[testTypeNdx].name, testTypes[testTypeNd… in createLayeredRenderingTests() 1889 else if (testTypes[testTypeNdx].test == TEST_TYPE_SECONDARY_CMD_BUFFER) in createLayeredRenderingTests() 1891 …addFunctionCaseWithPrograms(viewTypeGroup.get(), "secondary_cmd_buffer", testTypes[testTypeNdx].de… in createLayeredRenderingTests() 1893 …ograms(viewTypeGroup.get(), "secondary_cmd_buffer_inherit_framebuffer", testTypes[testTypeNdx].des… in createLayeredRenderingTests() 1896 …addFunctionCaseWithPrograms(viewTypeGroup.get(), testTypes[testTypeNdx].name, testTypes[testTypeNd… in createLayeredRenderingTests()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedClearAttachmentTests.cpp | 1112 std::vector<TestParams> testTypes; in createRenderPassUnusedClearAttachmentTests() local 1115 …testTypes.emplace_back(0, dsType, depthStencilUse, dsFormat, renderingType); // No color atta… in createRenderPassUnusedClearAttachmentTests() 1116 …testTypes.emplace_back(1, dsType, depthStencilUse, dsFormat, renderingType); // Single color… in createRenderPassUnusedClearAttachmentTests() 1117 …testTypes.emplace_back(COLOR_ATTACHMENTS_NUMBER, dsType, depthStencilUse, dsFormat, renderingType)… in createRenderPassUnusedClearAttachmentTests() 1119 for (auto& params : testTypes) in createRenderPassUnusedClearAttachmentTests()
|
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
D | vktRayTracingMemGuaranteeTests.cpp | 803 testTypes[] in createMemGuaranteeTests() local 811 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createMemGuaranteeTests() 813 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup(new tcu::TestCaseGroup(testCtx, testTypes[testTypeNd… in createMemGuaranteeTests() 824 testTypes[testTypeNdx].testType, // TestType testType; in createMemGuaranteeTests()
|
D | vktRayTracingComplexControlFlowTests.cpp | 1735 testTypes[] in createComplexControlFlowTests() local 1751 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createComplexControlFlowTests() 1753 const TestType testType = testTypes[testTypeNdx].testType; in createComplexControlFlowTests() 1754 …de::MovePtr<tcu::TestCaseGroup> testTypeGroup (new tcu::TestCaseGroup(testCtx, testTypes[testTypeN… in createComplexControlFlowTests()
|
D | vktRayTracingCaptureReplayTests.cpp | 1412 } testTypes[] = in addReplayShaderBindingTablesTests() local 1419 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in addReplayShaderBindingTablesTests() 1423 testTypes[testTypeNdx].testType, in addReplayShaderBindingTablesTests() 1433 …RayTracingCaptureReplayTestCase(group->getTestContext(), testTypes[testTypeNdx].name, testTypes[te… in addReplayShaderBindingTablesTests()
|
/external/auto/common/src/test/java/com/google/auto/common/ |
D | OverridesTest.java | 355 ImmutableSet<TypeElement> testTypes = testTypesBuilder.build(); in checkOverridesInSet() local 357 for (TypeElement testType : testTypes) { in checkOverridesInSet() 361 for (TypeElement in : testTypes) { in checkOverridesInSet()
|
/external/dokka/core/src/test/kotlin/javadoc/ |
D | JavadocTest.kt | 12 @Test fun testTypes() { in <lambda>() method in org.jetbrains.dokka.javadoc.JavadocTest
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemStorageBufferTests.cpp | 833 SSBOAtomicType testTypes[] = { in createAtomicStorageBufferTests() local 859 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++typeNdx) in createAtomicStorageBufferTests() 861 SSBOAtomicType atomicType = testTypes[typeNdx]; in createAtomicStorageBufferTests()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 11764 const TestType testTypes[] = in createFloat16FuncSet() local 11882 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx) in createFloat16FuncSet() 11884 const TestType& testType = testTypes[testTypeIdx]; in createFloat16FuncSet() 11986 const TestType testTypes[] = in createFloat16VectorExtractSet() local 12130 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx) in createFloat16VectorExtractSet() 12132 const TestType& testType = testTypes[testTypeIdx]; in createFloat16VectorExtractSet() 12248 const TestType testTypes[] = in createFloat16VectorInsertSet() local 12386 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx) in createFloat16VectorInsertSet() 12388 const TestType& testType = testTypes[testTypeIdx]; in createFloat16VectorInsertSet() 12571 const TestType testTypes[] = in createFloat16VectorShuffleSet() local [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryWatertightnessTests.cpp | 2247 testTypes[] = in createWatertightnessTests() local 2263 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createWatertightnessTests() 2265 …eGroup> testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].nam… in createWatertightnessTests() 2266 const TestType testType = testTypes[testTypeNdx].testType; in createWatertightnessTests()
|
D | vktRayQueryBuiltinTests.cpp | 5949 testTypes[] = in createBuiltinTests() local 5978 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createBuiltinTests() 5980 …aseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].nam… in createBuiltinTests() 5981 const TestType testType = testTypes[testTypeNdx].testType; in createBuiltinTests() 6083 testTypes[] = in createAdvancedTests() local 6089 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createAdvancedTests() 6091 …aseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].nam… in createAdvancedTests() 6092 const TestType testType = testTypes[testTypeNdx].testType; in createAdvancedTests()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorUpdateASTests.cpp | 2474 testTypes[] = in createDescriptorUpdateASTests() local 2514 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createDescriptorUpdateASTests() 2516 …eGroup> testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].nam… in createDescriptorUpdateASTests() 2517 const TestType testType = testTypes[testTypeNdx].testType; in createDescriptorUpdateASTests()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | basic_gpu_test.py | 134 def testTypes(self): member in MathBuiltinUnaryTest
|
D | shape_ops_test.py | 491 def testTypes(self): member in TileTest
|
D | cwise_ops_test.py | 1056 def testTypes(self): member in RoundingTest
|
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationProvokingVertexTests.cpp | 952 } testTypes[] = in createTests() local 958 for (const TestType& testType: testTypes) in createTests()
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackSimpleTests.cpp | 3167 …const TestType testTypes[] = { TEST_TYPE_BASIC, TEST_TYPE_RESUME, TEST_TYPE_XFB_POINTSIZE, TEST_… in createTransformFeedbackSimpleTests() local 3170 for (deUint32 testTypesNdx = 0; testTypesNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypesNdx) in createTransformFeedbackSimpleTests() 3172 const TestType testType = testTypes[testTypesNdx]; in createTransformFeedbackSimpleTests() 3339 …const TestType testTypes[] = { TEST_TYPE_STREAMS, TEST_TYPE_STREAMS_POINTSIZE, TEST_TYPE_STREAM… in createTransformFeedbackStreamsSimpleTests() local 3342 for (deUint32 testTypesNdx = 0; testTypesNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypesNdx) in createTransformFeedbackStreamsSimpleTests() 3344 const TestType testType = testTypes[testTypesNdx]; in createTransformFeedbackStreamsSimpleTests()
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_grad_test_base.py | 203 def testTypes(self): member in ResizeBilinearOpTestBase
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageLoadStoreTests.cpp | 2796 } testTypes[] = in createImageExtendOperandsTests() local 2815 for (const auto& testType : testTypes) in createImageExtendOperandsTests()
|