Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/flagged_api/java/nio/
DMappedByteBuffer.annotated.java39 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/
DMappedByteBuffer.java330 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/
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.java88 int force(FileDescriptor fd, boolean metaData) throws IOException { in force() method in FileDispatcherImpl
DFileChannelImpl.java425 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/
DMappedByteBufferTest.java133 mmbRead.force(); in test_force()
152 mmbReadWrite.force(); in test_force()
/libcore/ojluni/src/main/java/java/nio/channels/
DAsynchronousFileChannel.java396 public abstract void force(boolean metaData) throws IOException; in force() method in AsynchronousFileChannel
DFileChannel.java564 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/ojluni/src/test/java/nio/MappedByteBuffer/
DForceViews.java108 mbb.force(regionOffset, regionOffset + regionLength); in test()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DAsynchronousFileChannelTest.java695 afc.force(false); in testForce()
697 afc.force(true); in testForce()
701 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/
Dlibcore.aconfig113 …description: "If true, force-enables go/scheduleAtFixedRate-behavior-change regardless of AppCompa…
DJavaLibrary.bp1205 … "--force-convert-to-warning-nullability-annotations +*:-android.*:+android.icu.*:-dalvik.* ",
/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.java868 notMapped.force(); in testUsingDirectBufferAsMappedBuffer()
884 mapped.force(); in testUsingDirectBufferAsMappedBuffer()
/libcore/ojluni/src/test/java/util/Scanner/
Dinput.txt172 # Preferred Master causes Samba to force a local browser election on startup
/libcore/api/
Dcurrent.txt6692 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;