Home
last modified time | relevance | path

Searched refs:nondirect3 (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/test/java/nio/Buffer/
DBasicInt.java208 IntBuffer nondirect3 = ByteBuffer.allocate(cap).asIntBuffer(); in putBuffer() local
210 nondirect3.put(nondirect4); in putBuffer()
DBasicShort.java208 ShortBuffer nondirect3 = ByteBuffer.allocate(cap).asShortBuffer(); in putBuffer() local
210 nondirect3.put(nondirect4); in putBuffer()
DBasicLong.java208 LongBuffer nondirect3 = ByteBuffer.allocate(cap).asLongBuffer(); in putBuffer() local
210 nondirect3.put(nondirect4); in putBuffer()
DBasicFloat.java208 FloatBuffer nondirect3 = ByteBuffer.allocate(cap).asFloatBuffer(); in putBuffer() local
210 nondirect3.put(nondirect4); in putBuffer()
DBasicDouble.java208 DoubleBuffer nondirect3 = ByteBuffer.allocate(cap).asDoubleBuffer(); in putBuffer() local
210 nondirect3.put(nondirect4); in putBuffer()
DBasicChar.java208 CharBuffer nondirect3 = ByteBuffer.allocate(cap).asCharBuffer(); in putBuffer() local
210 nondirect3.put(nondirect4); in putBuffer()
DBasic-X.java.template208 $Type$Buffer nondirect3 = ByteBuffer.allocate(cap).as$Type$Buffer();
210 nondirect3.put(nondirect4);