Searched defs:bo (Results 1 – 14 of 14) sorted by relevance
/libcore/ojluni/src/test/java/nio/Buffer/ |
D | EqualsCompareTest.java | 125 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/ |
D | BufferTest.java | 287 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/ |
D | ByteBuffer.annotated.java | 90 public final java.nio.ByteBuffer order(java.nio.ByteOrder bo) { throw new RuntimeException("Stub!")… in order()
|
/libcore/ojluni/annotations/flagged_api/java/nio/ |
D | ByteBuffer.annotated.java | 123 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 | 115 …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/test/java/lang/invoke/VarHandles/ |
D | VarHandleTestByteArrayAsShort.java | 65 ByteOrder bo = endianess == MemoryMode.BIG_ENDIAN in setupVarHandleSources() local
|
D | VarHandleTestByteArrayAsChar.java | 65 ByteOrder bo = endianess == MemoryMode.BIG_ENDIAN in setupVarHandleSources() local
|
D | VarHandleTestByteArrayAsFloat.java | 65 ByteOrder bo = endianess == MemoryMode.BIG_ENDIAN in setupVarHandleSources() local
|
D | VarHandleTestByteArrayAsDouble.java | 65 ByteOrder bo = endianess == MemoryMode.BIG_ENDIAN in setupVarHandleSources() local
|
D | VarHandleTestByteArrayAsLong.java | 65 ByteOrder bo = endianess == MemoryMode.BIG_ENDIAN in setupVarHandleSources() local
|
D | VarHandleTestByteArrayAsInt.java | 65 ByteOrder bo = endianess == MemoryMode.BIG_ENDIAN in setupVarHandleSources() local
|
/libcore/ojluni/src/main/java/java/nio/ |
D | ByteBuffer.java | 2239 public final ByteBuffer order(ByteOrder bo) { in order()
|
/libcore/ojluni/src/test/java/lang/invoke/ |
D | LoopCombinatorTest.java | 818 …public static void testIterateParameters(MethodType it, MethodType in, MethodType bo, String msg) { in testIterateParameters()
|