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

/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DJ2DBench.java204 boolean showresults = true;
228 showresults = false;
429 runTests(showresults);
776 public static void runTests(boolean showresults) { argument
779 if (showresults) {
794 if (showresults) {
/openjdk7/jdk/test/sun/java2d/SunGraphics2D/
H A DPolyVertTest.java64 static boolean showresults; field in class:PolyVertTest
252 System.err.println(" -showresults "+
274 } else if (arg.equalsIgnoreCase("-showresults")) {
275 showresults = true;
323 if (counting || ((showresults || showerrors) && numframes == 0)) {
462 if (showerrors || showresults) {
492 if (showerrors || showresults) {
495 } else if (showresults) {

Completed in 32 milliseconds