Home
last modified time | relevance | path

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

/external/r8/src/test/java/com/android/tools/r8/
DTestCondition.java14 static class ToolSet { class in TestCondition
18 public ToolSet(EnumSet<DexTool> set) { in ToolSet() method in TestCondition.ToolSet
64 private static final ToolSet ANY_TOOL = new ToolSet(EnumSet.allOf(DexTool.class));
87 public static ToolSet tools(DexTool... tools) { in tools()
89 return new ToolSet(EnumSet.copyOf(Arrays.asList(tools))); in tools()
103 ToolSet tools, in match()
110 public static TestCondition match(ToolSet tools, CompilerSet compilers, RuntimeSet runtimes) { in match()
118 public static TestCondition match(ToolSet tools) { in match()
122 public static TestCondition match(ToolSet tools, CompilerSet compilers) { in match()
126 public static TestCondition match(ToolSet tools, RuntimeSet runtimes) { in match()