Searched refs:Example (Results 1 - 10 of 10) sorted by relevance

/openjdk7/langtools/test/tools/javac/annotations/6359949/
H A DT6359949a.java31 class Example { class
37 class Test extends Example {
H A DT6359949.java31 class Example { class
39 class Test extends Example {
/openjdk7/langtools/test/tools/javac/diags/
H A DRunExamples.java28 * @build ArgTypeCompilerFactory Example HTMLWriter RunExamples
68 Example.setTempDir(tmpDir);
96 Set<Example> selectedExamples = new TreeSet<Example>();
130 selectedExamples.add(new Example(f));
139 Example.Compiler.factory = new ArgTypeCompilerFactory();
142 Set<Example> examples = getExamples(examplesDir);
145 for (Example e: examples) {
177 Set<Example> getExamples(File examplesDir) {
178 Set<Example> result
[all...]
H A DCheckExamples.java28 * @build Example CheckExamples
62 Set<Example> examples = getExamples();
66 for (Example e: examples) {
71 error("Example " + e + " declares key " + k + " but does not generate it");
75 error("Example " + e + " generates key " + k + " but does not declare it");
79 error("Example " + e + " declares key " + k + " which is also on the \"not yet\" list");
130 Set<Example> getExamples() {
131 Set<Example> results = new TreeSet<Example>();
136 results.add(new Example(
[all...]
H A DMessageInfo.java28 * @build Example ArgTypeCompilerFactory MessageFile MessageInfo
67 Example.setTempDir(tmpDir);
68 Example.Compiler.factory = new ArgTypeCompilerFactory();
302 for (Example e: getExamples(examplesDir)) {
338 Set<Example> getExamples(File examplesDir) {
339 Set<Example> results = new TreeSet<Example>();
342 results.add(new Example(f));
H A DArgTypeCompilerFactory.java44 * Compiler factory for instances of Example.Compiler that use custom
49 class ArgTypeCompilerFactory implements Example.Compiler.Factory {
50 // Same code as Example.Compiler.DefaultFactory, but the names resolve differently
51 public Example.Compiler getCompiler(List<String> opts, boolean verbose) {
79 static class Jsr199Compiler extends Example.Compiler {
121 static class SimpleCompiler extends Example.Compiler {
155 static class BackdoorCompiler extends Example.Compiler {
H A DExample.java51 class Example implements Comparable<Example> { class in inherits:Comparable
52 /* Create an Example from the files found at path.
57 Example(File file) { method in class:Example
71 throw new Error("Example " + file + " has no info file");
243 public int compareTo(Example e) {
293 Example.tempDir = tempDir;
/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java203 // Example: 1_000_042.
211 // Example: 10_000_420_001_000_042.
360 static class Example implements IntExample { class in class:MethodHandlesTest
362 public Example() { name = "Example#"+nextArg(); } method in class:MethodHandlesTest.Example
363 protected Example(String name) { this.name = name; } method in class:MethodHandlesTest.Example
365 protected Example(int x) { this(); called("protected <init>", this, x); } method in class:MethodHandlesTest.Example
391 public Example(String x, int y) { this.name = x+y; called("Example.<init>", x, y); } method in class:MethodHandlesTest.Example
392 public Example(in method in class:MethodHandlesTest.Example
393 public Example(int x, int y) { this.name = x+""+y; called("Example.<init>", x, y); } method in class:MethodHandlesTest.Example
394 public Example(int x, long y) { this.name = x+""+y; called("Example.<init>", x, y); } method in class:MethodHandlesTest.Example
395 public Example(int x, float y) { this.name = x+""+y; called("Example.<init>", x, y); } method in class:MethodHandlesTest.Example
396 public Example(int x, double y) { this.name = x+""+y; called("Example.<init>", x, y); } method in class:MethodHandlesTest.Example
397 public Example(int x, int y, int z) { this.name = x+""+y+""+z; called("Example.<init>", x, y, z); } method in class:MethodHandlesTest.Example
398 public Example(int x, int y, int z, int a) { this.name = x+""+y+""+z+""+a; called("Example.<init>", x, y, z, a); } method in class:MethodHandlesTest.Example
[all...]
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest5102804.java43 private static final String BEAN_NAME = "Test5102804$Example";
85 * Custom class loader to load the Example class by itself.
119 public static final class Example { class in class:Test5102804
132 * The BeanInfo for the Example class.
/openjdk7/jdk/test/javax/print/PrintSubInputStream/
H A DExample.java29 * @run main/manual Example
39 public class Example class
45 System.err.println("Usage: Example num_sections");

Completed in 120 milliseconds