Home
last modified time | relevance | path

Searched defs:loadTestData1 (Results 1 – 7 of 7) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DDoubleBufferTest.java627 void loadTestData1(double array[], int offset, int length) { in loadTestData1() method in DoubleBufferTest
639 void loadTestData1(DoubleBuffer buf) { in loadTestData1() method in DoubleBufferTest
DFloatBufferTest.java626 void loadTestData1(float array[], int offset, int length) { in loadTestData1() method in FloatBufferTest
638 void loadTestData1(FloatBuffer buf) { in loadTestData1() method in FloatBufferTest
DIntBufferTest.java602 void loadTestData1(int array[], int offset, int length) { in loadTestData1() method in IntBufferTest
614 void loadTestData1(IntBuffer buf) { in loadTestData1() method in IntBufferTest
DLongBufferTest.java609 void loadTestData1(long array[], int offset, int length) { in loadTestData1() method in LongBufferTest
621 void loadTestData1(LongBuffer buf) { in loadTestData1() method in LongBufferTest
DShortBufferTest.java589 void loadTestData1(short array[], int offset, int length) { in loadTestData1() method in ShortBufferTest
601 void loadTestData1(ShortBuffer buf) { in loadTestData1() method in ShortBufferTest
DCharBufferTest.java808 void loadTestData1(char array[], int offset, int length) { in loadTestData1() method in CharBufferTest
820 void loadTestData1(CharBuffer buf) { in loadTestData1() method in CharBufferTest
DByteBufferTest.java2088 private void loadTestData1(byte array[], int offset, int length) { in loadTestData1() method
2100 private void loadTestData1(ByteBuffer buf) { in loadTestData1() method