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

/openjdk7/jdk/test/javax/sound/sampled/DataLine/
H A DDataLine_ArrayIndexOutOfBounds.java64 for (Scenario scenario: scenarios) {
65 testSDL(mixer, scenario);
66 testTDL(mixer, scenario);
143 static void testSDL(Mixer mixer, Scenario scenario) { argument
144 log(" Testing SDL (scenario: " + scenario + ")...");
166 int offset = scenario.getBufferOffset(line);
167 int len = scenario.getBufferLength(line);
183 static void testTDL(Mixer mixer, Scenario scenario) { argument
184 log(" Testing TDL (scenario
[all...]

Completed in 29 milliseconds