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

/openjdk9/jdk/test/javax/sound/sampled/Recording/
H A DTargetDataLineFlush.java149 public void runTests(int testRuns) { argument
158 for (int testRun = 0; testRun < testRuns; testRun++) {
159 if (testRuns>1) {
160 System.out.println("--Run "+(testRun+1)+"/"+testRuns+":");
188 int testRuns = 1;
191 testRuns = Integer.parseInt(args[0]);
197 app.runTests(testRuns);
/openjdk9/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/report/
H A DHTMLSeriesReporter.java263 Map testRuns = new HashMap(); // from test name to resultholders
272 ArrayList list = (ArrayList)testRuns.get(name);
275 testRuns.put(name, list);
299 ArrayList list = (ArrayList)testRuns.get(name);

Completed in 41 milliseconds