Searched defs:setShort (Results 1 – 8 of 8) sorted by relevance
/libcore/luni/src/main/java/org/apache/harmony/luni/platform/ |
D | PlatformAddress.java | 163 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
|
D | OSMemory.java | 296 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/ |
D | Array.java | 767 public static void setShort(Object array, int index, short value) in setShort() method in Array
|
D | Field.java | 813 public void setShort(Object object, short value) throws IllegalAccessException, in setShort() method in Field
|
/libcore/luni/src/main/java/javax/sql/ |
D | RowSet.java | 1482 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/ |
D | PreparedStatement.java | 556 public void setShort(int parameterIndex, short theShort) in setShort() method
|
D | CallableStatement.java | 1271 public void setShort(String parameterName, short theShort) in setShort() method
|
/libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/ |
D | Impl_RowSet.java | 212 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
|