Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/nio/
DMappedByteBuffer.java104 public final MappedByteBuffer force() { in force() method in MappedByteBuffer
DFileChannelImpl.java205 public void force(boolean metadata) throws IOException { in force() method in FileChannelImpl
/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/luni/src/main/java/java/nio/channels/
DFileChannel.java156 public abstract void force(boolean metadata) throws IOException; in force() method in FileChannel
/libcore/luni/src/main/java/java/util/
DComparableTimSort.java171 int force = nRemaining <= minRun ? nRemaining : minRun; in sort() local
172 binarySort(a, lo, lo + force, lo + runLen); in sort()
173 runLen = force; in sort()
DTimSort.java203 int force = nRemaining <= minRun ? nRemaining : minRun; in sort() local
204 binarySort(a, lo, lo + force, lo + runLen, c); in sort()
205 runLen = force; in sort()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DFileChannelTest.java236 writeOnlyFileChannel.force(true); in test_forceJ()
250 writeOnlyFileChannel.force(true); in test_forceJ_closed()
256 writeOnlyFileChannel.force(false); in test_forceJ_closed()
267 readOnlyFileChannel.force(true); in test_forceJ_ReadOnlyChannel()
268 readOnlyFileChannel.force(false); in test_forceJ_ReadOnlyChannel()
1797 mapped.force(); in test_map_Private()
1835 mapped.force(); in test_map_ReadWrite()
3026 public void force(boolean arg0) throws IOException { in force() method in FileChannelTest.MockFileChannel
/libcore/luni/src/test/java/libcore/java/nio/channels/
DOldFileChannelTest.java150 writeOnlyFileChannel.force(true); in test_forceZ()
158 writeOnlyFileChannel.force(false); in test_forceZ()
/libcore/luni/src/test/java/libcore/java/nio/
DBufferTest.java842 notMapped.force(); in testUsingDirectBufferAsMappedBuffer()
858 mapped.force(); in testUsingDirectBufferAsMappedBuffer()