Home
last modified time | relevance | path

Searched refs:WRITEV (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/nio/
DIoVec.java29 enum Direction { READV, WRITEV }; enumConstant
95 b.position((direction == Direction.WRITEV ? b.position() : 0) + byteCount); in didTransfer()
DFileChannelImpl.java516 return transferIoVec(new IoVec(buffers, offset, length, IoVec.Direction.WRITEV)); in write()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DFileIOInterruptTest.java319 testChannelWrite_exceptionWhenAlreadyClosed(ChannelWriter.Method.WRITEV); in testChannelWriteV_exceptionWhenAlreadyClosed()
350 testChannelWrite_exceptionWhenAlreadyInterrupted(ChannelWriter.Method.WRITEV); in testChannelWriteV_exceptionWhenAlreadyInterrupted()
387 testChannelWrite_exceptionOnCloseWhenBlocked(ChannelWriter.Method.WRITEV); in testChannelWriteV_exceptionOnCloseWhenBlocked()
421 testChannelWrite_exceptionOnInterrupt(ChannelWriter.Method.WRITEV); in testChannelWriteV_exceptionOnInterrupt()
572 WRITEV, enumConstant