Home
last modified time | relevance | path

Searched defs:asIntBuffer (Results 1 – 7 of 7) 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/src/main/java/java/nio/
DHeapByteBuffer.java366 public IntBuffer asIntBuffer() { in asIntBuffer() method in HeapByteBuffer
DByteBuffer.java1402 public abstract IntBuffer asIntBuffer(); in asIntBuffer() method in ByteBuffer
DDirectByteBuffer.java637 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.java287 public final java.nio.IntBuffer asIntBuffer() { in asIntBuffer() method in DirectByteBuffer