Home
last modified time | relevance | path

Searched refs:ART_5_1_1 (Results 1 – 10 of 10) sorted by relevance

/external/r8/src/test/java/com/android/tools/r8/
DJctfTestSpecifications.java4424 match(D8_COMPILER, runtimes(DexVm.ART_6_0_1, DexVm.ART_5_1_1)))
4438 match(runtimes(DexVm.ART_7_0_0, DexVm.ART_6_0_1, DexVm.ART_5_1_1)))
4444 match(runtimes(DexVm.ART_7_0_0, DexVm.ART_6_0_1, DexVm.ART_5_1_1)))
4449 match(runtimes(DexVm.ART_7_0_0, DexVm.ART_6_0_1, DexVm.ART_5_1_1)))
4456 match(runtimes(DexVm.ART_6_0_1, DexVm.ART_5_1_1)))
4461 match(runtimes(DexVm.ART_6_0_1, DexVm.ART_5_1_1)))
4466 match(runtimes(DexVm.ART_6_0_1, DexVm.ART_5_1_1)))
4471 match(runtimes(DexVm.ART_6_0_1, DexVm.ART_5_1_1)))
4476 match(runtimes(DexVm.ART_6_0_1, DexVm.ART_5_1_1)))
4483 match(runtimes(DexVm.ART_6_0_1, DexVm.ART_5_1_1)))
[all …]
DR8RunArtTestsTest.java152 .put("109-suspend-check", TestCondition.match(TestCondition.runtimes(DexVm.ART_5_1_1)))
154 .put("129-ThreadGetId", TestCondition.match(TestCondition.runtimes(DexVm.ART_5_1_1)))
157 .put("800-smali", TestCondition.match(TestCondition.runtimes(DexVm.ART_5_1_1)))
429 DexVm.ART_5_1_1, ImmutableList.of(
472 TestCondition.runtimes(DexVm.ART_7_0_0, DexVm.ART_6_0_1, DexVm.ART_5_1_1)))
479 TestCondition.runtimes(DexVm.ART_7_0_0, DexVm.ART_6_0_1, DexVm.ART_5_1_1)))
490 TestCondition.runtimes(DexVm.ART_5_1_1)))
497 TestCondition.runtimes(DexVm.ART_7_0_0, DexVm.ART_6_0_1, DexVm.ART_5_1_1)))
520 TestCondition.runtimes(DexVm.ART_5_1_1, DexVm.ART_6_0_1)))
532 .match(TestCondition.runtimes(DexVm.ART_4_4_4, DexVm.ART_5_1_1, DexVm.ART_6_0_1));
[all …]
DR8RunExamplesAndroidOTest.java26 DexVm.ART_5_1_1, ImmutableList.of(
DR8RunSmaliTestsTest.java38 DexVm.ART_5_1_1, ImmutableList.of(
DRunExamplesAndroidNTest.java110 DexVm.ART_5_1_1,
DToolHelper.java63 ART_5_1_1("5.1.1"), enumConstant
241 DexVm.ART_5_1_1, "art-5.1.1",
248 DexVm.ART_5_1_1, "bin/art",
DR8RunExamplesTest.java63 TestCondition.runtimes(DexVm.ART_6_0_1, DexVm.ART_5_1_1, DexVm.ART_4_4_4)))
DRunExamplesAndroidOTest.java171 DexVm.ART_5_1_1, ImmutableList.of(
/external/r8/src/test/java/com/android/tools/r8/jdwp/
DRunJdwpTests.java60 return dexVm.isNewerThan(DexVm.ART_5_1_1); in isAndroidMOrAbove()
/external/r8/src/test/java/com/android/tools/r8/debug/
DDebugTestBase.java470 if (ToolHelper.getDexVm().isNewerThan(DexVm.ART_5_1_1)) {