Searched defs:force (Results 1 – 9 of 9) sorted by relevance
37 abstract int force(FileDescriptor fd, boolean metaData) throws IOException; in force() method in FileDispatcher
171 private void setUpdateEvents(int fd, byte events, boolean force) { in setUpdateEvents()
80 int force(FileDescriptor fd, boolean metaData) throws IOException { in force() method in FileDispatcherImpl
387 public void force(boolean metaData) throws IOException { in force() method in FileChannelImpl
203 public final MappedByteBuffer force() { in force() method in MappedByteBuffer
376 public abstract void force(boolean metaData) throws IOException; in force() method in FileChannel
202 int force = nRemaining <= minRun ? nRemaining : minRun; in sort() local
234 int force = nRemaining <= minRun ? nRemaining : minRun; in sort() local
3123 public void force(boolean arg0) throws IOException { in force() method in FileChannelTest.MockFileChannel