Searched defs:testByteSwappedBulkPut (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/
H A DBufferTest.java204 testByteSwappedBulkPut(ByteBuffer.allocateDirect(10));
208 testByteSwappedBulkPut(ByteBuffer.allocate(10));
212 testByteSwappedBulkPut(allocateMapped(10));
215 private void testByteSwappedBulkPut(ByteBuffer b) throws Exception { method in class:BufferTest

Completed in 73 milliseconds