Home
last modified time | relevance | path

Searched refs:testVersion (Results 1 – 7 of 7) sorted by relevance

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DClassFileVersionsTest.java49 testVersion(V1_1, false); in test_1_1()
54 testVersion(V1_2, false); in test_1_2()
59 testVersion(V1_3, false); in test_1_3()
64 testVersion(V1_4, false); in test_1_4()
69 testVersion(V1_5, false); in test_1_5()
74 testVersion(V1_6, true); in test_1_6()
79 testVersion(V1_7, true); in test_1_7()
84 testVersion(V1_8, true); in test_1_8()
89 testVersion(V9, true); in test_1_9()
92 private void testVersion(int version, boolean frames) throws IOException { in testVersion() method in ClassFileVersionsTest
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
DTensorFlowLiteTest.java29 public void testVersion() { in testVersion() method in TensorFlowLiteTest
/external/tensorflow/tensorflow/python/framework/
Dversions_test.py27 def testVersion(self): member in VersionTest
Dimporter_test.py1076 def testVersion(self): member in ImportGraphDefTest
/external/yapf/yapftests/
Dmain_test.py139 def testVersion(self): member in MainTest
/external/dng_sdk/source/
Ddng_negative.cpp1361 int32 testVersion; in ProfileByID() local
1365 testVersion); in ProfileByID()
1367 if (bestIndex == -1 || testVersion > bestVersion) in ProfileByID()
1371 bestVersion = testVersion; in ProfileByID()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DDumperOptionsTest.java270 public void testVersion() {