/libcore/ojluni/src/test/java/nio/Buffer/ |
D | ByteBufferViews.java | 194 public void testShortGet(String desc, IntFunction<ByteBuffer> fbb, in testShortGet() 221 public void testShortPut(String desc, IntFunction<ByteBuffer> fbb, in testShortPut() 298 public void testCharGet(String desc, IntFunction<ByteBuffer> fbb, in testCharGet() 325 public void testCharPut(String desc, IntFunction<ByteBuffer> fbb, in testCharPut() 395 public void testIntGet(String desc, IntFunction<ByteBuffer> fbb, in testIntGet() 422 public void testIntPut(String desc, IntFunction<ByteBuffer> fbb, in testIntPut() 502 public void testLongGet(String desc, IntFunction<ByteBuffer> fbb, in testLongGet() 529 public void testLongPut(String desc, IntFunction<ByteBuffer> fbb, in testLongPut() 615 public void testFloatGet(String desc, IntFunction<ByteBuffer> fbb, in testFloatGet() 642 public void testFloatPut(String desc, IntFunction<ByteBuffer> fbb, in testFloatPut() [all …]
|
/libcore/ojluni/annotations/mmodule/java/nio/ |
D | ByteBuffer.annotated.java | 34 public abstract class ByteBuffer extends java.nio.Buffer implements java.lang.Comparable<java.nio.B… class 36 ByteBuffer(int mark, int pos, int lim, int cap) { super(0, 0, 0, 0, 0); throw new RuntimeException(… in ByteBuffer() method in ByteBuffer
|
/libcore/ojluni/annotations/hiddenapi/java/nio/ |
D | ByteBuffer.java | 34 public abstract class ByteBuffer extends java.nio.Buffer class 37 ByteBuffer(int mark, int pos, int lim, int cap, byte[] hb, int offset) { in ByteBuffer() method in ByteBuffer 42 ByteBuffer(int mark, int pos, int lim, int cap) { in ByteBuffer() method in ByteBuffer
|
/libcore/ojluni/annotations/flagged_api/java/nio/ |
D | ByteBuffer.annotated.java | 34 public abstract class ByteBuffer extends java.nio.Buffer implements java.lang.Comparable<java.nio.B… class 36 ByteBuffer() { throw new RuntimeException("Stub!"); } in ByteBuffer() method in ByteBuffer
|
/libcore/ojluni/annotations/sdk/nullability/java/nio/ |
D | ByteBuffer.annotated.java | 31 public abstract class ByteBuffer extends java.nio.Buffer implements java.lang.Comparable<java.nio.B… class 33 ByteBuffer(int mark, int pos, int lim, int cap) { super(0, 0, 0, 0, 0); throw new RuntimeException(… in ByteBuffer() method in ByteBuffer
|
/libcore/ojluni/src/main/java/java/nio/ |
D | ByteBuffer.java | 272 public abstract class ByteBuffer class 294 ByteBuffer(int mark, int pos, int lim, int cap, // package-private in ByteBuffer() method in ByteBuffer 305 ByteBuffer(int mark, int pos, int lim, int cap) { // package-private in ByteBuffer() method in ByteBuffer
|