Home
last modified time | relevance | path

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

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DClassFileVersionsTest.java48 testVersion(V1_1, false); in test_1_1()
53 testVersion(V1_2, false); in test_1_2()
58 testVersion(V1_3, false); in test_1_3()
63 testVersion(V1_4, false); in test_1_4()
68 testVersion(V1_5, false); in test_1_5()
73 testVersion(V1_6, true); in test_1_6()
78 testVersion(V1_7, true); in test_1_7()
83 testVersion(V1_8, true); in test_1_8()
86 private void testVersion(int version, boolean frames) throws IOException { in testVersion() method in ClassFileVersionsTest
/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() {