Home
last modified time | relevance | path

Searched refs:direct1 (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/test/java/nio/Buffer/
DBasicByte.java1168 ByteBuffer direct1 = ByteBuffer.allocateDirect(cap); in testToString() local
1169 if (!direct1.toString().equals(Basic.toString(direct1))) { in testToString()
1171 + direct1.toString() + " vs " + Basic.toString(direct1)); in testToString()
DBasic-X.java.template196 $Type$Buffer direct1 = ByteBuffer.allocateDirect(cap).as$Type$Buffer();
198 direct1.put(nondirect1);
1168 $Type$Buffer direct1 = $Type$Buffer.allocateDirect(cap);
1169 if (!direct1.toString().equals(Basic.toString(direct1))) {
1171 + direct1.toString() + " vs " + Basic.toString(direct1));
DBasicInt.java196 IntBuffer direct1 = ByteBuffer.allocateDirect(cap).asIntBuffer(); in putBuffer() local
198 direct1.put(nondirect1); in putBuffer()
DBasicShort.java196 ShortBuffer direct1 = ByteBuffer.allocateDirect(cap).asShortBuffer(); in putBuffer() local
198 direct1.put(nondirect1); in putBuffer()
DBasicLong.java196 LongBuffer direct1 = ByteBuffer.allocateDirect(cap).asLongBuffer(); in putBuffer() local
198 direct1.put(nondirect1); in putBuffer()
DBasicFloat.java196 FloatBuffer direct1 = ByteBuffer.allocateDirect(cap).asFloatBuffer(); in putBuffer() local
198 direct1.put(nondirect1); in putBuffer()
DBasicDouble.java196 DoubleBuffer direct1 = ByteBuffer.allocateDirect(cap).asDoubleBuffer(); in putBuffer() local
198 direct1.put(nondirect1); in putBuffer()
DBasicChar.java196 CharBuffer direct1 = ByteBuffer.allocateDirect(cap).asCharBuffer(); in putBuffer() local
198 direct1.put(nondirect1); in putBuffer()