OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calculateTotalRemaining
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/java/nio/
DatagramChannelImpl.java
346
int totalCount = FileChannelImpl.
calculateTotalRemaining
(targets, offset, length, true);
408
int count = FileChannelImpl.
calculateTotalRemaining
(sources, offset, length, false);
SocketChannelImpl.java
311
int totalCount = FileChannelImpl.
calculateTotalRemaining
(targets, offset, length, true);
368
int count = FileChannelImpl.
calculateTotalRemaining
(sources, offset, length, false);
FileChannelImpl.java
524
static int
calculateTotalRemaining
(ByteBuffer[] buffers, int offset, int length, boolean copyingIn) {
Completed in 55 milliseconds