Searched refs:numReps (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextMeasureTests.java132 public void runTest(Object ctx, int numReps) { argument
139 } while (--numReps >= 0);
148 public void runTest(Object ctx, int numReps) { argument
161 } while (--numReps >= 0);
170 public void runTest(Object ctx, int numReps) { argument
177 } while (--numReps >= 0);
186 public void runTest(Object ctx, int numReps) { argument
199 } while (--numReps >= 0);
208 public void runTest(Object ctx, int numReps) { argument
215 } while (--numReps >
250 runTest(Object ctx, int numReps) argument
265 runTest(Object ctx, int numReps) argument
280 runTest(Object ctx, int numReps) argument
295 runTest(Object ctx, int numReps) argument
310 runTest(Object ctx, int numReps) argument
325 runTest(Object ctx, int numReps) argument
342 runTest(Object ctx, int numReps) argument
360 runTest(Object ctx, int numReps) argument
377 runTest(Object ctx, int numReps) argument
394 runTest(Object ctx, int numReps) argument
411 runTest(Object ctx, int numReps) argument
449 runTest(Object ctx, int numReps) argument
464 runTest(Object ctx, int numReps) argument
479 runTest(Object ctx, int numReps) argument
524 runTest(Object ctx, int numReps) argument
541 runTest(Object ctx, int numReps) argument
559 runTest(Object ctx, int numReps) argument
577 runTest(Object ctx, int numReps) argument
602 runTest(Object ctx, int numReps) argument
627 runTest(Object ctx, int numReps) argument
646 runTest(Object ctx, int numReps) argument
[all...]
H A DTextConstructionTests.java125 public void runTest(Object ctx, int numReps) { argument
133 } while (--numReps >= 0);
142 public void runTest(Object ctx, int numReps) { argument
150 } while (--numReps >= 0);
159 public void runTest(Object ctx, int numReps) { argument
167 } while (--numReps >= 0);
176 public void runTest(Object ctx, int numReps) { argument
184 } while (--numReps >= 0);
193 public void runTest(Object ctx, int numReps) { argument
204 } while (--numReps >
232 runTest(Object ctx, int numReps) argument
264 runTest(Object ctx, int numReps) argument
292 runTest(Object ctx, int numReps) argument
309 runTest(Object ctx, int numReps) argument
326 runTest(Object ctx, int numReps) argument
343 runTest(Object ctx, int numReps) argument
[all...]
H A DTextRenderTests.java85 public void runTest(Object ctx, int numReps) { argument
92 } while (--numReps >= 0);
101 public void runTest(Object ctx, int numReps) { argument
108 } while (--numReps >= 0);
117 public void runTest(Object ctx, int numReps) { argument
125 } while (--numReps >= 0);
151 public void runTest(Object ctx, int numReps) { argument
157 } while (--numReps >= 0);
179 public void runTest(Object ctx, int numReps) { argument
185 } while (--numReps >
[all...]
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/
H A DPixelTests.java262 public void runTest(Object context, int numReps) { argument
265 bimg.getRGB(numReps&7, 0);
266 } while (--numReps > 0);
275 public void runTest(Object context, int numReps) { argument
278 bimg.setRGB(numReps&7, 0, BufImg.rgbvals[numReps&3]);
279 } while (--numReps > 0);
306 public void runTest(Object context, int numReps) { argument
310 ras.getDataElements(numReps&7, 0, elemdata);
311 } while (--numReps >
320 runTest(Object context, int numReps) argument
334 runTest(Object context, int numReps) argument
348 runTest(Object context, int numReps) argument
378 runTest(Object context, int numReps) argument
391 runTest(Object context, int numReps) argument
[all...]
H A DMiscTests.java84 public void runTest(Object ctx, int numReps) { argument
96 } while (--numReps > 0);
100 } while (--numReps > 0);
H A DImageTests.java513 public void runTest(Object ctx, int numReps) { argument
528 } while (--numReps > 0);
534 } while (--numReps > 0);
542 } while (--numReps > 0);
546 } while (--numReps > 0);
564 public void runTest(Object ctx, int numReps) { argument
580 } while (--numReps > 0);
586 } while (--numReps > 0);
594 } while (--numReps > 0);
598 } while (--numReps >
622 runTest(Object ctx, int numReps) argument
683 runTest(Object ctx, int numReps) argument
850 runTest(Object ctx, int numReps) argument
914 runTest(Object ctx, int numReps) argument
958 runTest(Object ctx, int numReps) argument
[all...]
H A DRenderTests.java406 public void runTest(Object ctx, int numReps) { argument
423 } while (--numReps > 0);
430 } while (--numReps > 0);
451 public void runTest(Object ctx, int numReps) { argument
468 } while (--numReps > 0);
475 } while (--numReps > 0);
496 public void runTest(Object ctx, int numReps) { argument
513 } while (--numReps > 0);
520 } while (--numReps > 0);
532 public void runTest(Object ctx, int numReps) { argument
579 runTest(Object ctx, int numReps) argument
622 runTest(Object ctx, int numReps) argument
676 runTest(Object ctx, int numReps) argument
731 runTest(Object ctx, int numReps) argument
794 runTest(Object ctx, int numReps) argument
860 runTest(Object ctx, int numReps) argument
914 runTest(Object ctx, int numReps) argument
965 runTest(Object ctx, int numReps) argument
1007 runTest(Object ctx, int numReps) argument
[all...]
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/
H A DTest.java110 public abstract void runTest(Object context, int numReps); argument
118 int numReps = env.getRepCount();
119 if (numReps == 0) {
120 numReps = calibrate(env, ctx);
122 result.setReps(numReps);
132 runTest(ctx, numReps);
143 int numReps = 0;
153 while (numReps < 1000 && now < startTime + 1000) {
155 numReps++;
168 numReps
[all...]
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/iio/
H A DInputStreamTests.java168 public void runTest(Object ctx, int numReps) { argument
175 } while (--numReps >= 0);
196 public void runTest(Object ctx, int numReps) { argument
211 } while (--numReps >= 0);
234 public void runTest(Object ctx, int numReps) { argument
251 } while (--numReps >= 0);
274 public void runTest(Object ctx, int numReps) { argument
291 } while (--numReps >= 0);
314 public void runTest(Object ctx, int numReps) { argument
329 } while (--numReps >
352 runTest(Object ctx, int numReps) argument
390 runTest(Object ctx, int numReps) argument
428 runTest(Object ctx, int numReps) argument
466 runTest(Object ctx, int numReps) argument
504 runTest(Object ctx, int numReps) argument
542 runTest(Object ctx, int numReps) argument
580 runTest(Object ctx, int numReps) argument
618 runTest(Object ctx, int numReps) argument
656 runTest(Object ctx, int numReps) argument
694 runTest(Object ctx, int numReps) argument
[all...]
H A DOutputStreamTests.java143 public void runTest(Object ctx, int numReps) { argument
150 } while (--numReps >= 0);
171 public void runTest(Object ctx, int numReps) { argument
186 } while (--numReps >= 0);
209 public void runTest(Object ctx, int numReps) { argument
226 } while (--numReps >= 0);
249 public void runTest(Object ctx, int numReps) { argument
264 } while (--numReps >= 0);
287 public void runTest(Object ctx, int numReps) { argument
302 } while (--numReps >
325 runTest(Object ctx, int numReps) argument
363 runTest(Object ctx, int numReps) argument
401 runTest(Object ctx, int numReps) argument
439 runTest(Object ctx, int numReps) argument
477 runTest(Object ctx, int numReps) argument
[all...]
H A DInputImageTests.java318 public void runTest(Object ctx, int numReps) { argument
336 } while (--numReps >= 0);
348 } while (--numReps >= 0);
360 } while (--numReps >= 0);
392 public void runTest(Object ctx, int numReps) { argument
404 } while (--numReps >= 0);
413 } while (--numReps >= 0);
427 } while (--numReps >= 0);
450 public void runTest(Object ctx, int numReps) { argument
466 } while (--numReps >
489 runTest(Object ctx, int numReps) argument
[all...]
H A DOutputImageTests.java272 public void runTest(Object ctx, int numReps) { argument
286 } while (--numReps >= 0);
300 } while (--numReps >= 0);
323 public void runTest(Object ctx, int numReps) { argument
338 } while (--numReps >= 0);

Completed in 2286 milliseconds