Searched defs:icount (Results  1 – 2 of 2) sorted by relevance
| /libcore/ojluni/annotations/hiddenapi/sun/nio/ch/ | 
| D | FileChannelImpl.java | 114             int icount,  in transferToDirectlyInternal()122             long position, int icount, java.nio.channels.WritableByteChannel target)  in transferToDirectly()
 134             long position, int icount, java.nio.channels.WritableByteChannel target)  in transferToArbitraryChannel()
 
 | 
| /libcore/ojluni/src/main/java/sun/nio/ch/ | 
| D | FileChannelImpl.java | 461     private long transferToDirectlyInternal(long position, int icount,  in transferToDirectlyInternal()500     private long transferToDirectly(long position, int icount,  in transferToDirectly()
 599     private long transferToArbitraryChannel(long position, int icount,  in transferToArbitraryChannel()
 652         int icount = (int)Math.min(count, Integer.MAX_VALUE);  in transferTo()  local
 
 |