Searched defs:numOfByteRead (Results 1 – 2 of 2) sorted by relevance
/external/guava/guava-tests/test/com/google/common/hash/ |
D | HashingInputStreamTest.java | 64 int numOfByteRead = in.read(buf, 0, buf.length); in testRead_putByteArray() local 79 int numOfByteRead = in.read(buf, 0, 3); in testRead_putByteArrayAtPos() local 97 int numOfByteRead = in.read(buf, 0, 100); in testRead_putByteArrayOutOfBound() local 113 int numOfByteRead = in.read(buf, 0, buf.length); in testHash_hashesCorrectly() local 124 int numOfByteRead = in.read(buf, 0, buf.length); in testHash_hashesCorrectlyReadOutOfBound() local 139 int numOfByteRead = in.read(buf, 0, buf.length); in testHash_hashesCorrectlyForSkipping() local
|
/external/guava/android/guava-tests/test/com/google/common/hash/ |
D | HashingInputStreamTest.java | 64 int numOfByteRead = in.read(buf, 0, buf.length); in testRead_putByteArray() local 79 int numOfByteRead = in.read(buf, 0, 3); in testRead_putByteArrayAtPos() local 97 int numOfByteRead = in.read(buf, 0, 100); in testRead_putByteArrayOutOfBound() local 113 int numOfByteRead = in.read(buf, 0, buf.length); in testHash_hashesCorrectly() local 124 int numOfByteRead = in.read(buf, 0, buf.length); in testHash_hashesCorrectlyReadOutOfBound() local 139 int numOfByteRead = in.read(buf, 0, buf.length); in testHash_hashesCorrectlyForSkipping() local
|