Searched defs:resultDir (Results 1 – 4 of 4) sorted by relevance
31 public File writeResults(SuiteResultHolder holder, File resultDir) throws IOException; in writeResults()42 public SuiteResultHolder parseResults(File resultDir, boolean shallow) throws IOException; in parseResults()
33 File resultDir = null; in finalizeResults() local75 public void postFormattingStep(File resultDir, File reportFile) { in postFormattingStep()
201 public File writeResults(SuiteResultHolder holder, File resultDir) throws IOException { in writeResults()499 public SuiteResultHolder parseResults(File resultDir, boolean shallow) throws IOException { in parseResults()
170 private ArrayList<String> getCameraIdList(String resultDir) throws DeviceNotAvailableException { in getCameraIdList()