HomeSort by relevance Sort by last modified time
    Searched refs:readImpl (Results 1 - 3 of 3) sorted by null

  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
OSFileSystem.java 110 private native long readImpl(int fileDescriptor, byte[] bytes, int offset,
118 return readImpl(fileDescriptor, bytes, offset, length);
  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
DatagramChannelImpl.java 436 readCount = readImpl(target);
444 readCount = readImpl(readBuffer);
478 readCount = readImpl(readBuffer);
495 private int readImpl(ByteBuffer readBuffer) throws IOException {
SocketChannelImpl.java 382 readCount = readImpl(target);
391 readCount = readImpl(readBuffer);
420 readCount = readImpl(readBuffer);
446 private int readImpl(ByteBuffer target) throws IOException {
    [all...]

Completed in 715 milliseconds