/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | FileDispatcher.java | 39 abstract int force(FileDescriptor fd, boolean metaData) throws IOException; in force() method in FileDispatcher
|
D | SimpleAsynchronousFileChannelImpl.java | 155 public void force(boolean metaData) throws IOException { in force() method in SimpleAsynchronousFileChannelImpl 162 n = nd.force(fdObj, metaData); in force()
|
D | FileDispatcherImpl.java | 92 int force(FileDescriptor fd, boolean metaData) throws IOException { in force() method in FileDispatcherImpl
|
D | FileChannelImpl.java | 427 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/ |
D | MappedByteBufferTest.java | 133 mmbRead.force(); in test_force() 152 mmbReadWrite.force(); in test_force()
|
/libcore/ojluni/src/main/java/java/nio/ |
D | MappedByteBuffer.java | 206 public final MappedByteBuffer force() { in force() method in MappedByteBuffer
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | AsynchronousFileChannel.java | 386 public abstract void force(boolean metaData) throws IOException; in force() method in AsynchronousFileChannel
|
D | FileChannel.java | 554 public abstract void force(boolean metaData) throws IOException; in force() method in FileChannel
|
/libcore/ojluni/src/main/java/java/util/ |
D | ComparableTimSort.java | 206 int force = nRemaining <= minRun ? nRemaining : minRun; in sort() local 207 binarySort(a, lo, lo + force, lo + runLen); in sort() 208 runLen = force; in sort()
|
D | TimSort.java | 238 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/ |
D | AsynchronousFileChannelTest.java | 693 afc.force(false); in testForce() 695 afc.force(true); in testForce() 699 afc.force(true); in testForce()
|
D | OldFileChannelTest.java | 150 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/ |
D | FileChannelTest.java | 183 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/ |
D | FileChannelImpl.java | 108 public void force(boolean metaData) throws java.io.IOException { in force() method in FileChannelImpl
|
/libcore/luni/src/test/java/libcore/java/nio/ |
D | BufferTest.java | 839 notMapped.force(); in testUsingDirectBufferAsMappedBuffer() 855 mapped.force(); in testUsingDirectBufferAsMappedBuffer()
|