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

/openjdk7/langtools/test/tools/javac/diags/
H A DMessageInfo.java111 File examplesDir = new File(testSrc, "examples");
125 examplesDir = new File(args[++i]);
164 notYetFile = new File(examplesDir.getParentFile(), "examples.not-yet.txt");
196 Map<String, Set<String>> msgInfo = runExamples(examplesDir, verbose);
300 Map<String, Set<String>> runExamples(File examplesDir, boolean verbose) { argument
302 for (Example e: getExamples(examplesDir)) {
338 Set<Example> getExamples(File examplesDir) { argument
340 for (File f: examplesDir.listFiles()) {
H A DRunExamples.java98 File examplesDir = new File(testSrc, "examples");
111 examplesDir = new File(args[++i]);
129 File f = new File(examplesDir, args[i]);
142 Set<Example> examples = getExamples(examplesDir);
153 selectedExamples = getExamples(examplesDir);
177 Set<Example> getExamples(File examplesDir) { argument
179 for (File f: examplesDir.listFiles()) {

Completed in 46 milliseconds