HomeSort by relevance Sort by last modified time
    Searched full:expectationfiles (Results 1 - 2 of 2) sorted by null

  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
CtsXmlGenerator.java 47 Set<File> expectationFiles = new HashSet<File>();
67 expectationFiles.add(new File(getArg(args, ++i,
100 ExpectationStore store = ExpectationStore.parse(expectationFiles, ModeId.DEVICE);
  /cts/libs/vogar-expect/src/vogar/
ExpectationStore.java 109 public static ExpectationStore parse(Set<File> expectationFiles, ModeId mode) throws IOException {
111 for (File f : expectationFiles) {

Completed in 99 milliseconds