Home
last modified time | relevance | path

Searched refs:reportFile (Results 1 – 10 of 10) sorted by relevance

/external/jdiff/src/jdiff/
DHTMLReportGenerator.java70 reportFile = new PrintWriter(fos); in generate()
126 reportFile.close(); in generate()
283 oldReportFile = reportFile; in reportChangedPackage()
292 reportFile = new PrintWriter(fos); in reportChangedPackage()
443 reportFile.close(); in reportChangedPackage()
444 reportFile = oldReportFile; in reportChangedPackage()
488 oldReportFile = reportFile; in reportChangedClass()
495 reportFile = new PrintWriter(fos); in reportChangedClass()
583 reportFile.close(); in reportChangedClass()
584 reportFile = oldReportFile; in reportChangedClass()
[all …]
DHTMLFiles.java30 h_.reportFile = new PrintWriter(fos); in emitTopLevelFile()
71 h_.reportFile.close(); in emitTopLevelFile()
83 h_.reportFile = new PrintWriter(fos); in emitTopLeftFile()
116 h_.reportFile.close(); in emitTopLeftFile()
129 h_.reportFile = new PrintWriter(fos); in emitHelp()
260 h_.reportFile.close(); in emitHelp()
275 h_.reportFile = new PrintWriter(fos); in emitStylesheet()
331 h_.reportFile.close(); in emitStylesheet()
DHTMLStatistics.java32 h_.reportFile = new PrintWriter(fos); in emitStatistics()
168 h_.reportFile.close(); in emitStatistics()
DHTMLIndexes.java89 h_.reportFile = new PrintWriter(fos); in emitBottomLeftFile()
114 h_.reportFile.close(); in emitBottomLeftFile()
/external/honggfuzz/
Dreport.c75 if (run->global->cfg.reportFile == NULL) { in report_Report()
79 snprintf(reportFName, sizeof(reportFName), "%s", run->global->cfg.reportFile); in report_Report()
Dcmdline.c310 .reportFile = NULL, in cmdlineParse()
561 hfuzz->cfg.reportFile = optarg; in cmdlineParse()
Dhonggfuzz.h242 const char* reportFile; member
/external/antlr/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
DGUnitExecuteMojo.java360 private void writeReportFile(File reportFile, String results) { in writeReportFile() argument
362 Writer writer = new FileWriter( reportFile ); in writeReportFile()
/external/syzkaller/syz-manager/
Dhtml.go472 reportFile := filepath.Join("crashes", dir, "report"+index)
473 if osutil.IsExist(filepath.Join(workdir, reportFile)) {
474 crash.Report = reportFile
/external/conscrypt/openjdk/
Dbuild.gradle118 def reportFile = new File(reportDir, "report.txt")
119 def reportStream = new FileOutputStream(reportFile)