Searched refs:testVersion (Results 1 – 9 of 9) sorted by relevance
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/instr/ |
D | ClassFileVersionsTest.java | 59 testVersion(V1_1, false); in test_1_1() 64 testVersion(V1_2, false); in test_1_2() 69 testVersion(V1_3, false); in test_1_3() 74 testVersion(V1_4, false); in test_1_4() 79 testVersion(V1_5, false); in test_1_5() 84 testVersion(V1_6, true); in test_1_6() 89 testVersion(V1_7, true); in test_1_7() 94 testVersion(V1_8, true); in test_1_8() 99 testVersion(V9, true); in test_9() 104 testVersion(V10, true); in test_10() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDriverPropertiesTests.cpp | 138 void testVersion (const VkPhysicalDeviceDriverPropertiesKHR& deviceDriverProperties, deUint32 usedA… in testVersion() function 186 …case TEST_TYPE_VERSION: testVersion (deviceDriverProperties, context.getUsedApiVersion()); … in testQueryProperties()
|
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/ |
D | TensorFlowLiteTest.java | 30 public void testVersion() { in testVersion() method in TensorFlowLiteTest
|
/external/tensorflow/tensorflow/python/framework/ |
D | versions_test.py | 27 def testVersion(self): member in VersionTest
|
D | importer_test.py | 1063 def testVersion(self): member in ImportGraphDefTest
|
/external/yapf/yapftests/ |
D | main_test.py | 139 def testVersion(self): member in MainTest
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/ |
D | IntrospectorPairTest.java | 231 public void testVersion() throws Exception in testVersion() method in IntrospectorPairTest
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
D | DumperOptionsTest.java | 270 public void testVersion() {
|
/external/dng_sdk/source/ |
D | dng_negative.cpp | 1361 int32 testVersion; in ProfileByID() local 1365 testVersion); in ProfileByID() 1367 if (bestIndex == -1 || testVersion > bestVersion) in ProfileByID() 1371 bestVersion = testVersion; in ProfileByID()
|