Home
last modified time | relevance | path

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

/cts/libs/vogar-expect/src/vogar/
DExpectationStore.java121 … public static ExpectationStore parse(Set<File> expectationFiles, ModeId mode) throws IOException { in parse()
141 Class<?> owningClass, Set<String> expectationResources, ModeId mode) in parseResources()
156 private void parse(URL url, ModeId mode) throws IOException { in parse()
165 public void parse(File expectationsFile, ModeId mode) throws IOException { in parse()
174 private void parse(Reader reader, String source, ModeId mode) throws IOException { in parse()
189 private void readExpectation(JsonReader reader, ModeId mode) throws IOException { in readExpectation()
195 Set<ModeId> modes = null; in readExpectation()
261 private Set<ModeId> readModes(JsonReader reader) throws IOException { in readModes()
262 Set<ModeId> result = new LinkedHashSet<ModeId>(); in readModes()
265 result.add(ModeId.valueOf(reader.nextString().toUpperCase())); in readModes()
DModeId.java19 public enum ModeId { enum
/cts/tests/core/runner/src/com/android/cts/core/runner/
DExpectationBasedFilter.java32 import vogar.ModeId;
86 getClass(), expectationResources, ModeId.DEVICE); in ExpectationBasedFilter()
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/
DExpectationBasedFilter.java32 import vogar.ModeId;
86 getClass(), expectationResources, ModeId.DEVICE); in ExpectationBasedFilter()
/cts/tools/utils/
DVogarUtils.java19 import vogar.ModeId;
70 ExpectationStore result = ExpectationStore.parse(getExpectationFiles(dir), ModeId.DEVICE); in provideExpectationStore()
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DDalvikTest.java65 import vogar.ModeId;
493 ExpectationStore.parse(expectationFiles, ModeId.DEVICE); in getExcludeFile()
509 getClass(), knownFailuresFiles, ModeId.DEVICE); in getExcludeFile()