Home
last modified time | relevance | path

Searched defs:setShort (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
DPlatformAddress.java163 public final void setShort(int offset, short value, ByteOrder order) { in setShort() method in PlatformAddress
168 public final void setShort(int offset, short value) { in setShort() method in PlatformAddress
DOSMemory.java296 public static native void setShort(int address, short value); in setShort() method in OSMemory
298 public static void setShort(int address, short value, ByteOrder byteOrder) { in setShort() method in OSMemory
/libcore/luni/src/main/java/java/lang/reflect/
DArray.java767 public static void setShort(Object array, int index, short value) in setShort() method in Array
DField.java813 public void setShort(Object object, short value) throws IllegalAccessException, in setShort() method in Field
/libcore/luni/src/main/java/javax/sql/
DRowSet.java1482 public void setShort(int parameterIndex, short theShort) in setShort() method
1496 public void setShort(String parameterName, short theShort) in setShort() method
/libcore/luni/src/main/java/java/sql/
DPreparedStatement.java556 public void setShort(int parameterIndex, short theShort) in setShort() method
DCallableStatement.java1271 public void setShort(String parameterName, short theShort) in setShort() method
/libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java212 public void setShort(int parameterIndex, short theShort) in setShort() method in Impl_RowSet
1232 public void setShort(String parameterName, short theShort) in setShort() method in Impl_RowSet