Searched refs:actualBytes (Results 1 – 3 of 3) sorted by relevance
187 final byte[] actualBytes = new byte[lengthBytes]; in readFromSessionAndVerifyBytes()190 read(in, actualBytes, offsetBytes, lengthBytes); in readFromSessionAndVerifyBytes()193 assertThat(actualBytes).isEqualTo(expectedBytes); in readFromSessionAndVerifyBytes()
511 size_t actualBytes = mCache->releaseFromStart(maxBytes); in restartPrefetcherIfNecessary_l() local512 mCacheOffset += actualBytes; in restartPrefetcherIfNecessary_l()
953 byte[] actualBytes = mMetadata.readValues(getTag(gpsProcessingMethodKey.getName())); in testReadWriteString()954 assertArrayEquals(helloWorldBytes, actualBytes); in testReadWriteString()