Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/mmodule/java/nio/
DDirectByteBuffer.annotated.java108 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
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/src/main/java/java/io/
DBits.java48 static short getShort(byte[] b, int off) { in getShort() method in Bits
/libcore/ojluni/annotations/flagged_api/java/nio/
DByteBuffer.annotated.java139 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/
DByteBuffer.annotated.java129 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/
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.java210 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
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/
DArray.java306 public static short getShort(Object array, int index) in getShort() method in Array
DField.java456 public native short getShort(Object obj) in getShort() method in Field
/libcore/ojluni/annotations/mmodule/sun/misc/
DUnsafe.annotated.java136 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/
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/sun/misc/
DUnsafe.java396 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/
DDirectByteBuffer.java494 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
DHeapByteBuffer.java564 public short getShort() { in getShort() method in HeapByteBuffer
571 public short getShort(int i) { in getShort() method in HeapByteBuffer
DByteBuffer.java2545 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/
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/ojluni/src/main/java/java/lang/invoke/
DDirectMethodHandle.java284 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/
DUnsafe.java227 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/
DMethodHandleAccessorsTest.java205 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