Searched refs:bytes2long (Results 1 - 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
H A DByteBufferTest.java1021 assertEquals(bytes2long(bytes, buf.order()), value);
1032 assertEquals(bytes2long(bytes, buf.order()), value);
1712 assertEquals(bytes2long(bytes, buf.order()), value);
1737 assertEquals(bytes2long(bytes, buf.order()), value);
2059 private long bytes2long(byte bytes[], ByteOrder order) { method in class:ByteBufferTest
2106 return Double.longBitsToDouble(bytes2long(bytes, order));

Completed in 5 milliseconds