Home
last modified time | relevance | path

Searched refs:testTypes (Results 1 – 24 of 24) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp921 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/
Dtest_enqueue_api.cpp127 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/
DCachedDecodingPixelRefTest.cpp92 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/
DCachedDecodingPixelRefTest.cpp91 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/
DMapDeserializationTest.java62 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/
DLocaleDataTest.java368 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/
DLocaleDataTest.java365 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/
DvktRenderPassUnusedClearAttachmentTests.cpp1019 std::vector<TestParams> testTypes; in createRenderPassUnusedClearAttachmentTests() local
1022testTypes.emplace_back(0, dsType, depthStencilUse, dsFormat, renderPassType); // No color att… in createRenderPassUnusedClearAttachmentTests()
1023testTypes.emplace_back(1, dsType, depthStencilUse, dsFormat, renderPassType); // Single colo… in createRenderPassUnusedClearAttachmentTests()
1024testTypes.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/
DvktGeometryLayeredRenderingTests.cpp1837 } 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/
DvktRayTracingMemGuaranteeTests.cpp803 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()
DvktRayTracingComplexControlFlowTests.cpp1735 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()
DvktRayTracingCaptureReplayTests.cpp1413 } 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/
DOverridesTest.java308 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/
DJavadocTest.kt12 @Test fun testTypes() { in <lambda>() method in org.jetbrains.dokka.javadoc.JavadocTest
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemStorageBufferTests.cpp831 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/
DvktTransformFeedbackSimpleTests.cpp2809 …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/
DvktSpvAsmInstructionTests.cpp11693 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/
Dbasic_gpu_test.py134 def testTypes(self): member in MathBuiltinUnaryTest
Dshape_ops_test.py491 def testTypes(self): member in TileTest
Dcwise_ops_test.py1058 def testTypes(self): member in RoundingTest
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryWatertightnessTests.cpp2249 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()
DvktRayQueryBuiltinTests.cpp5952 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/
Dimage_grad_test_base.py201 def testTypes(self): member in ResizeBilinearOpTestBase
/external/python/cpython3/Lib/test/
Dtest_socket.py5922 def testTypes(self): member in TestSocketSharing