Searched refs:READV (Results 1 – 3 of 3) sorted by relevance
29 enum Direction { READV, WRITEV }; enumConstant55 if (direction == Direction.READV) { in init()74 if (direction == Direction.READV) { in doTransfer()
351 return transferIoVec(new IoVec(buffers, offset, length, IoVec.Direction.READV)); in read()
186 testChannelRead_exceptionWhenAlreadyClosed(ChannelReader.Method.READV); in testChannelReadV_exceptionWhenAlreadyClosed()218 testChannelRead_exceptionWhenAlreadyInterrupted(ChannelReader.Method.READV); in testChannelReadV_exceptionWhenAlreadyInterrupted()255 testChannelRead_exceptionOnCloseWhenBlocked(ChannelReader.Method.READV); in testChannelReadV_exceptionOnCloseWhenBlocked()288 testChannelRead_exceptionOnInterrupt(ChannelReader.Method.READV); in testChannelReadV_exceptionOnInterrupt()527 READV, enumConstant