Home
last modified time | relevance | path

Searched defs:bo (Results 1 – 13 of 13) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/
DBufferTest.java287 private void testCharBufferByteOrder(CharBuffer b, ByteOrder bo) throws Exception { in testCharBufferByteOrder()
318 private void testDoubleBufferByteOrder(DoubleBuffer b, ByteOrder bo) throws Exception { in testDoubleBufferByteOrder()
349 private void testFloatBufferByteOrder(FloatBuffer b, ByteOrder bo) throws Exception { in testFloatBufferByteOrder()
380 private void testIntBufferByteOrder(IntBuffer b, ByteOrder bo) throws Exception { in testIntBufferByteOrder()
411 private void testLongBufferByteOrder(LongBuffer b, ByteOrder bo) throws Exception { in testLongBufferByteOrder()
442 private void testShortBufferByteOrder(ShortBuffer b, ByteOrder bo) throws Exception { in testShortBufferByteOrder()
/libcore/ojluni/src/main/java/java/util/
DDualPivotQuicksort.java177 int ao, bo; // array offsets from 'left' in sort() local
643 int ao, bo; // array offsets from 'left' in sort() local
1145 int ao, bo; // array offsets from 'left' in doSort() local
1647 int ao, bo; // array offsets from 'left' in doSort() local
2245 int ao, bo; // array offsets from 'left' in doSort() local
2802 int ao, bo; // array offsets from 'left' in doSort() local
/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()
/libcore/ojluni/annotations/sdk/nullability/java/nio/
DByteBuffer.annotated.java101 …eBuffer order(@libcore.util.NonNull java.nio.ByteOrder bo) { throw new RuntimeException("Stub!"); } in order()
/libcore/ojluni/annotations/hiddenapi/java/nio/
DByteBuffer.java141 public final java.nio.ByteBuffer order(java.nio.ByteOrder bo) { in order()
/libcore/ojluni/src/main/java/java/nio/
DByteBuffer.java1067 public final ByteBuffer order(ByteOrder bo) { in order()
/libcore/ojluni/src/test/java/lang/invoke/VarHandles/
DVarHandleTestByteArrayAsChar.java65 ByteOrder bo = endianess == MemoryMode.BIG_ENDIAN in setupVarHandleSources() local
DVarHandleTestByteArrayAsShort.java65 ByteOrder bo = endianess == MemoryMode.BIG_ENDIAN in setupVarHandleSources() local
DVarHandleTestByteArrayAsFloat.java65 ByteOrder bo = endianess == MemoryMode.BIG_ENDIAN in setupVarHandleSources() local
DVarHandleTestByteArrayAsDouble.java65 ByteOrder bo = endianess == MemoryMode.BIG_ENDIAN in setupVarHandleSources() local
DVarHandleTestByteArrayAsInt.java65 ByteOrder bo = endianess == MemoryMode.BIG_ENDIAN in setupVarHandleSources() local
DVarHandleTestByteArrayAsLong.java65 ByteOrder bo = endianess == MemoryMode.BIG_ENDIAN in setupVarHandleSources() local
/libcore/ojluni/src/test/java/lang/invoke/
DLoopCombinatorTest.java818 …public static void testIterateParameters(MethodType it, MethodType in, MethodType bo, String msg) { in testIterateParameters()