Home
last modified time | relevance | path

Searched refs:bo (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/
DBufferTest.java279 private void testCharBufferByteOrder(CharBuffer b, ByteOrder bo) throws Exception { in testCharBufferByteOrder() argument
280 assertEquals(bo, b.order()); in testCharBufferByteOrder()
281 assertEquals(bo, b.duplicate().order()); in testCharBufferByteOrder()
282 assertEquals(bo, b.slice().order()); in testCharBufferByteOrder()
284 assertEquals(bo, b.order()); in testCharBufferByteOrder()
285 assertEquals(bo, b.duplicate().order()); in testCharBufferByteOrder()
286 assertEquals(bo, b.slice().order()); in testCharBufferByteOrder()
310 private void testDoubleBufferByteOrder(DoubleBuffer b, ByteOrder bo) throws Exception { in testDoubleBufferByteOrder() argument
311 assertEquals(bo, b.order()); in testDoubleBufferByteOrder()
312 assertEquals(bo, b.duplicate().order()); in testDoubleBufferByteOrder()
[all …]
/libcore/ojluni/src/main/java/java/util/
DDualPivotQuicksort.java164 int ao, bo; // array offsets from 'left' in sort() local
173 bo = 0; in sort()
179 bo = workBase - left; in sort()
188 b[i + bo] = a[p++ + ao]; in sort()
190 b[i + bo] = a[q++ + ao]; in sort()
197 b[i + bo] = a[i + ao] in sort()
202 int o = ao; ao = bo; bo = o; in sort()
612 int ao, bo; // array offsets from 'left' in sort() local
621 bo = 0; in sort()
627 bo = workBase - left; in sort()
[all …]
/libcore/ojluni/src/main/java/java/nio/
DByteBuffer.java1065 public final ByteBuffer order(ByteOrder bo) { in order() argument
1066 bigEndian = (bo == ByteOrder.BIG_ENDIAN); in order()
/libcore/ojluni/annotations/mmodule/java/nio/
DByteBuffer.annotated.java90 public final java.nio.ByteBuffer order(java.nio.ByteOrder bo) { throw new RuntimeException("Stub!")… in order() argument
/libcore/ojluni/annotations/hiddenapi/java/nio/
DByteBuffer.java141 public final java.nio.ByteBuffer order(java.nio.ByteOrder bo) { in order() argument