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

  /external/vogar/src/vogar/
ExpectationStore.java 123 public void parse(File expectationsFile, ModeId mode, Variant variant) throws IOException {
124 log.verbose("loading expectations file " + expectationsFile);
129 reader = new JsonReader(new FileReader(expectationsFile));
138 log.verbose("loaded " + count + " expectations from " + expectationsFile);
  /cts/libs/vogar-expect/src/vogar/
ExpectationStore.java 165 public void parse(File expectationsFile, ModeId mode) throws IOException {
166 Log.verbose("loading expectations file " + expectationsFile);
168 try (Reader fileReader = new FileReader(expectationsFile)) {
169 String source = expectationsFile.toString();
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 2651 milliseconds