/libcore/ojluni/annotations/mmodule/java/nio/ |
D | DirectByteBuffer.annotated.java | 81 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
|
D | ByteBuffer.annotated.java | 102 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/ |
D | ByteBuffer.annotated.java | 113 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/ |
D | Bits.java | 48 static short getShort(byte[] b, int off) { in getShort() method in Bits
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/ |
D | Field.annotated.java | 66 public native short getShort(@libcore.util.Nullable java.lang.Object obj) throws java.lang.IllegalA… in getShort() method in Field
|
D | Array.annotated.java | 50 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/ |
D | NativeObject.java | 202 final short getShort(int offset) { in getShort() method in NativeObject
|
/libcore/ojluni/annotations/hiddenapi/java/nio/ |
D | DirectByteBuffer.java | 203 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
|
D | ByteBuffer.java | 167 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/ |
D | Field.java | 103 public native short getShort(java.lang.Object obj) in getShort() method in Field
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | Field.java | 456 public native short getShort(Object obj) in getShort() method in Field
|
D | Array.java | 305 public static short getShort(Object array, int index) in getShort() method in Array
|
/libcore/ojluni/src/main/java/java/nio/ |
D | HeapByteBuffer.java | 257 public short getShort() { in getShort() method in HeapByteBuffer 262 public short getShort(int i) { in getShort() method in HeapByteBuffer
|
D | DirectByteBuffer.java | 451 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
|
D | ByteBuffer.java | 1200 public abstract short getShort(); in getShort() method in ByteBuffer 1240 public abstract short getShort(int index); in getShort() method in ByteBuffer
|
D | Bits.java | 160 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/ |
D | Unsafe.java | 329 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/ |
D | Unsafe.java | 146 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/ |
D | CallableStatement.java | 220 short getShort(int parameterIndex) throws SQLException; in getShort() method 1405 short getShort(String parameterName) throws SQLException; in getShort() method
|
D | ResultSet.java | 288 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/ |
D | MethodHandleAccessorsTest.java | 181 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
|