Home
last modified time | relevance | path

Searched refs:testArray (Results 1 – 22 of 22) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DDirectCharBufferTest.java41 public void testArray() { in testArray() method in DirectCharBufferTest
DDirectShortBufferTest.java40 public void testArray() { in testArray() method in DirectShortBufferTest
DDirectLongBufferTest.java40 public void testArray() { in testArray() method in DirectLongBufferTest
DDirectFloatBufferTest.java40 public void testArray() { in testArray() method in DirectFloatBufferTest
DDirectIntBufferTest.java40 public void testArray() { in testArray() method in DirectIntBufferTest
DDirectDoubleBufferTest.java40 public void testArray() { in testArray() method in DirectDoubleBufferTest
DWrappedCharBufferTest2.java72 public void testArray() { in testArray() method in WrappedCharBufferTest2
DReadOnlyLongBufferTest.java40 public void testArray() { in testArray() method in ReadOnlyLongBufferTest
DReadOnlyDoubleBufferTest.java41 public void testArray() { in testArray() method in ReadOnlyDoubleBufferTest
DReadOnlyIntBufferTest.java40 public void testArray() { in testArray() method in ReadOnlyIntBufferTest
DReadOnlyFloatBufferTest.java40 public void testArray() { in testArray() method in ReadOnlyFloatBufferTest
DReadOnlyShortBufferTest.java40 public void testArray() { in testArray() method in ReadOnlyShortBufferTest
DReadOnlyCharBufferTest.java44 public void testArray() { in testArray() method in ReadOnlyCharBufferTest
DDoubleBufferTest.java74 public void testArray() { in testArray() method in DoubleBufferTest
DFloatBufferTest.java50 public void testArray() { in testArray() method in FloatBufferTest
DIntBufferTest.java50 public void testArray() { in testArray() method in IntBufferTest
DLongBufferTest.java50 public void testArray() { in testArray() method in LongBufferTest
DShortBufferTest.java49 public void testArray() { in testArray() method in ShortBufferTest
DCharBufferTest.java53 public void testArray() { in testArray() method in CharBufferTest
DByteBufferTest.java84 public void testArray() { in testArray() method in ByteBufferTest
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
DObjectInputStreamTest.java1340 org.apache.harmony.luni.tests.java.io.TestArray testArray = (TestArray) oin.readObject(); in test_readObject_array() local
1342 assertTrue(java.util.Arrays.equals(strings, testArray.array)); in test_readObject_array()
1346 testArray = (TestArray) oin.readObject(); in test_readObject_array()
1348 assertTrue(java.util.Arrays.equals(integers, testArray.array)); in test_readObject_array()
/libcore/json/src/test/java/libcore/org/json/
DJSONStringerTest.java58 public void testArray() throws JSONException { in testArray() method in JSONStringerTest