Home
last modified time | relevance | path

Searched defs:getShort (Results 1 – 21 of 21) sorted by relevance

/libcore/ojluni/annotations/mmodule/java/nio/
DDirectByteBuffer.annotated.java81 public final short getShort() { throw new RuntimeException("Stub!"); } in getShort() method in DirectByteBuffer
83 public final short getShort(int i) { throw new RuntimeException("Stub!"); } in getShort() method in DirectByteBuffer
DByteBuffer.annotated.java102 public abstract short getShort(); in getShort() method in ByteBuffer
106 public abstract short getShort(int index); in getShort() method in ByteBuffer
/libcore/ojluni/annotations/sdk/nullability/java/nio/
DByteBuffer.annotated.java113 public abstract short getShort(); in getShort() method in ByteBuffer
117 public abstract short getShort(int index); in getShort() method in ByteBuffer
/libcore/ojluni/src/main/java/java/io/
DBits.java48 static short getShort(byte[] b, int off) { in getShort() method in Bits
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DField.annotated.java66 public native short getShort(@libcore.util.Nullable java.lang.Object obj) throws java.lang.IllegalA… in getShort() method in Field
DArray.annotated.java50 public static short getShort(@libcore.util.NonNull java.lang.Object array, int index) throws java.l… in getShort() method in Array
/libcore/ojluni/src/main/java/sun/nio/ch/
DNativeObject.java202 final short getShort(int offset) { in getShort() method in NativeObject
/libcore/ojluni/annotations/hiddenapi/java/nio/
DDirectByteBuffer.java203 private short getShort(long a) { in getShort() method in DirectByteBuffer
207 public final short getShort() { in getShort() method in DirectByteBuffer
211 public final short getShort(int i) { in getShort() method in DirectByteBuffer
DByteBuffer.java167 public abstract short getShort(); in getShort() method in ByteBuffer
171 public abstract short getShort(int index); in getShort() method in ByteBuffer
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DField.java103 public native short getShort(java.lang.Object obj) in getShort() method in Field
/libcore/ojluni/src/main/java/java/lang/reflect/
DField.java456 public native short getShort(Object obj) in getShort() method in Field
DArray.java305 public static short getShort(Object array, int index) in getShort() method in Array
/libcore/ojluni/src/main/java/java/nio/
DHeapByteBuffer.java257 public short getShort() { in getShort() method in HeapByteBuffer
262 public short getShort(int i) { in getShort() method in HeapByteBuffer
DDirectByteBuffer.java451 private short getShort(long a) { in getShort() method in DirectByteBuffer
456 public final short getShort() { in getShort() method in DirectByteBuffer
464 public final short getShort(int i) { in getShort() method in DirectByteBuffer
DByteBuffer.java1200 public abstract short getShort(); in getShort() method in ByteBuffer
1240 public abstract short getShort(int index); in getShort() method in ByteBuffer
DBits.java160 static short getShort(ByteBuffer bb, int bi, boolean bigEndian) { in getShort() method in Bits
164 static short getShort(long a, boolean bigEndian) { in getShort() method in Bits
/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java329 public native short getShort(Object obj, long offset); in getShort() method in Unsafe
395 public native short getShort(long address); in getShort() method in Unsafe
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DUnsafe.java146 public native short getShort(java.lang.Object obj, long offset); in getShort() method in Unsafe
198 public native short getShort(long address); in getShort() method in Unsafe
/libcore/ojluni/src/main/java/java/sql/
DCallableStatement.java220 short getShort(int parameterIndex) throws SQLException; in getShort() method
1405 short getShort(String parameterName) throws SQLException; in getShort() method
DResultSet.java288 short getShort(int columnIndex) throws SQLException; in getShort() method
579 short getShort(String columnLabel) throws SQLException; in getShort() method
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleAccessorsTest.java181 static void getShort(MethodHandle m, ValueHolder v, short value, boolean expectFailure) in getShort() method in MethodHandleAccessorsTest
194 static void getShort(MethodHandle m, short value, boolean expectFailure) throws Throwable { in getShort() method in MethodHandleAccessorsTest