Home
last modified time | relevance | path

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

/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DCtsXmlGenerator.java50 Set<File> expectationFiles = new HashSet<File>(); in main() local
75 expectationFiles.add(new File(getArg(args, ++i, in main()
128 ExpectationStore failuresStore = ExpectationStore.parse(expectationFiles, ModeId.DEVICE); in main()
/cts/libs/vogar-expect/src/vogar/
DExpectationStore.java121 … public static ExpectationStore parse(Set<File> expectationFiles, ModeId mode) throws IOException { in parse() argument
123 for (File f : expectationFiles) { in parse()
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DDalvikTest.java395 Set<File> expectationFiles = new HashSet<>(); in getExcludeFile() local
398 expectationFiles.add(f); in getExcludeFile()
401 ExpectationStore.parse(expectationFiles, ModeId.DEVICE); in getExcludeFile()