Searched refs:thisLength (Results 1 – 3 of 3) sorted by relevance
212 int thisLength = byteBuffer.remaining(); in testAsReadOnlyByteBufferList() local214 assertTrue(bytesSeen + thisLength <= referenceBytes.length); in testAsReadOnlyByteBufferList()215 byteBuffer.get(roundTripBytes, bytesSeen, thisLength); in testAsReadOnlyByteBufferList()216 bytesSeen += thisLength; in testAsReadOnlyByteBufferList()
282 int thisLength = byteBuffer.remaining(); in testAsReadOnlyByteBufferList() local284 assertTrue(bytesSeen + thisLength <= referenceBytes.length); in testAsReadOnlyByteBufferList()285 byteBuffer.get(roundTripBytes, bytesSeen, thisLength); in testAsReadOnlyByteBufferList()286 bytesSeen += thisLength; in testAsReadOnlyByteBufferList()
303 int thisLength = byteBuffer.remaining(); in testAsReadOnlyByteBufferList() local305 assertTrue(bytesSeen + thisLength <= BYTES.length); in testAsReadOnlyByteBufferList()306 byteBuffer.get(roundTripBytes, bytesSeen, thisLength); in testAsReadOnlyByteBufferList()307 bytesSeen += thisLength; in testAsReadOnlyByteBufferList()