OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reportFile
(Results
1 - 7
of
7
) sorted by null
/external/jdiff/src/jdiff/
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
...]
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();
HTMLIndexes.java
89
h_.
reportFile
= new PrintWriter(fos);
114
h_.
reportFile
.close();
[
all
...]
/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());
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsXmlResultReporter.java
325
File
reportFile
= new File(reportDir, TEST_RESULT_FILE_NAME);
326
logResult("Created xml report file at file://%s",
reportFile
.getAbsolutePath());
327
return new FileOutputStream(
reportFile
);
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 58 milliseconds