Home
last modified time | relevance | path

Searched defs:setLong (Results 1 – 5 of 5) sorted by relevance

/libcore/libart/src/main/java/java/lang/reflect/
DField.java801 public void setLong(Object object, long value) throws IllegalAccessException, in setLong() method in Field
806 private native void setLong(Object object, long value, boolean accessible) in setLong() method in Field
/libcore/luni/src/main/java/java/lang/reflect/
DArray.java572 …public static void setLong(Object array, int index, long value) throws IllegalArgumentException, A… in setLong() method in Array
/libcore/luni/src/main/java/javax/sql/
DRowSet.java1007 public void setLong(int parameterIndex, long theLong) throws SQLException; in setLong() method
1020 public void setLong(String parameterName, long theLong) throws SQLException; in setLong() method
/libcore/luni/src/main/java/java/sql/
DPreparedStatement.java402 public void setLong(int parameterIndex, long theLong) throws SQLException; in setLong() method
DCallableStatement.java1124 public void setLong(String parameterName, long theLong) throws SQLException; in setLong() method