Searched defs:bo (Results 1 – 6 of 6) sorted by relevance
| /libcore/luni/src/test/java/libcore/java/nio/ |
| D | BufferTest.java | 279 private void testCharBufferByteOrder(CharBuffer b, ByteOrder bo) throws Exception { in testCharBufferByteOrder() 310 private void testDoubleBufferByteOrder(DoubleBuffer b, ByteOrder bo) throws Exception { in testDoubleBufferByteOrder() 341 private void testFloatBufferByteOrder(FloatBuffer b, ByteOrder bo) throws Exception { in testFloatBufferByteOrder() 372 private void testIntBufferByteOrder(IntBuffer b, ByteOrder bo) throws Exception { in testIntBufferByteOrder() 403 private void testLongBufferByteOrder(LongBuffer b, ByteOrder bo) throws Exception { in testLongBufferByteOrder() 434 private void testShortBufferByteOrder(ShortBuffer b, ByteOrder bo) throws Exception { in testShortBufferByteOrder()
|
| /libcore/ojluni/src/main/java/java/util/ |
| D | DualPivotQuicksort.java | 164 int ao, bo; // array offsets from 'left' in sort() local 612 int ao, bo; // array offsets from 'left' in sort() local 1096 int ao, bo; // array offsets from 'left' in doSort() local 1580 int ao, bo; // array offsets from 'left' in doSort() local 2160 int ao, bo; // array offsets from 'left' in doSort() local 2699 int ao, bo; // array offsets from 'left' in doSort() local
|
| /libcore/ojluni/annotations/mmodule/java/nio/ |
| D | ByteBuffer.annotated.java | 90 public final java.nio.ByteBuffer order(java.nio.ByteOrder bo) { throw new RuntimeException("Stub!")… in order()
|
| /libcore/ojluni/annotations/sdk/nullability/java/nio/ |
| D | ByteBuffer.annotated.java | 101 …eBuffer order(@libcore.util.NonNull java.nio.ByteOrder bo) { throw new RuntimeException("Stub!"); } in order()
|
| /libcore/ojluni/annotations/hiddenapi/java/nio/ |
| D | ByteBuffer.java | 141 public final java.nio.ByteBuffer order(java.nio.ByteOrder bo) { in order()
|
| /libcore/ojluni/src/main/java/java/nio/ |
| D | ByteBuffer.java | 1065 public final ByteBuffer order(ByteOrder bo) { in order()
|