Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
DPlatformAddress.java183 public final void setInt(int offset, int value, ByteOrder order) { in setInt() method in PlatformAddress
188 public final void setInt(int offset, int value) { in setInt() method in PlatformAddress
DOSMemory.java341 public static native void setInt(int address, int value); in setInt() method in OSMemory
343 public static void setInt(int address, int value, ByteOrder byteOrder) { in setInt() method in OSMemory
/libcore/luni/src/main/java/java/lang/reflect/
DArray.java711 public static void setInt(Object array, int index, int value) in setInt() method in Array
DField.java749 public void setInt(Object object, int value) throws IllegalAccessException, in setInt() method in Field
/libcore/luni/src/main/java/javax/sql/
DRowSet.java979 public void setInt(int parameterIndex, int theInteger) throws SQLException; in setInt() method
992 public void setInt(String parameterName, int theInteger) in setInt() method
/libcore/luni/src/main/java/java/sql/
DPreparedStatement.java388 public void setInt(int parameterIndex, int theInt) throws SQLException; in setInt() method
DCallableStatement.java1113 public void setInt(String parameterName, int theInt) throws SQLException; in setInt() method
/libcore/luni/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java169 public void setInt(int parameterIndex, int theInteger) throws SQLException { in setInt() method in Impl_RowSet
1124 public void setInt(String parameterName, int theInteger) in setInt() method in Impl_RowSet