Searched refs:testarray (Results 1 - 25 of 35) sorted by relevance

12

/openjdk7/jdk/test/javax/sound/midi/Gervill/ModelByteBufferWavetable/
H A DGetAttenuation.java37 static float[] testarray; field in class:GetAttenuation
49 testarray = new float[1024];
53 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
54 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
55 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
56 testarray[i] *= 0.3;
58 test_byte_array = new byte[testarray.length*2];
59 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
62 byte[] test_byte_array2 = new byte[testarray.length*3];
64 test_byte_array_8ext = new byte[testarray
[all...]
H A DGetLoopLength.java37 static float[] testarray; field in class:GetLoopLength
49 testarray = new float[1024];
53 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
54 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
55 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
56 testarray[i] *= 0.3;
58 test_byte_array = new byte[testarray.length*2];
59 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
62 byte[] test_byte_array2 = new byte[testarray.length*3];
64 test_byte_array_8ext = new byte[testarray
[all...]
H A DGetLoopStart.java37 static float[] testarray; field in class:GetLoopStart
49 testarray = new float[1024];
53 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
54 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
55 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
56 testarray[i] *= 0.3;
58 test_byte_array = new byte[testarray.length*2];
59 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
62 byte[] test_byte_array2 = new byte[testarray.length*3];
64 test_byte_array_8ext = new byte[testarray
[all...]
H A DGetPitchCorrection.java37 static float[] testarray; field in class:GetPitchCorrection
49 testarray = new float[1024];
53 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
54 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
55 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
56 testarray[i] *= 0.3;
58 test_byte_array = new byte[testarray.length*2];
59 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
62 byte[] test_byte_array2 = new byte[testarray.length*3];
64 test_byte_array_8ext = new byte[testarray
[all...]
H A DNewModelByteBufferWavetableModelByteBuffer.java37 static float[] testarray; field in class:NewModelByteBufferWavetableModelByteBuffer
49 testarray = new float[1024];
53 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
54 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
55 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
56 testarray[i] *= 0.3;
58 test_byte_array = new byte[testarray.length*2];
59 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
62 byte[] test_byte_array2 = new byte[testarray.length*3];
64 test_byte_array_8ext = new byte[testarray
[all...]
H A DNewModelByteBufferWavetableModelByteBufferAudioFormat.java37 static float[] testarray; field in class:NewModelByteBufferWavetableModelByteBufferAudioFormat
49 testarray = new float[1024];
53 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
54 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
55 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
56 testarray[i] *= 0.3;
58 test_byte_array = new byte[testarray.length*2];
59 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
62 byte[] test_byte_array2 = new byte[testarray.length*3];
64 test_byte_array_8ext = new byte[testarray
[all...]
H A DNewModelByteBufferWavetableModelByteBufferAudioFormatFloat.java37 static float[] testarray; field in class:NewModelByteBufferWavetableModelByteBufferAudioFormatFloat
49 testarray = new float[1024];
53 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
54 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
55 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
56 testarray[i] *= 0.3;
58 test_byte_array = new byte[testarray.length*2];
59 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
62 byte[] test_byte_array2 = new byte[testarray.length*3];
64 test_byte_array_8ext = new byte[testarray
[all...]
H A DNewModelByteBufferWavetableModelByteBufferFloat.java37 static float[] testarray; field in class:NewModelByteBufferWavetableModelByteBufferFloat
49 testarray = new float[1024];
53 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
54 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
55 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
56 testarray[i] *= 0.3;
58 test_byte_array = new byte[testarray.length*2];
59 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
62 byte[] test_byte_array2 = new byte[testarray.length*3];
64 test_byte_array_8ext = new byte[testarray
[all...]
H A DOpen.java37 static float[] testarray; field in class:Open
49 testarray = new float[1024];
53 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
54 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
55 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
56 testarray[i] *= 0.3;
58 test_byte_array = new byte[testarray.length*2];
59 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
62 byte[] test_byte_array2 = new byte[testarray.length*3];
64 test_byte_array_8ext = new byte[testarray
[all...]
H A DSetLoopType.java37 static float[] testarray; field in class:SetLoopType
49 testarray = new float[1024];
53 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
54 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
55 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
56 testarray[i] *= 0.3;
58 test_byte_array = new byte[testarray.length*2];
59 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
62 byte[] test_byte_array2 = new byte[testarray.length*3];
64 test_byte_array_8ext = new byte[testarray
[all...]
H A DSet8BitExtensionBuffer.java37 static float[] testarray; field in class:Set8BitExtensionBuffer
49 testarray = new float[1024];
53 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
54 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
55 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
56 testarray[i] *= 0.3;
58 test_byte_array = new byte[testarray.length*2];
59 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
62 byte[] test_byte_array2 = new byte[testarray.length*3];
64 test_byte_array_8ext = new byte[testarray
[all...]
H A DGetChannels.java37 static float[] testarray; field in class:GetChannels
49 testarray = new float[1024];
53 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
54 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
55 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
56 testarray[i] *= 0.3;
58 test_byte_array = new byte[testarray.length*2];
59 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
62 byte[] test_byte_array2 = new byte[testarray.length*3];
64 test_byte_array_8ext = new byte[testarray
[all...]
/openjdk7/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/
H A DGetInputStream.java39 static float[] testarray; field in class:GetInputStream
45 testarray = new float[1024];
49 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
50 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
51 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
52 testarray[i] *= 0.3;
54 test_byte_array = new byte[testarray.length*2];
55 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DGetRoot.java38 static float[] testarray; field in class:GetRoot
44 testarray = new float[1024];
48 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
49 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
50 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
51 testarray[i] *= 0.3;
53 test_byte_array = new byte[testarray.length*2];
54 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DLoad.java39 static float[] testarray; field in class:Load
45 testarray = new float[1024];
49 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
50 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
51 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
52 testarray[i] *= 0.3;
54 test_byte_array = new byte[testarray.length*2];
55 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DNewModelByteBufferByteArray.java38 static float[] testarray; field in class:NewModelByteBufferByteArray
44 testarray = new float[1024];
48 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
49 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
50 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
51 testarray[i] *= 0.3;
53 test_byte_array = new byte[testarray.length*2];
54 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DNewModelByteBufferByteArrayIntInt.java38 static float[] testarray; field in class:NewModelByteBufferByteArrayIntInt
44 testarray = new float[1024];
48 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
49 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
50 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
51 testarray[i] *= 0.3;
53 test_byte_array = new byte[testarray.length*2];
54 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DNewModelByteBufferFile.java38 static float[] testarray; field in class:NewModelByteBufferFile
44 testarray = new float[1024];
48 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
49 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
50 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
51 testarray[i] *= 0.3;
53 test_byte_array = new byte[testarray.length*2];
54 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DNewModelByteBufferFileLongLong.java38 static float[] testarray; field in class:NewModelByteBufferFileLongLong
44 testarray = new float[1024];
48 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
49 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
50 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
51 testarray[i] *= 0.3;
53 test_byte_array = new byte[testarray.length*2];
54 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DSubbufferLong.java38 static float[] testarray; field in class:SubbufferLong
44 testarray = new float[1024];
48 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
49 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
50 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
51 testarray[i] *= 0.3;
53 test_byte_array = new byte[testarray.length*2];
54 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DSubbufferLongLong.java38 static float[] testarray; field in class:SubbufferLongLong
44 testarray = new float[1024];
48 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
49 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
50 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
51 testarray[i] *= 0.3;
53 test_byte_array = new byte[testarray.length*2];
54 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DSubbufferLongLongBoolean.java38 static float[] testarray; field in class:SubbufferLongLongBoolean
44 testarray = new float[1024];
48 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
49 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
50 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
51 testarray[i] *= 0.3;
53 test_byte_array = new byte[testarray.length*2];
54 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DUnload.java39 static float[] testarray; field in class:Unload
45 testarray = new float[1024];
49 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
50 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
51 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
52 testarray[i] *= 0.3;
54 test_byte_array = new byte[testarray.length*2];
55 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
H A DWriteTo.java40 static float[] testarray; field in class:WriteTo
46 testarray = new float[1024];
50 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
51 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
52 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
53 testarray[i] *= 0.3;
55 test_byte_array = new byte[testarray.length*2];
56 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);
/openjdk7/jdk/test/javax/sound/midi/Gervill/ModelByteBuffer/RandomFileInputStream/
H A DClose.java40 static float[] testarray; field in class:Close
46 testarray = new float[1024];
50 testarray[i] = (float)Math.sin(10*ii*2*Math.PI);
51 testarray[i] += (float)Math.sin(1.731 + 2*ii*2*Math.PI);
52 testarray[i] += (float)Math.sin(0.231 + 6.3*ii*2*Math.PI);
53 testarray[i] *= 0.3;
55 test_byte_array = new byte[testarray.length*2];
56 AudioFloatConverter.getConverter(format).toByteArray(testarray, test_byte_array);

Completed in 53 milliseconds

12