Home
last modified time | relevance | path

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

/external/r8/src/test/java/com/android/tools/r8/
DR8RunArtTestsTest.java787 private static class TestSpecification { class in R8RunArtTestsTest
816 TestSpecification(String name, DexTool dexTool, in TestSpecification() method in R8RunArtTestsTest.TestSpecification
834 TestSpecification(String name, DexTool dexTool, File directory, boolean skipArt, in TestSpecification() method in R8RunArtTestsTest.TestSpecification
891 private static Map<SpecificationKey, TestSpecification> getTestsMap( in getTestsMap()
901 Map<SpecificationKey, TestSpecification> data = new HashMap<>(); in getTestsMap()
975 new TestSpecification(name, dexTool, testDir, skipArt.contains(name), in getTestsMap()
1019 File dexFile, TestSpecification specification, DexVm artVersion) { in buildArtCommand()
1179 TestSpecification specification = new TestSpecification(name, DexTool.NONE, resultDir, in runJctfTest()
1268 specification = new TestSpecification(name, DexTool.DX, r8ResultDir, in runJctfTest()
1288 TestSpecification specification, in runJctfTestDoRunOnArt()
[all …]