/external/deqp/modules/gles31/functional/ |
D | es31fUniformLocationTests.cpp | 921 StructType* testTypes[] = in init() local 929 structTypes.push_back(testTypes[0]); in init() 930 structTypes.push_back(testTypes[1]); in init() 931 structTypes.push_back(testTypes[2]); in init() 932 structTypes.push_back(testTypes[3]); in init() 934 testTypes[0]->addMember("a", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)])); in init() 935 testTypes[0]->addMember("b", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)])); in init() 936 testTypes[0]->addMember("c", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)])); in init() 937 testTypes[0]->addMember("d", createVarType(primitiveTypes[rng.getInt(0, maxPrimitiveTypeNdx)])); in init() 938 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/skqp/tests/ |
D | CachedDecodingPixelRefTest.cpp | 92 const TestImageGenerator::TestType testTypes[] = { in DEF_TEST() local 100 for (size_t i = 0; i < SK_ARRAY_COUNT(testTypes); ++i) { in DEF_TEST() 101 TestImageGenerator::TestType test = testTypes[i]; in DEF_TEST()
|
/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/renderpass/ |
D | vktRenderPassUnusedClearAttachmentTests.cpp | 1019 std::vector<TestParams> testTypes; in createRenderPassUnusedClearAttachmentTests() local 1022 …testTypes.emplace_back(0, dsType, depthStencilUse, dsFormat, renderPassType); // No color att… in createRenderPassUnusedClearAttachmentTests() 1023 …testTypes.emplace_back(1, dsType, depthStencilUse, dsFormat, renderPassType); // Single colo… in createRenderPassUnusedClearAttachmentTests() 1024 …testTypes.emplace_back(COLOR_ATTACHMENTS_NUMBER, dsType, depthStencilUse, dsFormat, renderPassType… in createRenderPassUnusedClearAttachmentTests() 1026 for (auto& params : testTypes) in createRenderPassUnusedClearAttachmentTests()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 1837 } testTypes[] = in createLayeredRenderingTests() local 1877 for (int testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createLayeredRenderingTests() 1881 testTypes[testTypeNdx].test, in createLayeredRenderingTests() 1886 if (testTypes[testTypeNdx].test == TEST_TYPE_LAYERED_READBACK) in createLayeredRenderingTests() 1887 …addFunctionCaseWithPrograms(viewTypeGroup.get(), testTypes[testTypeNdx].name, testTypes[testTypeNd… in createLayeredRenderingTests() 1888 else if (testTypes[testTypeNdx].test == TEST_TYPE_SECONDARY_CMD_BUFFER) in createLayeredRenderingTests() 1890 …addFunctionCaseWithPrograms(viewTypeGroup.get(), "secondary_cmd_buffer", testTypes[testTypeNdx].de… in createLayeredRenderingTests() 1892 …ograms(viewTypeGroup.get(), "secondary_cmd_buffer_inherit_framebuffer", testTypes[testTypeNdx].des… in createLayeredRenderingTests() 1895 …addFunctionCaseWithPrograms(viewTypeGroup.get(), testTypes[testTypeNdx].name, testTypes[testTypeNd… in createLayeredRenderingTests()
|
/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 | 1413 } testTypes[] = in addReplayShaderBindingTablesTests() local 1420 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in addReplayShaderBindingTablesTests() 1424 testTypes[testTypeNdx].testType, in addReplayShaderBindingTablesTests() 1434 …RayTracingCaptureReplayTestCase(group->getTestContext(), testTypes[testTypeNdx].name, testTypes[te… in addReplayShaderBindingTablesTests()
|
/external/auto/common/src/test/java/com/google/auto/common/ |
D | OverridesTest.java | 308 ImmutableSet<TypeElement> testTypes = testTypesBuilder.build(); in checkOverridesInSet() local 310 for (TypeElement testType : testTypes) { in checkOverridesInSet() 314 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 | 831 SSBOAtomicType testTypes[] = { in createAtomicStorageBufferTests() local 857 for (int typeNdx = 0; typeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++typeNdx) in createAtomicStorageBufferTests() 859 SSBOAtomicType atomicType = testTypes[typeNdx]; in createAtomicStorageBufferTests()
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackSimpleTests.cpp | 2809 …const TestType testTypes[] = { TEST_TYPE_BASIC, TEST_TYPE_RESUME, TEST_TYPE_XFB_POINTSIZE, TEST_… in createTransformFeedbackSimpleTests() local 2812 for (deUint32 testTypesNdx = 0; testTypesNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypesNdx) in createTransformFeedbackSimpleTests() 2814 const TestType testType = testTypes[testTypesNdx]; in createTransformFeedbackSimpleTests() 2838 const TestType testTypes[] = in createTransformFeedbackSimpleTests() local 2866 for (deUint32 testTypesNdx = 0; testTypesNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypesNdx) in createTransformFeedbackSimpleTests() 2868 const TestType testType = testTypes[testTypesNdx]; in createTransformFeedbackSimpleTests() 2969 …const TestType testTypes[] = { TEST_TYPE_STREAMS, TEST_TYPE_STREAMS_POINTSIZE, TEST_TYPE_STREAM… in createTransformFeedbackStreamsSimpleTests() local 2972 for (deUint32 testTypesNdx = 0; testTypesNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypesNdx) in createTransformFeedbackStreamsSimpleTests() 2974 const TestType testType = testTypes[testTypesNdx]; in createTransformFeedbackStreamsSimpleTests()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 11693 const TestType testTypes[] = in createFloat16FuncSet() local 11811 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx) in createFloat16FuncSet() 11813 const TestType& testType = testTypes[testTypeIdx]; in createFloat16FuncSet() 11915 const TestType testTypes[] = in createFloat16VectorExtractSet() local 12059 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx) in createFloat16VectorExtractSet() 12061 const TestType& testType = testTypes[testTypeIdx]; in createFloat16VectorExtractSet() 12177 const TestType testTypes[] = in createFloat16VectorInsertSet() local 12315 for (deUint32 testTypeIdx = 0; testTypeIdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeIdx) in createFloat16VectorInsertSet() 12317 const TestType& testType = testTypes[testTypeIdx]; in createFloat16VectorInsertSet() 12500 const TestType testTypes[] = in createFloat16VectorShuffleSet() local [all …]
|
/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 | 1058 def testTypes(self): member in RoundingTest
|
/external/deqp/external/vulkancts/modules/vulkan/ray_query/ |
D | vktRayQueryWatertightnessTests.cpp | 2249 testTypes[] = in createWatertightnessTests() local 2265 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createWatertightnessTests() 2267 …eGroup> testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].nam… in createWatertightnessTests() 2268 const TestType testType = testTypes[testTypeNdx].testType; in createWatertightnessTests()
|
D | vktRayQueryBuiltinTests.cpp | 5952 testTypes[] = in createBuiltinTests() local 5981 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createBuiltinTests() 5983 …aseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].nam… in createBuiltinTests() 5984 const TestType testType = testTypes[testTypeNdx].testType; in createBuiltinTests() 6086 testTypes[] = in createAdvancedTests() local 6092 for (size_t testTypeNdx = 0; testTypeNdx < DE_LENGTH_OF_ARRAY(testTypes); ++testTypeNdx) in createAdvancedTests() 6094 …aseGroup> testTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].nam… in createAdvancedTests() 6095 const TestType testType = testTypes[testTypeNdx].testType; in createAdvancedTests()
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_grad_test_base.py | 201 def testTypes(self): member in ResizeBilinearOpTestBase
|
/external/python/cpython3/Lib/test/ |
D | test_socket.py | 5922 def testTypes(self): member in TestSocketSharing
|