Home
last modified time | relevance | path

Searched defs:duplicate (Results 1 – 25 of 52) sorted by relevance

123

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DReadOnlyIntBufferTest.java50 IntBuffer duplicate = buf.duplicate(); in testHashCode() local
DReadOnlyDoubleBufferTest.java50 DoubleBuffer duplicate = buf.duplicate(); in testHashCode() local
DReadOnlyLongBufferTest.java50 LongBuffer duplicate = buf.duplicate(); in testHashCode() local
DReadOnlyFloatBufferTest.java50 FloatBuffer duplicate = buf.duplicate(); in testHashCode() local
DReadOnlyShortBufferTest.java50 ShortBuffer duplicate = buf.duplicate(); in testHashCode() local
DReadOnlyCharBufferTest.java53 CharBuffer duplicate = buf.duplicate(); in testHashCode() local
DShortBufferTest.java363 ShortBuffer duplicate = buf.duplicate(); in testHashCode() local
DIntBufferTest.java376 IntBuffer duplicate = buf.duplicate(); in testHashCode() local
DLongBufferTest.java377 LongBuffer duplicate = buf.duplicate(); in testHashCode() local
DFloatBufferTest.java398 FloatBuffer duplicate = buf.duplicate(); in testHashCode() local
/libcore/ojluni/annotations/flagged_api/java/nio/
DMappedByteBuffer.annotated.java62 public abstract java.nio.ByteBuffer duplicate(); in duplicate() method in MappedByteBuffer
DShortBuffer.annotated.java48 public abstract java.nio.ShortBuffer duplicate(); in duplicate() method in ShortBuffer
DIntBuffer.annotated.java48 public abstract java.nio.IntBuffer duplicate(); in duplicate() method in IntBuffer
/libcore/ojluni/src/test/java/nio/MappedByteBuffer/
DForceViews.java80 BiFunction<MappedByteBuffer,Segment,MappedByteBuffer> duplicate= in provider() local
/libcore/luni/src/test/java/libcore/java/util/
DSetOfTest.java79 @Test public void duplicate() { in duplicate() method in SetOfTest
/libcore/ojluni/src/main/java/java/nio/
DStringCharBuffer.java83 public CharBuffer duplicate() { in duplicate() method in StringCharBuffer
DHeapShortBuffer.java170 public ShortBuffer duplicate() { in duplicate() method in HeapShortBuffer
DHeapDoubleBuffer.java170 public DoubleBuffer duplicate() { in duplicate() method in HeapDoubleBuffer
DHeapIntBuffer.java170 public IntBuffer duplicate() { in duplicate() method in HeapIntBuffer
DHeapLongBuffer.java170 public LongBuffer duplicate() { in duplicate() method in HeapLongBuffer
DHeapFloatBuffer.java170 public FloatBuffer duplicate() { in duplicate() method in HeapFloatBuffer
DByteBufferAsLongBuffer.java116 public LongBuffer duplicate() { in duplicate() method in ByteBufferAsLongBuffer
DByteBufferAsIntBuffer.java116 public IntBuffer duplicate() { in duplicate() method in ByteBufferAsIntBuffer
DByteBufferAsDoubleBuffer.java116 public DoubleBuffer duplicate() { in duplicate() method in ByteBufferAsDoubleBuffer
DByteBufferAsShortBuffer.java116 public ShortBuffer duplicate() { in duplicate() method in ByteBufferAsShortBuffer

123