Searched refs:errcount (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/awt/Graphics/DrawImageBG/
H A DSystemBgColorTest.java45 static int errcount; field in class:SystemBgColorTest
49 errcount++;
59 if (errcount > 0) {
60 throw new RuntimeException(errcount+" errors");
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManager.java639 int errcount = 0;
645 errcount += cancelSessionTasks(b);
646 errcount += stopDirectoryScanners(b);
652 if (errcount > 0) {
653 b.insert(0,"stop partially failed with "+errcount+" error(s):");
679 int errcount = 0;
687 errcount++;
691 return errcount;
697 int errcount = 0;
704 errcount
[all...]

Completed in 63 milliseconds