Searched refs:getUnchecked (Results 1 - 13 of 13) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/
H A DCharBufferSpliterator.java72 action.accept(cb.getUnchecked(i++));
81 action.accept(buffer.getUnchecked(index++));
H A DByteBuffer.java1093 void getUnchecked(int pos, char[] dst, int dstOffset, int length) { method in class:ByteBuffer
1208 void getUnchecked(int pos, short[] dst, int dstOffset, int length) { method in class:ByteBuffer
1323 void getUnchecked(int pos, int[] dst, int dstOffset, int length) { method in class:ByteBuffer
1438 void getUnchecked(int pos, long[] dst, int dstOffset, int length) { method in class:ByteBuffer
1553 void getUnchecked(int pos, float[] dst, int dstOffset, int length) { method in class:ByteBuffer
1668 void getUnchecked(int pos, double[] dst, int dstOffset, int length) { method in class:ByteBuffer
H A DHeapByteBuffer.java211 void getUnchecked(int pos, char[] dst, int dstOffset, int length) { method in class:HeapByteBuffer
272 void getUnchecked(int pos, short[] dst, int dstOffset, int length) { method in class:HeapByteBuffer
333 void getUnchecked(int pos, int[] dst, int dstOffset, int length) { method in class:HeapByteBuffer
395 void getUnchecked(int pos, long[] dst, int dstOffset, int length) { method in class:HeapByteBuffer
456 void getUnchecked(int pos, float[] dst, int dstOffset, int length) { method in class:HeapByteBuffer
517 void getUnchecked(int pos, double[] dst, int dstOffset, int length) { method in class:HeapByteBuffer
H A DByteBufferAsCharBuffer.java103 bb.getUnchecked(ix(position), dst, offset, length);
108 char getUnchecked(int i) { method in class:ByteBufferAsCharBuffer
H A DStringCharBuffer.java80 char getUnchecked(int index) { method in class:StringCharBuffer
H A DByteBufferAsDoubleBuffer.java104 bb.getUnchecked(ix(position), dst, offset, length);
H A DByteBufferAsFloatBuffer.java103 bb.getUnchecked(ix(position), dst, offset, length);
H A DByteBufferAsIntBuffer.java103 bb.getUnchecked(ix(position), dst, offset, length);
H A DByteBufferAsLongBuffer.java103 bb.getUnchecked(ix(position), dst, offset, length);
H A DByteBufferAsShortBuffer.java102 bb.getUnchecked(ix(position), dst, offset, length);
H A DHeapCharBuffer.java118 char getUnchecked(int i) { method in class:HeapCharBuffer
H A DDirectByteBuffer.java371 void getUnchecked(int pos, char[] dst, int dstOffset, int length) { method in class:DirectByteBuffer
473 void getUnchecked(int pos, short[] dst, int dstOffset, int length) { method in class:DirectByteBuffer
575 final void getUnchecked(int pos, int[] dst, int dstOffset, int length) { method in class:DirectByteBuffer
677 final void getUnchecked(int pos, long[] dst, int dstOffset, int length) { method in class:DirectByteBuffer
780 final void getUnchecked(int pos, float[] dst, int dstOffset, int length) { method in class:DirectByteBuffer
884 final void getUnchecked(int pos, double[] dst, int dstOffset, int length) { method in class:DirectByteBuffer
H A DCharBuffer.java437 abstract char getUnchecked(int index); // package-private method in class:CharBuffer

Completed in 392 milliseconds