Home
last modified time | relevance | path

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

/cts/libs/vogar-expect/src/vogar/expect/
DExpectationStore.java118 … public static ExpectationStore parse(Set<File> expectationFiles, ModeId mode) throws IOException { in parse() argument
120 for (File f : expectationFiles) { in parse()
/cts/tests/jdwp/runner/host-side/src/com/android/compatibility/testtype/
DDalvikTest.java487 Set<File> expectationFiles = new HashSet<>(); in getExcludeFile() local
490 expectationFiles.add(f); in getExcludeFile()
493 ExpectationStore.parse(expectationFiles, ModeId.DEVICE); in getExcludeFile()