/openjdk7/langtools/test/tools/javac/processing/model/util/ |
H A D | NoSupers.java | 42 RoundEnvironment round) { 43 if (round.processingOver()) return true; 41 process(Set<? extends TypeElement> tes, RoundEnvironment round) argument
|
H A D | BinaryName.java | 45 RoundEnvironment round) { 46 if (round.processingOver()) return true; 48 Set<? extends TypeElement> ts = typesIn(round.getElementsAnnotatedWith( 44 process(Set<? extends TypeElement> tes, RoundEnvironment round) argument
|
H A D | GetTypeElemBadArg.java | 43 RoundEnvironment round) { 44 if (round.processingOver()) return true; 42 process(Set<? extends TypeElement> tes, RoundEnvironment round) argument
|
H A D | TypesBadArg.java | 44 RoundEnvironment round) { 45 if (round.processingOver()) return true; 43 process(Set<? extends TypeElement> tes, RoundEnvironment round) argument
|
/openjdk7/langtools/test/tools/javac/processing/model/util/directSupersOfErr/ |
H A D | DirectSupersOfErr.java | 43 RoundEnvironment round) { 44 if (round.processingOver()) return true; 46 for (TypeElement te : typesIn(round.getRootElements())) { 42 process(Set<? extends TypeElement> tes, RoundEnvironment round) argument
|
/openjdk7/langtools/test/tools/javac/processing/6994946/ |
H A D | TestProcessor.java | 31 private int round = 0; field in class:TestProcessor 35 if (++round == 1)
|
/openjdk7/langtools/test/tools/javac/processing/errors/ |
H A D | TestFatalityOfParseErrors.java | 48 * Write out an incomplete source file and observe that the next round 52 int round = 0; field in class:TestFatalityOfParseErrors 58 round++; 60 switch (round) { 74 throw new RuntimeException("Second round not erroneous as expected."); 83 throw new RuntimeException("Unexpected round number " + round);
|
/openjdk7/langtools/test/tools/javac/processing/filer/ |
H A D | TestPackageInfo.java | 55 private int round = 0; field in class:TestPackageInfo 59 round++; 66 System.out.println("\nRound " + round); 74 switch (round) { 117 throw new RuntimeException("Unexpected round number " + round);
|
/openjdk7/langtools/test/tools/javac/processing/warnings/UseImplicit/ |
H A D | TestProcUseImplicitWarning.java | 44 int round = 0; field in class:TestProcUseImplicitWarning 48 round++; 50 if (round == 1) {
|
/openjdk7/langtools/test/tools/javac/processing/werror/ |
H A D | WError1.java | 45 if (++round == 1) { 46 messager.printMessage(Diagnostic.Kind.WARNING, "round 1"); 51 int round = 0; field in class:WError1
|
H A D | WErrorGen.java | 45 if (++round == 1) { 57 int round = 0; field in class:WErrorGen
|
/openjdk7/langtools/test/tools/javac/diags/examples/ProcFileReopening/processors/ |
H A D | AnnoProc.java | 34 if (++round == 1) { 56 int round = 0; field in class:AnnoProc
|
/openjdk7/langtools/test/tools/javac/diags/examples/ProcIllegalFileName/processors/ |
H A D | AnnoProc.java | 34 if (++round == 1) { 54 int round = 0; field in class:AnnoProc
|
/openjdk7/langtools/test/tools/javac/diags/examples/ProcSuspiciousClassName/processors/ |
H A D | AnnoProc.java | 34 if (++round == 1) { 57 int round = 0; field in class:AnnoProc
|
/openjdk7/langtools/test/tools/javac/diags/examples/ProcTypeRecreate/processors/ |
H A D | AnnoProc.java | 34 round++; 35 if (round <= 2) { 54 int round; field in class:AnnoProc
|
/openjdk7/langtools/test/tools/javac/diags/examples/ProcUseImplicit/processors/ |
H A D | AnnoProc.java | 34 if ((++round) == 1) { 53 int round; field in class:AnnoProc
|
/openjdk7/langtools/test/tools/javac/diags/examples/ProcUseProcOrImplicit/processors/ |
H A D | AnnoProc.java | 34 if ((++round) == 1) { 53 int round; field in class:AnnoProc
|
/openjdk7/langtools/test/tools/javac/processing/model/element/ |
H A D | TypeParamBounds.java | 46 RoundEnvironment round) { 47 if (!round.processingOver()) 48 doit(annoTypes, round); 53 RoundEnvironment round) { 45 process(Set<? extends TypeElement> annoTypes, RoundEnvironment round) argument 52 doit(Set<? extends TypeElement> annoTypes, RoundEnvironment round) argument
|
/openjdk7/langtools/test/tools/apt/Compile/ |
H A D | StaticApf.java | 41 static int round = -1; field in class:StaticApf 73 round++; 76 if (round == 0) { 79 throw new RuntimeException("Got " + size + " decl's in round " + round); 83 if (round == 1) { 88 throw new RuntimeException("Got " + size + " decl's in round " + round); 91 if (round != 2) { 92 throw new RuntimeException("Got " + size + " decl's in round " [all...] |
H A D | ClassDeclApf.java | 43 static int round = -1; field in class:ClassDeclApf 86 round++; 89 if (round == 0) { 93 throw new RuntimeException("Got " + size + " decl's in round " + round); 97 if (round == 1) { 104 throw new RuntimeException("Got " + size + " decl's in round " + round); 107 if (round != 2) { 108 throw new RuntimeException("Got " + size + " decl's in round " [all...] |
H A D | ClassDeclApf2.java | 43 static int round = -1; field in class:ClassDeclApf2 86 round++; 89 if (round == 0) { 93 throw new RuntimeException("Got " + size + " decl's in round " + round); 97 if (round == 1) { 104 throw new RuntimeException("Got " + size + " decl's in round " + round); 108 if (round != 2) { 109 throw new RuntimeException("Got " + size + " decl's in round " [all...] |
H A D | Round1Apf.java | 58 private static int round = 0; field in class:Round1Apf 76 Round1Apf.round++; 94 System.out.println("Round1Apf: " + round); 111 System.out.printf("\t[final round: %b, error raised: %b, "+ 118 System.out.println("Round1Apf: " + round + " complete");
|
/openjdk7/langtools/test/tools/javac/processing/model/type/MirroredTypeEx/ |
H A D | OverEager.java | 47 RoundEnvironment round) { 48 if (!round.processingOver()) 49 doit(annoTypes, round); 54 RoundEnvironment round) { 55 for (TypeElement t : typesIn(round.getRootElements())) { 46 process(Set<? extends TypeElement> annoTypes, RoundEnvironment round) argument 53 doit(Set<? extends TypeElement> annoTypes, RoundEnvironment round) argument
|
/openjdk7/langtools/test/tools/javac/processing/model/util/elements/ |
H A D | TestGetConstantExpression.java | 49 private int round = 1; field in class:TestGetConstantExpression 59 if (!processingOver && round == 1) { 102 round++;
|
/openjdk7/langtools/test/tools/javac/processing/options/testPrintProcessorInfo/ |
H A D | Test.java | 43 int round = 0; field in class:Test 47 round++; 48 messager.printMessage(Diagnostic.Kind.NOTE, "round " + round); 49 if (round <= MAX_ROUNDS) 50 generateSource("Gen" + round); 52 messager.printMessage(Diagnostic.Kind.WARNING, "last round");
|