Home
last modified time | relevance | path

Searched defs:numOfByteRead (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/hash/
DHashingInputStreamTest.java63 int numOfByteRead = in.read(buf, 0, buf.length); in testRead_putByteArray() local
78 int numOfByteRead = in.read(buf, 0, 3); in testRead_putByteArrayAtPos() local
96 int numOfByteRead = in.read(buf, 0, 100); in testRead_putByteArrayOutOfBound() local
112 int numOfByteRead = in.read(buf, 0, buf.length); in testHash_hashesCorrectly() local
123 int numOfByteRead = in.read(buf, 0, buf.length); in testHash_hashesCorrectlyReadOutOfBound() local
138 int numOfByteRead = in.read(buf, 0, buf.length); in testHash_hashesCorrectlyForSkipping() local
/external/guava/android/guava-tests/test/com/google/common/hash/
DHashingInputStreamTest.java63 int numOfByteRead = in.read(buf, 0, buf.length); in testRead_putByteArray() local
78 int numOfByteRead = in.read(buf, 0, 3); in testRead_putByteArrayAtPos() local
96 int numOfByteRead = in.read(buf, 0, 100); in testRead_putByteArrayOutOfBound() local
112 int numOfByteRead = in.read(buf, 0, buf.length); in testHash_hashesCorrectly() local
123 int numOfByteRead = in.read(buf, 0, buf.length); in testHash_hashesCorrectlyReadOutOfBound() local
138 int numOfByteRead = in.read(buf, 0, buf.length); in testHash_hashesCorrectlyForSkipping() local