HomeSort by relevance Sort by last modified time
    Searched defs:reportFile (Results 1 - 9 of 9) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ReportExporter.java 69 File reportFile = new File(reportPath, baseName + ".zip");
72 out = new ZipOutputStream(new BufferedOutputStream(new FileOutputStream(reportFile)));
89 return mContext.getString(R.string.report_saved, reportFile.getPath());
  /external/jdiff/src/jdiff/
HTMLFiles.java 30 h_.reportFile = new PrintWriter(fos);
71 h_.reportFile.close();
83 h_.reportFile = new PrintWriter(fos);
116 h_.reportFile.close();
129 h_.reportFile = new PrintWriter(fos);
260 h_.reportFile.close();
275 h_.reportFile = new PrintWriter(fos);
359 h_.reportFile.close();
HTMLStatistics.java 32 h_.reportFile = new PrintWriter(fos);
172 h_.reportFile.close();
HTMLReportGenerator.java 70 reportFile = new PrintWriter(fos);
130 reportFile.close();
268 oldReportFile = reportFile;
277 reportFile = new PrintWriter(fos);
431 reportFile.close();
432 reportFile = oldReportFile;
443 oldReportFile = reportFile;
450 reportFile = new PrintWriter(fos);
538 reportFile.close();
539 reportFile = oldReportFile
    [all...]
HTMLIndexes.java 89 h_.reportFile = new PrintWriter(fos);
114 h_.reportFile.close();
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsXmlResultReporter.java 261 File reportFile = getResultFile(mReportDir);
262 createXmlResult(reportFile, mStartTime, elapsedTime);
267 ResultReporter reporter = new ResultReporter(mResultServer, reportFile);
296 private void createXmlResult(File reportFile, String startTimestamp, long elapsedTime) {
300 stream = createOutputResultStream(reportFile);
352 OutputStream createOutputResultStream(File reportFile) throws IOException {
353 logResult("Created xml report file at file://%s", reportFile.getAbsolutePath());
354 return new FileOutputStream(reportFile);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /external/guava/guava/lib/
jdiff.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 125 milliseconds