Searched refs:icount (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | FileChannelImpl.java | 459 private long transferToDirectlyInternal(long position, int icount, in transferToDirectlyInternal() argument 477 n = transferTo0(fd, position, icount, targetFD); in transferToDirectlyInternal() 498 private long transferToDirectly(long position, int icount, in transferToDirectly() argument 535 return transferToDirectlyInternal(position, icount, in transferToDirectly() 542 return transferToDirectlyInternal(position, icount, target, targetFD); in transferToDirectly() 597 private long transferToArbitraryChannel(long position, int icount, in transferToArbitraryChannel() argument 602 int c = Math.min(icount, TRANSFER_SIZE); in transferToArbitraryChannel() 608 while (tw < icount) { in transferToArbitraryChannel() 609 bb.limit(Math.min((int)(icount - tw), TRANSFER_SIZE)); in transferToArbitraryChannel() 650 int icount = (int)Math.min(count, Integer.MAX_VALUE); in transferTo() local [all …]
|
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/ |
D | FileChannelImpl.java | 114 int icount, in transferToDirectlyInternal() argument 122 long position, int icount, java.nio.channels.WritableByteChannel target) in transferToDirectly() argument 134 long position, int icount, java.nio.channels.WritableByteChannel target) in transferToArbitraryChannel() argument
|