Home
last modified time | relevance | path

Searched defs:buffers (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DNativeBuffers.java58 NativeBuffer[] buffers = threadLocal.get(); in getNativeBufferFromCache() local
92 NativeBuffer[] buffers = threadLocal.get(); in releaseNativeBuffer() local
/libcore/luni/src/test/java/libcore/java/nio/channels/
DFileChannelTest.java95 … ByteBuffer[] buffers = new ByteBuffer[] { ByteBuffer.allocateDirect(4), ByteBuffer.allocate(4) }; in test_readv() local
112 … ByteBuffer[] buffers = new ByteBuffer[] { ByteBuffer.allocateDirect(4), ByteBuffer.allocate(4) }; in test_writev() local
/libcore/ojluni/src/main/java/sun/nio/ch/
DUtil.java59 private ByteBuffer[] buffers; field in Util.BufferCache
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSocketChannelTest.java2919 ByteBuffer[] buffers = new ByteBuffer[3]; in test_write$LByteBuffer2() local
2951 ByteBuffer[] buffers = new ByteBuffer[3]; in test_write$LByteBuffer_buffers() local
2991 ByteBuffer[] buffers = new ByteBuffer[3]; in test_write$LByteBuffer_writes() local
3060 ByteBuffer[] buffers = new ByteBuffer[1]; in test_write$LByteBuffer_invalid() local
DFileChannelTest.java1419 ByteBuffer[] buffers = new ByteBuffer[2]; in test_read$LByteBuffer_mock() local
/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java264 …@Override public int readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) t… in readv()
348 …@Override public int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) … in writev()
DForwardingOs.java148 …public int readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws Errn… in readv()
194 …public int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws Err… in writev()
DOs.java135 …public int readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws Errn… in readv()
181 …public int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws Err… in writev()
DLinux.java187 …public native int readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) thro… in readv()
289 …public native int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) thr… in writev()
/libcore/luni/src/main/java/android/system/
DOs.java420 …public static int readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) thro… in readv()
624 …public static int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) thr… in writev()
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp1928 static jint Linux_readv(JNIEnv* env, jobject, jobject javaFd, jobjectArray buffers, jintArray offse… in Linux_readv()
2364 static jint Linux_writev(JNIEnv* env, jobject, jobject javaFd, jobjectArray buffers, jintArray offs… in Linux_writev()