Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/nio/
DByteBuffer.java570 public abstract short getShort(); in getShort() method in ByteBuffer
586 public abstract short getShort(int index); in getShort() method in ByteBuffer
DByteArrayBuffer.java223 @Override public final short getShort() { in getShort() method in ByteArrayBuffer
233 @Override public final short getShort(int index) { in getShort() method in ByteArrayBuffer
DDirectByteBuffer.java260 @Override public final short getShort() { in getShort() method in DirectByteBuffer
271 @Override public final short getShort(int index) { in getShort() method in DirectByteBuffer
/libcore/libart/src/main/java/java/lang/reflect/
DField.java519 public short getShort(Object object) throws IllegalAccessException, IllegalArgumentException { in getShort() method in Field
523 private native short getShort(Object object, boolean accessible) in getShort() method in Field
/libcore/luni/src/main/java/java/lang/reflect/
DArray.java304 …public static short getShort(Object array, int index) throws IllegalArgumentException, ArrayIndexO… in getShort() method in Array
/libcore/luni/src/main/java/java/sql/
DCallableStatement.java560 public short getShort(int parameterIndex) throws SQLException; in getShort() method
573 public short getShort(String parameterName) throws SQLException; in getShort() method
DResultSet.java864 public short getShort(int columnIndex) throws SQLException; in getShort() method
876 public short getShort(String columnName) throws SQLException; in getShort() method