Searched defs:bo (Results  1 – 13 of 13) sorted by relevance
| /libcore/ojluni/src/test/java/nio/Buffer/ | 
| D | EqualsCompareTest.java | 123         abstract T construct(int length, ByteOrder bo);  in construct()210             ByteBuffer construct(int length, ByteOrder bo) {  in construct()
 235             CharBuffer construct(int length, ByteOrder bo) {  in construct()
 271             ShortBuffer construct(int length, ByteOrder bo) {  in construct()
 301             IntBuffer construct(int length, ByteOrder bo) {  in construct()
 328             FloatBuffer construct(int length, ByteOrder bo) {  in construct()
 372             LongBuffer construct(int length, ByteOrder bo) {  in construct()
 402             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/sdk/nullability/java/nio/ | 
| D | ByteBuffer.annotated.java | 105 …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 | 1148     public final ByteBuffer order(ByteOrder bo) {  in order()
 | 
| /libcore/ojluni/src/test/java/lang/invoke/VarHandles/ | 
| D | VarHandleTestByteArrayAsChar.java | 65             ByteOrder bo = endianess == MemoryMode.BIG_ENDIAN  in setupVarHandleSources()  local
 | 
| D | VarHandleTestByteArrayAsShort.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 | VarHandleTestByteArrayAsFloat.java | 65             ByteOrder bo = endianess == MemoryMode.BIG_ENDIAN  in setupVarHandleSources()  local
 | 
| D | VarHandleTestByteArrayAsInt.java | 65             ByteOrder bo = endianess == MemoryMode.BIG_ENDIAN  in setupVarHandleSources()  local
 | 
| D | VarHandleTestByteArrayAsLong.java | 65             ByteOrder bo = endianess == MemoryMode.BIG_ENDIAN  in setupVarHandleSources()  local
 | 
| /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()
 |