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

12

/openjdk10/jdk/src/java.desktop/macosx/native/libjsound/
H A DPLATFORM_API_MacOSX_MidiUtils.c180 static void CFStringExtractCString(CFStringRef cfs, char* buffer, UINT32 bufferSize, CFStringEncoding encoding) { argument
/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_DesktopProperties.cpp382 LONG bufferSize = 4; local
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/fastinfoset/
H A DDecoder.java304 public void setBufferSize(int bufferSize) { argument
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DDirectAudioDevice.java412 void implOpen(AudioFormat format, int bufferSize) throws LineUnavailableException { argument
395 DirectDL(DataLine.Info info, DirectAudioDevice mixer, AudioFormat format, int bufferSize, int mixerIndex, int deviceID, boolean isSource) argument
915 DirectSDL(DataLine.Info info, AudioFormat format, int bufferSize, DirectAudioDevice mixer) argument
931 DirectTDL(DataLine.Info info, AudioFormat format, int bufferSize, DirectAudioDevice mixer) argument
1021 DirectClip(DataLine.Info info, AudioFormat format, int bufferSize, DirectAudioDevice mixer) argument
1032 open(AudioFormat format, byte[] data, int offset, int bufferSize) argument
1286 implOpen(AudioFormat format, int bufferSize) argument
1459 nOpen(int mixerIndex, int deviceID, boolean isSource, int encoding, float sampleRate, int sampleSizeInBits, int frameSize, int channels, boolean signed, boolean bigEndian, int bufferSize) argument
[all...]
/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A DLCMS.c731 static cmsBool _getHeaderInfo(cmsHPROFILE pf, jbyte* pBuffer, jint bufferSize) argument
758 static cmsBool _setHeaderInfo(cmsHPROFILE pf, jbyte* pBuffer, jint bufferSize) argument
/openjdk10/hotspot/src/os/posix/vm/
H A Dos_posix.cpp56 void os::check_dump_limit(char* buffer, size_t bufferSize) { argument
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityManager.java2984 public void setExternalBufferSize(int bufferSize) { argument
/openjdk10/jdk/src/java.base/windows/native/libnio/fs/
H A DWindowsNativeDispatcher.c235 Java_sun_nio_fs_WindowsNativeDispatcher_DeviceIoControlGetReparsePoint(JNIEnv* env, jclass this, jlong handle, jlong bufferAddress, jint bufferSize) argument
/openjdk10/jdk/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsNativeDispatcher.java172 DeviceIoControlGetReparsePoint(long handle, long bufferAddress, int bufferSize) argument
/openjdk10/jdk/src/java.desktop/windows/native/libjsound/
H A DPLATFORM_API_WinOS_DirectSound.cpp1056 DS_GetAvailable(DS_Info* info, DWORD* playCursor, DWORD* writeCursor, int* bufferSize, BOOL fromPlayCursor) argument
1161 int bufferSize; local
1251 int bufferSize; local
1311 int available, bufferSize; local
1352 int ret, bufferSize; local
1360 estimatePositionFromAvail(DS_Info* info, INT64 javaBytePos, int bufferSize, int availInBytes) argument
1379 int available, bufferSize; local
[all...]
/openjdk10/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp4059 int os::get_core_path(char* buffer, size_t bufferSize) { argument
/openjdk10/hotspot/src/os/aix/vm/
H A Dos_aix.cpp4340 int os::get_core_path(char* buffer, size_t bufferSize) { argument
/openjdk10/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp5510 int os::get_core_path(char* buffer, size_t bufferSize) { argument

Completed in 320 milliseconds

12