| /libcore/ojluni/annotations/mmodule/java/nio/ |
| D | DirectByteBuffer.annotated.java | 108 public final short getShort() { throw new RuntimeException("Stub!"); } in getShort() method in DirectByteBuffer 111 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/src/main/java/java/io/ |
| D | Bits.java | 48 static short getShort(byte[] b, int off) { in getShort() method in Bits
|
| /libcore/ojluni/annotations/flagged_api/java/nio/ |
| D | ByteBuffer.annotated.java | 139 public abstract short getShort(); in getShort() method in ByteBuffer 143 public abstract short getShort(int index); in getShort() method in ByteBuffer
|
| /libcore/ojluni/annotations/sdk/nullability/java/nio/ |
| D | ByteBuffer.annotated.java | 129 public abstract short getShort(); in getShort() method in ByteBuffer 133 public abstract short getShort(int index); in getShort() method in ByteBuffer
|
| /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 | 210 private short getShort(long a) { in getShort() method in DirectByteBuffer 214 public final short getShort() { in getShort() method in DirectByteBuffer 218 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 | Array.java | 306 public static short getShort(Object array, int index) in getShort() method in Array
|
| D | Field.java | 456 public native short getShort(Object obj) in getShort() method in Field
|
| /libcore/ojluni/annotations/mmodule/sun/misc/ |
| D | Unsafe.annotated.java | 136 public native short getShort(java.lang.Object obj, long offset); in getShort() method in Unsafe 190 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/sun/misc/ |
| D | Unsafe.java | 396 public native short getShort(Object obj, long offset); in getShort() method in Unsafe 550 public native short getShort(long address); in getShort() method in Unsafe
|
| /libcore/ojluni/src/main/java/java/nio/ |
| D | DirectByteBuffer.java | 494 private short getShort(long a) { in getShort() method in DirectByteBuffer 499 public final short getShort() { in getShort() method in DirectByteBuffer 507 public final short getShort(int i) { in getShort() method in DirectByteBuffer
|
| D | HeapByteBuffer.java | 564 public short getShort() { in getShort() method in HeapByteBuffer 571 public short getShort(int i) { in getShort() method in HeapByteBuffer
|
| D | ByteBuffer.java | 2545 public abstract short getShort(); in getShort() method in ByteBuffer 2585 public abstract short getShort(int index); in getShort() method in ByteBuffer
|
| /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/ojluni/src/main/java/java/lang/invoke/ |
| D | DirectMethodHandle.java | 284 static short getShort(Object base, MethodHandleImpl mh) { in getShort() method in DirectMethodHandle.Holder 500 static short getShort(MethodHandleImpl mh) { in getShort() method in DirectMethodHandle.Holder
|
| /libcore/ojluni/src/main/java/jdk/internal/misc/ |
| D | Unsafe.java | 227 public native short getShort(Object o, long offset); in getShort() method in Unsafe 389 public native short getShort(long address); in getShort() method in Unsafe
|
| /libcore/luni/src/test/java/libcore/java/lang/invoke/ |
| D | MethodHandleAccessorsTest.java | 205 static void getShort(MethodHandle m, ValueHolder v, short value, boolean expectFailure) in getShort() method in MethodHandleAccessorsTest 218 static void getShort(MethodHandle m, short value, boolean expectFailure) throws Throwable { in getShort() method in MethodHandleAccessorsTest
|