Searched refs:subsequence (Results 1 – 5 of 5) sorted by relevance
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | SinkChannelImpl.java | 206 return write(Util.subsequence(srcs, offset, length)); in write()
|
D | SourceChannelImpl.java | 188 return read(Util.subsequence(dsts, offset, length)); in read()
|
D | AsynchronousSocketChannelImpl.java | 313 ByteBuffer[] bufs = Util.subsequence(dsts, offset, length); in read() 415 srcs = Util.subsequence(srcs, offset, length); in write()
|
D | Util.java | 305 static ByteBuffer[] subsequence(ByteBuffer[] bs, int offset, int length) { in subsequence() method in Util
|
/libcore/ojluni/src/main/java/java/nio/ |
D | X-Buffer.java.template | 562 * Creates a new $type$ buffer whose content is a shared subsequence of 591 * Creates a new $type$ buffer whose content is a shared subsequence of 2042 * Creates a new character buffer that represents the specified subsequence 2057 * character in the subsequence; must be non-negative and no larger 2062 * following the last character in the subsequence; must be no 2090 * toString} method of a character buffer will return a subsequence whose 2116 * Appends a subsequence of the specified character sequence to this 2127 * The character sequence from which a subsequence will be 2321 * subsequence of this buffer's content.
|