Searched defs:showFiles (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/diags/
H A DRunExamples.java49 * -showFiles include text of source files in the output
101 boolean showFiles = false;
114 else if (arg.equals("-showFiles"))
115 showFiles = true;
160 r = new TextRunner(out, showFiles, raw, verbose);
162 r = new HTMLRunner(outFile, showFiles, raw, verbose, title);
164 r = new TextRunner(outFile, showFiles, raw, verbose);
217 Runner(boolean showFiles, boolean raw, boolean verbose) { argument
218 this.showFiles = showFiles;
241 void showFiles(Example e, Collection<File> files) throws IOException { method in class:RunExamples.Runner
268 protected boolean showFiles; field in class:RunExamples.Runner
274 TextRunner(File file, boolean showFiles, boolean raw, boolean verbose) argument
281 TextRunner(PrintWriter out, boolean showFiles, boolean raw, boolean verbose) argument
337 HTMLRunner(File file, boolean showFiles, boolean raw, boolean verbose, String title) argument
[all...]

Completed in 49 milliseconds