Home
last modified time | relevance | path

Searched defs:force (Results 1 – 12 of 12) sorted by relevance

/libcore/ojluni/annotations/flagged_api/java/nio/
DMappedByteBuffer.annotated.java39 public final java.nio.MappedByteBuffer force() { throw new RuntimeException("Stub!"); } in force() method in MappedByteBuffer
42 public final java.nio.MappedByteBuffer force(int index, int length) { throw new RuntimeException("S… in force() method in MappedByteBuffer
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileDispatcher.java39 abstract int force(FileDescriptor fd, boolean metaData) throws IOException; in force() method in FileDispatcher
DSimpleAsynchronousFileChannelImpl.java155 public void force(boolean metaData) throws IOException { in force() method in SimpleAsynchronousFileChannelImpl
DFileDispatcherImpl.java88 int force(FileDescriptor fd, boolean metaData) throws IOException { in force() method in FileDispatcherImpl
DFileChannelImpl.java425 public void force(boolean metaData) throws IOException { in force() method in FileChannelImpl
/libcore/ojluni/src/main/java/java/nio/
DMappedByteBuffer.java330 public final MappedByteBuffer force() { in force() method in MappedByteBuffer
389 public final MappedByteBuffer force(int index, int length) { in force() method in MappedByteBuffer
/libcore/ojluni/src/main/java/java/nio/channels/
DAsynchronousFileChannel.java396 public abstract void force(boolean metaData) throws IOException; in force() method in AsynchronousFileChannel
DFileChannel.java564 public abstract void force(boolean metaData) throws IOException; in force() method in FileChannel
/libcore/ojluni/src/main/java/java/util/
DComparableTimSort.java206 int force = nRemaining <= minRun ? nRemaining : minRun; in sort() local
DTimSort.java238 int force = nRemaining <= minRun ? nRemaining : minRun; in sort() local
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java108 public void force(boolean metaData) throws java.io.IOException { in force() method in FileChannelImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DFileChannelTest.java3124 public void force(boolean arg0) throws IOException { in force() method in FileChannelTest.MockFileChannel