Searched defs:loadTestData1 (Results 1 – 7 of 7) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/ |
D | DoubleBufferTest.java | 627 void loadTestData1(double array[], int offset, int length) { in loadTestData1() method in DoubleBufferTest 639 void loadTestData1(DoubleBuffer buf) { in loadTestData1() method in DoubleBufferTest
|
D | FloatBufferTest.java | 626 void loadTestData1(float array[], int offset, int length) { in loadTestData1() method in FloatBufferTest 638 void loadTestData1(FloatBuffer buf) { in loadTestData1() method in FloatBufferTest
|
D | IntBufferTest.java | 602 void loadTestData1(int array[], int offset, int length) { in loadTestData1() method in IntBufferTest 614 void loadTestData1(IntBuffer buf) { in loadTestData1() method in IntBufferTest
|
D | LongBufferTest.java | 609 void loadTestData1(long array[], int offset, int length) { in loadTestData1() method in LongBufferTest 621 void loadTestData1(LongBuffer buf) { in loadTestData1() method in LongBufferTest
|
D | ShortBufferTest.java | 589 void loadTestData1(short array[], int offset, int length) { in loadTestData1() method in ShortBufferTest 601 void loadTestData1(ShortBuffer buf) { in loadTestData1() method in ShortBufferTest
|
D | CharBufferTest.java | 808 void loadTestData1(char array[], int offset, int length) { in loadTestData1() method in CharBufferTest 820 void loadTestData1(CharBuffer buf) { in loadTestData1() method in CharBufferTest
|
D | ByteBufferTest.java | 2088 private void loadTestData1(byte array[], int offset, int length) { in loadTestData1() method 2100 private void loadTestData1(ByteBuffer buf) { in loadTestData1() method
|