Home
last modified time | relevance | path

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

/external/skqp/tests/
DCachedDecodingPixelRefTest.cpp92 const TestImageGenerator::TestType testTypes[] = { in DEF_TEST() local
/external/skia/tests/
DCachedDecodingPixelRefTest.cpp91 const TestImageGenerator::TestType testTypes[] = { in DEF_TEST() local
/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
/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/OpenCL-CTS/test_conformance/SVM/
Dtest_enqueue_api.cpp127 std::vector<TestType> testTypes; in test_svm_enqueue_api() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleDataTest.java365 final int[] testTypes = { in TestExemplarSetTypes() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleDataTest.java368 final int[] testTypes = { in TestExemplarSetTypes() local
/external/tensorflow/tensorflow/python/ops/
Dimage_grad_test_base.py201 def testTypes(self): member in ResizeBilinearOpTestBase
/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
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp1019 std::vector<TestParams> testTypes; in createRenderPassUnusedClearAttachmentTests() local
/external/auto/common/src/test/java/com/google/auto/common/
DOverridesTest.java308 ImmutableSet<TypeElement> testTypes = testTypesBuilder.build(); in checkOverridesInSet() local
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingMemGuaranteeTests.cpp803 testTypes[] in createMemGuaranteeTests() local
DvktRayTracingComplexControlFlowTests.cpp1735 testTypes[] in createComplexControlFlowTests() local
DvktRayTracingCaptureReplayTests.cpp1413 } testTypes[] = in addReplayShaderBindingTablesTests() local
/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp921 StructType* testTypes[] = in init() local
/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
2838 const TestType testTypes[] = in createTransformFeedbackSimpleTests() local
2969 …const TestType testTypes[] = { TEST_TYPE_STREAMS, TEST_TYPE_STREAMS_POINTSIZE, TEST_TYPE_STREAM… in createTransformFeedbackStreamsSimpleTests() local
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp1837 } testTypes[] = in createLayeredRenderingTests() local
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryWatertightnessTests.cpp2249 testTypes[] = in createWatertightnessTests() local
DvktRayQueryBuiltinTests.cpp5952 testTypes[] = in createBuiltinTests() local
6086 testTypes[] = in createAdvancedTests() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp11693 const TestType testTypes[] = in createFloat16FuncSet() local
11915 const TestType testTypes[] = in createFloat16VectorExtractSet() local
12177 const TestType testTypes[] = in createFloat16VectorInsertSet() local
12500 const TestType testTypes[] = in createFloat16VectorShuffleSet() local
18044 const Math16TestType testTypes[MATH16_TYPE_LAST] = in createFloat16ArithmeticFuncTest() local
/external/python/cpython3/Lib/test/
Dtest_socket.py5922 def testTypes(self): member in TestSocketSharing