Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/nio/Buffer/
DEqualsCompareTest.java125 abstract T construct(int length, ByteOrder bo); in construct()
212 ByteBuffer construct(int length, ByteOrder bo) { in construct()
237 CharBuffer construct(int length, ByteOrder bo) { in construct()
273 ShortBuffer construct(int length, ByteOrder bo) { in construct()
303 IntBuffer construct(int length, ByteOrder bo) { in construct()
330 FloatBuffer construct(int length, ByteOrder bo) { in construct()
374 LongBuffer construct(int length, ByteOrder bo) { in construct()
404 DoubleBuffer construct(int length, ByteOrder bo) { in construct()
/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/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/flagged_api/java/nio/
DByteBuffer.annotated.java123 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.java115 …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/test/java/lang/invoke/VarHandles/
DVarHandleTestByteArrayAsShort.java65 ByteOrder bo = endianess == MemoryMode.BIG_ENDIAN in setupVarHandleSources() local
DVarHandleTestByteArrayAsChar.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
DVarHandleTestByteArrayAsLong.java65 ByteOrder bo = endianess == MemoryMode.BIG_ENDIAN in setupVarHandleSources() local
DVarHandleTestByteArrayAsInt.java65 ByteOrder bo = endianess == MemoryMode.BIG_ENDIAN in setupVarHandleSources() local
/libcore/ojluni/src/main/java/java/nio/
DByteBuffer.java2239 public final ByteBuffer order(ByteOrder bo) { in order()
/libcore/ojluni/src/test/java/lang/invoke/
DLoopCombinatorTest.java818 …public static void testIterateParameters(MethodType it, MethodType in, MethodType bo, String msg) { in testIterateParameters()