Searched defs:bufferSize (Results 1 - 25 of 38) sorted by relevance

12

/openjdk10/jdk/test/javax/sound/sampled/Mixers/
H A DDisabledAssertionCrash.java39 private static final int bufferSize = 1024; field in class:DisabledAssertionCrash
/openjdk10/jdk/test/java/io/charStreams/
H A DBufferedReaderMark.java33 static int bufferSize = -1; field in class:BufferedReaderMark
[all...]
/openjdk10/jdk/test/javax/sound/sampled/DataLine/
H A DDataLineInfoNegBufferSize.java45 public static int run(Mixer m, int bufferSize) { argument
/openjdk10/jdk/src/java.desktop/share/classes/javax/sound/sampled/
H A DSourceDataLine.java104 void open(AudioFormat format, int bufferSize) argument
H A DTargetDataLine.java98 void open(AudioFormat format, int bufferSize) throws LineUnavailableException; argument
H A DClip.java95 void open(AudioFormat format, byte[] data, int offset, int bufferSize) argument
H A DDataLine.java333 public Info(Class<?> lineClass, AudioFormat format, int bufferSize) { argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/xinclude/
H A DXInclude11TextReader.java50 public XInclude11TextReader(XMLInputSource source, XIncludeHandler handler, int bufferSize) argument
H A DXIncludeTextReader.java83 public XIncludeTextReader(XMLInputSource source, XIncludeHandler handler, int bufferSize) argument
512 protected void setBufferSize(int bufferSize) { argument
/openjdk10/jdk/test/javax/management/remote/mandatory/notif/
H A DNotifBufferSizePropertyNameTest.java158 private static final int bufferSize = 10; field in class:NotifBufferSizePropertyNameTest
[all...]
/openjdk10/jdk/test/javax/sound/sampled/Recording/
H A DTargetDataLineFlush.java45 int bufferSize; field in class:TargetDataLineFlush
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DSunFileWriter.java43 protected static final int bufferSize = 16384; field in class:SunFileWriter
H A DStandardMidiFileWriter.java71 private static final int bufferSize = 16384; // buffersize for write field in class:StandardMidiFileWriter
H A DToolkit.java156 static void validateBuffer(final int frameSize, final int bufferSize) { argument
H A DAbstractDataLine.java59 protected int bufferSize; field in class:AbstractDataLine
75 protected AbstractDataLine(DataLine.Info info, AbstractMixer mixer, Control[] controls, AudioFormat format, int bufferSize) { argument
101 public final void open(AudioFormat format, int bufferSize) throws LineUnavailableException { argument
432 implOpen(AudioFormat format, int bufferSize) argument
[all...]
H A DSoftMixingSourceDataLine.java54 private int bufferSize = -1; field in class:SoftMixingSourceDataLine
304 public void open(AudioFormat format, int bufferSize) argument
[all...]
H A DSoftMixingClip.java120 private int bufferSize; field in class:SoftMixingClip
355 public void open(AudioFormat format, byte[] data, int offset, int bufferSize) argument
[all...]
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/org/jvnet/fastinfoset/
H A DFastInfosetParser.java109 public void setBufferSize(int bufferSize); argument
/openjdk10/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DReceiveIntoDirect.java89 void runWithManyOffsets(SocketAddress addr, int bufferSize) argument
109 doTest(SocketAddress peerAddress, int bufferSize, int bufferOffset) argument
[all...]
/openjdk10/jdk/test/javax/sound/midi/Gervill/SoftAudioSynthesizer/
H A DDummySourceDataLine.java47 private int bufferSize = -1; field in class:DummySourceDataLine
117 public void open(AudioFormat format, int bufferSize) argument
/openjdk10/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/
H A DDummySourceDataLine.java47 private int bufferSize = -1; field in class:DummySourceDataLine
117 public void open(AudioFormat format, int bufferSize) argument
/openjdk10/hotspot/src/share/vm/gc/cms/
H A DpromotionInfo.hpp96 size_t bufferSize; // number of usable words in this block member in class:SpoolBlock
/openjdk10/jdk/src/java.base/unix/classes/sun/security/provider/
H A DNativePRNG.java341 private int bufferSize = 256; field in class:NativePRNG.RandomIO
/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_gif.c80 int bufferSize; local
/openjdk10/jdk/src/java.base/windows/native/libjava/
H A Dio_util_md.c375 DWORD bufferSize = 0; local

Completed in 124 milliseconds

12