Searched defs:force (Results 1 – 12 of 12) sorted by relevance
39 public final java.nio.MappedByteBuffer force() { throw new RuntimeException("Stub!"); } in force() method in MappedByteBuffer42 public final java.nio.MappedByteBuffer force(int index, int length) { throw new RuntimeException("S… in force() method in MappedByteBuffer
39 abstract int force(FileDescriptor fd, boolean metaData) throws IOException; in force() method in FileDispatcher
155 public void force(boolean metaData) throws IOException { in force() method in SimpleAsynchronousFileChannelImpl
88 int force(FileDescriptor fd, boolean metaData) throws IOException { in force() method in FileDispatcherImpl
425 public void force(boolean metaData) throws IOException { in force() method in FileChannelImpl
330 public final MappedByteBuffer force() { in force() method in MappedByteBuffer389 public final MappedByteBuffer force(int index, int length) { in force() method in MappedByteBuffer
396 public abstract void force(boolean metaData) throws IOException; in force() method in AsynchronousFileChannel
564 public abstract void force(boolean metaData) throws IOException; in force() method in FileChannel
206 int force = nRemaining <= minRun ? nRemaining : minRun; in sort() local
238 int force = nRemaining <= minRun ? nRemaining : minRun; in sort() local
108 public void force(boolean metaData) throws java.io.IOException { in force() method in FileChannelImpl
3124 public void force(boolean arg0) throws IOException { in force() method in FileChannelTest.MockFileChannel