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