Searched refs:direct1 (Results 1 – 8 of 8) sorted by relevance
1168 ByteBuffer direct1 = ByteBuffer.allocateDirect(cap); in testToString() local1169 if (!direct1.toString().equals(Basic.toString(direct1))) { in testToString()1171 + direct1.toString() + " vs " + Basic.toString(direct1)); in testToString()
196 $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));
196 IntBuffer direct1 = ByteBuffer.allocateDirect(cap).asIntBuffer(); in putBuffer() local198 direct1.put(nondirect1); in putBuffer()
196 ShortBuffer direct1 = ByteBuffer.allocateDirect(cap).asShortBuffer(); in putBuffer() local198 direct1.put(nondirect1); in putBuffer()
196 LongBuffer direct1 = ByteBuffer.allocateDirect(cap).asLongBuffer(); in putBuffer() local198 direct1.put(nondirect1); in putBuffer()
196 FloatBuffer direct1 = ByteBuffer.allocateDirect(cap).asFloatBuffer(); in putBuffer() local198 direct1.put(nondirect1); in putBuffer()
196 DoubleBuffer direct1 = ByteBuffer.allocateDirect(cap).asDoubleBuffer(); in putBuffer() local198 direct1.put(nondirect1); in putBuffer()
196 CharBuffer direct1 = ByteBuffer.allocateDirect(cap).asCharBuffer(); in putBuffer() local198 direct1.put(nondirect1); in putBuffer()