Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DIoBridge.java509 int readCount = Libcore.os.read(fd, bytes, byteOffset, byteCount); in read() local
510 if (readCount == 0) { in read()
513 return readCount; in read()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DDatagramChannelTest.java1800 int readCount = this.channel2.read(targetBuf); in testReadWrite_Block_Zero() local
1802 assertEquals(0, readCount); in testReadWrite_Block_Zero()
DFileChannelTest.java1404 long readCount = readOnlyFileChannel.read(readBuffers); in test_read$LByteBuffer() local
1405 assertEquals(CONTENT_AS_BYTES_LENGTH, readCount); in test_read$LByteBuffer()