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/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DCtsXmlGenerator.java23 import vogar.ModeId;
128 ExpectationStore failuresStore = ExpectationStore.parse(expectationFiles, ModeId.DEVICE); in main()
129 ExpectationStore abiStore = ExpectationStore.parse(abiFiles, ModeId.DEVICE); in main()
/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.java48 import vogar.ModeId;
401 ExpectationStore.parse(expectationFiles, ModeId.DEVICE); in getExcludeFile()
409 getClass(), knownFailuresFiles, ModeId.DEVICE); in getExcludeFile()
/cts/tests/core/runner/src/com/android/cts/core/runner/
DCoreTestRunner.java52 import vogar.ModeId;
135 getClass(), expectationResources, ModeId.DEVICE); in onCreate()