Home
last modified time | relevance | path

Searched refs:force (Results 1 – 15 of 15) sorted by relevance

/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
162 n = nd.force(fdObj, metaData); in force()
DFileDispatcherImpl.java92 int force(FileDescriptor fd, boolean metaData) throws IOException { in force() method in FileDispatcherImpl
DFileChannelImpl.java427 public void force(boolean metaData) throws IOException { in force() method in FileChannelImpl
437 rv = nd.force(fd, metaData); in force()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DMappedByteBufferTest.java133 mmbRead.force(); in test_force()
152 mmbReadWrite.force(); in test_force()
/libcore/ojluni/src/main/java/java/nio/
DMappedByteBuffer.java206 public final MappedByteBuffer force() { in force() method in MappedByteBuffer
/libcore/ojluni/src/main/java/java/nio/channels/
DAsynchronousFileChannel.java386 public abstract void force(boolean metaData) throws IOException; in force() method in AsynchronousFileChannel
DFileChannel.java554 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
207 binarySort(a, lo, lo + force, lo + runLen); in sort()
208 runLen = force; in sort()
DTimSort.java238 int force = nRemaining <= minRun ? nRemaining : minRun; in sort() local
239 binarySort(a, lo, lo + force, lo + runLen, c); in sort()
240 runLen = force; in sort()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DAsynchronousFileChannelTest.java693 afc.force(false); in testForce()
695 afc.force(true); in testForce()
699 afc.force(true); in testForce()
DOldFileChannelTest.java150 writeOnlyFileChannel.force(true); in test_forceZ()
158 writeOnlyFileChannel.force(false); in test_forceZ()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DFileChannelTest.java183 writeOnlyFileChannel.force(true); in test_forceJ()
197 writeOnlyFileChannel.force(true); in test_forceJ_closed()
203 writeOnlyFileChannel.force(false); in test_forceJ_closed()
214 readOnlyFileChannel.force(true); in test_forceJ_ReadOnlyChannel()
215 readOnlyFileChannel.force(false); in test_forceJ_ReadOnlyChannel()
1895 mapped.force(); in test_map_Private()
1933 mapped.force(); in test_map_ReadWrite()
3124 public void force(boolean arg0) throws IOException { in force() method in FileChannelTest.MockFileChannel
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java108 public void force(boolean metaData) throws java.io.IOException { in force() method in FileChannelImpl
/libcore/luni/src/test/java/libcore/java/nio/
DBufferTest.java839 notMapped.force(); in testUsingDirectBufferAsMappedBuffer()
855 mapped.force(); in testUsingDirectBufferAsMappedBuffer()