Searched refs:force (Results 1 – 9 of 9) sorted by relevance
104 public final MappedByteBuffer force() { in force() method in MappedByteBuffer
205 public void force(boolean metadata) throws IOException { in force() method in FileChannelImpl
133 mmbRead.force(); in test_force()152 mmbReadWrite.force(); in test_force()
156 public abstract void force(boolean metadata) throws IOException; in force() method in FileChannel
171 int force = nRemaining <= minRun ? nRemaining : minRun; in sort() local172 binarySort(a, lo, lo + force, lo + runLen); in sort()173 runLen = force; in sort()
203 int force = nRemaining <= minRun ? nRemaining : minRun; in sort() local204 binarySort(a, lo, lo + force, lo + runLen, c); in sort()205 runLen = force; in sort()
236 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
150 writeOnlyFileChannel.force(true); in test_forceZ()158 writeOnlyFileChannel.force(false); in test_forceZ()
842 notMapped.force(); in testUsingDirectBufferAsMappedBuffer()858 mapped.force(); in testUsingDirectBufferAsMappedBuffer()