Searched refs:compact (Results 26 - 40 of 40) sorted by relevance

12

/libcore/support/src/test/java/libcore/javax/net/ssl/
H A DTestSSLEnginePair.java196 input.compact();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
H A DDoubleBufferTest.java137 DoubleBuffer ret = buf.compact();
153 ret = buf.compact();
170 ret = buf.compact();
H A DFloatBufferTest.java114 FloatBuffer ret = buf.compact();
130 ret = buf.compact();
147 ret = buf.compact();
H A DIntBufferTest.java113 IntBuffer ret = buf.compact();
129 ret = buf.compact();
146 ret = buf.compact();
H A DLongBufferTest.java113 LongBuffer ret = buf.compact();
129 ret = buf.compact();
146 ret = buf.compact();
H A DShortBufferTest.java112 ShortBuffer ret = buf.compact();
128 ret = buf.compact();
145 ret = buf.compact();
H A DCharBufferTest.java142 CharBuffer ret = buf.compact();
158 ret = buf.compact();
175 ret = buf.compact();
H A DByteBufferTest.java157 buf.compact();
169 ByteBuffer ret = buf.compact();
185 ret = buf.compact();
202 ret = buf.compact();
/libcore/luni/src/main/java/java/nio/
H A DByteBuffer.java270 public abstract ByteBuffer compact(); method in class:ByteBuffer
H A DCharBuffer.java189 public abstract CharBuffer compact(); method in class:CharBuffer
H A DByteArrayBuffer.java63 @Override public ByteBuffer compact() { method in class:ByteArrayBuffer
H A DDirectByteBuffer.java65 @Override public ByteBuffer compact() { method in class:DirectByteBuffer
/libcore/luni/src/test/java/libcore/java/nio/
H A DBufferTest.java909 b.compact();
997 b.compact();
/libcore/luni/src/main/java/java/util/
H A DScanner.java1697 buffer.compact();
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 362 milliseconds

12