Home
last modified time | relevance | path

Searched defs:asIntBuffer (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/annotations/mmodule/java/nio/
DDirectByteBuffer.annotated.java135 public final java.nio.IntBuffer asIntBuffer() { throw new RuntimeException("Stub!"); } in asIntBuffer() method in DirectByteBuffer
DByteBuffer.annotated.java120 public abstract java.nio.IntBuffer asIntBuffer(); in asIntBuffer() method in ByteBuffer
/libcore/ojluni/annotations/sdk/nullability/java/nio/
DByteBuffer.annotated.java137 @libcore.util.NonNull public abstract java.nio.IntBuffer asIntBuffer(); in asIntBuffer() method in ByteBuffer
/libcore/ojluni/src/main/java/java/nio/
DHeapByteBuffer.java378 public IntBuffer asIntBuffer() { in asIntBuffer() method in HeapByteBuffer
DByteBuffer.java1627 public abstract IntBuffer asIntBuffer(); in asIntBuffer() method in ByteBuffer
DDirectByteBuffer.java653 public final IntBuffer asIntBuffer() { in asIntBuffer() method in DirectByteBuffer
/libcore/ojluni/annotations/hiddenapi/java/nio/
DByteBuffer.java201 public abstract java.nio.IntBuffer asIntBuffer(); in asIntBuffer() method in ByteBuffer
DDirectByteBuffer.java294 public final java.nio.IntBuffer asIntBuffer() { in asIntBuffer() method in DirectByteBuffer