Home
last modified time | relevance | path

Searched refs:testCompact (Results 1 – 14 of 14) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DReadOnlyIntBufferTest.java63 public void testCompact() { in testCompact() method in ReadOnlyIntBufferTest
DReadOnlyLongBufferTest.java63 public void testCompact() { in testCompact() method in ReadOnlyLongBufferTest
DReadOnlyShortBufferTest.java63 public void testCompact() { in testCompact() method in ReadOnlyShortBufferTest
DReadOnlyFloatBufferTest.java63 public void testCompact() { in testCompact() method in ReadOnlyFloatBufferTest
DReadOnlyDoubleBufferTest.java62 public void testCompact() { in testCompact() method in ReadOnlyDoubleBufferTest
DReadOnlyCharBufferTest.java65 public void testCompact() { in testCompact() method in ReadOnlyCharBufferTest
DShortBufferTest.java107 public void testCompact() { in testCompact() method in ShortBufferTest
DLongBufferTest.java108 public void testCompact() { in testCompact() method in LongBufferTest
DDoubleBufferTest.java132 public void testCompact() { in testCompact() method in DoubleBufferTest
DIntBufferTest.java108 public void testCompact() { in testCompact() method in IntBufferTest
DFloatBufferTest.java108 public void testCompact() { in testCompact() method in FloatBufferTest
DCharBufferTest.java137 public void testCompact() { in testCompact() method in CharBufferTest
DByteBufferTest.java184 public void testCompact() { in testCompact() method in ByteBufferTest
/libcore/ojluni/src/test/java/nio/MappedByteBuffer/
DForceViews.java152 public void testCompact() throws Exception { in testCompact() method in ForceViews