Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DLiteralByteStringTest.java212 int thisLength = byteBuffer.remaining(); in testAsReadOnlyByteBufferList() local
214 assertTrue(bytesSeen + thisLength <= referenceBytes.length); in testAsReadOnlyByteBufferList()
215 byteBuffer.get(roundTripBytes, bytesSeen, thisLength); in testAsReadOnlyByteBufferList()
216 bytesSeen += thisLength; in testAsReadOnlyByteBufferList()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java282 int thisLength = byteBuffer.remaining(); in testAsReadOnlyByteBufferList() local
284 assertTrue(bytesSeen + thisLength <= referenceBytes.length); in testAsReadOnlyByteBufferList()
285 byteBuffer.get(roundTripBytes, bytesSeen, thisLength); in testAsReadOnlyByteBufferList()
286 bytesSeen += thisLength; in testAsReadOnlyByteBufferList()
DNioByteStringTest.java303 int thisLength = byteBuffer.remaining(); in testAsReadOnlyByteBufferList() local
305 assertTrue(bytesSeen + thisLength <= BYTES.length); in testAsReadOnlyByteBufferList()
306 byteBuffer.get(roundTripBytes, bytesSeen, thisLength); in testAsReadOnlyByteBufferList()
307 bytesSeen += thisLength; in testAsReadOnlyByteBufferList()