Searched refs:testVersion (Results 1 – 4 of 4) sorted by relevance
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
D | ClassFileVersionsTest.java | 48 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/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/ |
D | GdxSetup.java | 198 private static boolean versionsEqual(int[] testVersion, int[] targetVersion) { in versionsEqual() argument 200 if (testVersion[i] != targetVersion[i]) return false; in versionsEqual() 205 private static boolean compareVersions(int[] version, int[] testVersion) { in compareVersions() argument 206 if (testVersion[0] > version[0]) { in compareVersions() 208 } else if (testVersion[0] == version[0]) { in compareVersions() 209 if (testVersion[1] > version[1]) { in compareVersions() 211 } else if (testVersion[1] == version[1]) { in compareVersions() 212 return testVersion[2] > version[2]; in compareVersions()
|
/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()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
D | DumperOptionsTest.java | 270 public void testVersion() {
|