OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reportFile
(Results
1 - 8
of
8
) 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
336
File
reportFile
= getResultFile(mReportDir);
337
createXmlResult(
reportFile
, mStartTime, elapsedTime);
342
mReporter.reportResult(
reportFile
, mReferenceUrl);
359
private void createXmlResult(File
reportFile
, String startTimestamp, long elapsedTime) {
363
stream = createOutputResultStream(
reportFile
);
415
OutputStream createOutputResultStream(File
reportFile
) throws IOException {
416
logResult("Created xml report file at file://%s",
reportFile
.getAbsolutePath());
417
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
Completed in 153 milliseconds