Home
last modified time | relevance | path

Searched defs:ByteBuffer (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/test/java/nio/Buffer/
DByteBufferViews.java194 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/
DByteBuffer.annotated.java34 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/
DByteBuffer.java34 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/
DByteBuffer.annotated.java34 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/
DByteBuffer.annotated.java31 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/
DByteBuffer.java272 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