Searched defs:round (Results 1 - 25 of 54) sorted by relevance

123

/openjdk7/langtools/test/tools/javac/processing/model/util/
H A DNoSupers.java42 RoundEnvironment round) {
43 if (round.processingOver()) return true;
41 process(Set<? extends TypeElement> tes, RoundEnvironment round) argument
H A DBinaryName.java45 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 DGetTypeElemBadArg.java43 RoundEnvironment round) {
44 if (round.processingOver()) return true;
42 process(Set<? extends TypeElement> tes, RoundEnvironment round) argument
H A DTypesBadArg.java44 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 DDirectSupersOfErr.java43 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 DTestProcessor.java31 private int round = 0; field in class:TestProcessor
35 if (++round == 1)
/openjdk7/langtools/test/tools/javac/processing/errors/
H A DTestFatalityOfParseErrors.java48 * 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 DTestPackageInfo.java55 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 DTestProcUseImplicitWarning.java44 int round = 0; field in class:TestProcUseImplicitWarning
48 round++;
50 if (round == 1) {
/openjdk7/langtools/test/tools/javac/processing/werror/
H A DWError1.java45 if (++round == 1) {
46 messager.printMessage(Diagnostic.Kind.WARNING, "round 1");
51 int round = 0; field in class:WError1
H A DWErrorGen.java45 if (++round == 1) {
57 int round = 0; field in class:WErrorGen
/openjdk7/langtools/test/tools/javac/diags/examples/ProcFileReopening/processors/
H A DAnnoProc.java34 if (++round == 1) {
56 int round = 0; field in class:AnnoProc
/openjdk7/langtools/test/tools/javac/diags/examples/ProcIllegalFileName/processors/
H A DAnnoProc.java34 if (++round == 1) {
54 int round = 0; field in class:AnnoProc
/openjdk7/langtools/test/tools/javac/diags/examples/ProcSuspiciousClassName/processors/
H A DAnnoProc.java34 if (++round == 1) {
57 int round = 0; field in class:AnnoProc
/openjdk7/langtools/test/tools/javac/diags/examples/ProcTypeRecreate/processors/
H A DAnnoProc.java34 round++;
35 if (round <= 2) {
54 int round; field in class:AnnoProc
/openjdk7/langtools/test/tools/javac/diags/examples/ProcUseImplicit/processors/
H A DAnnoProc.java34 if ((++round) == 1) {
53 int round; field in class:AnnoProc
/openjdk7/langtools/test/tools/javac/diags/examples/ProcUseProcOrImplicit/processors/
H A DAnnoProc.java34 if ((++round) == 1) {
53 int round; field in class:AnnoProc
/openjdk7/langtools/test/tools/javac/processing/model/element/
H A DTypeParamBounds.java46 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 DStaticApf.java41 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 DClassDeclApf.java43 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 DClassDeclApf2.java43 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 DRound1Apf.java58 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 DOverEager.java47 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 DTestGetConstantExpression.java49 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 DTest.java43 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");

Completed in 96 milliseconds

123