/libcore/ojluni/annotations/flagged_api/java/nio/ |
D | MappedByteBuffer.annotated.java | 39 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/java/nio/ |
D | MappedByteBuffer.java | 330 public final MappedByteBuffer force() { in force() method in MappedByteBuffer 338 return force(0, capacity); in force() 389 public final MappedByteBuffer force(int index, int length) { in force() method in MappedByteBuffer
|
/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 | 88 int force(FileDescriptor fd, boolean metaData) throws IOException { in force() method in FileDispatcherImpl
|
D | FileChannelImpl.java | 425 public void force(boolean metaData) throws IOException { in force() method in FileChannelImpl 435 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/channels/ |
D | AsynchronousFileChannel.java | 396 public abstract void force(boolean metaData) throws IOException; in force() method in AsynchronousFileChannel
|
D | FileChannel.java | 564 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/ojluni/src/test/java/nio/MappedByteBuffer/ |
D | ForceViews.java | 108 mbb.force(regionOffset, regionOffset + regionLength); in test()
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
D | AsynchronousFileChannelTest.java | 695 afc.force(false); in testForce() 697 afc.force(true); in testForce() 701 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/ |
D | libcore.aconfig | 113 …description: "If true, force-enables go/scheduleAtFixedRate-behavior-change regardless of AppCompa…
|
D | JavaLibrary.bp | 1205 … "--force-convert-to-warning-nullability-annotations +*:-android.*:+android.icu.*:-dalvik.* ",
|
/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 | 868 notMapped.force(); in testUsingDirectBufferAsMappedBuffer() 884 mapped.force(); in testUsingDirectBufferAsMappedBuffer()
|
/libcore/ojluni/src/test/java/util/Scanner/ |
D | input.txt | 172 # Preferred Master causes Samba to force a local browser election on startup
|
/libcore/api/ |
D | current.txt | 6692 method public final java.nio.MappedByteBuffer force(); 6693 method public final java.nio.MappedByteBuffer force(int, int); 6784 method public abstract void force(boolean) throws java.io.IOException; 6900 method public abstract void force(boolean) throws java.io.IOException;
|