Searched defs:setLong (Results 1 - 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
H A DArray.java470 setLong(array, index, ((Long) value).longValue());
659 public static void setLong(Object array, int index, long value) throws IllegalArgumentException, ArrayIndexOutOfBoundsException { method in class:Array
H A DField.java781 public native void setLong(Object obj, long l) method in class:Field
/libcore/ojluni/src/main/java/java/sql/
H A DPreparedStatement.java182 void setLong(int parameterIndex, long x) throws SQLException; method in interface:PreparedStatement
H A DCallableStatement.java248 * @see #setLong
881 void setLong(String parameterName, long x) throws SQLException; method in interface:CallableStatement
1435 * @see #setLong
/libcore/luni/src/test/java/libcore/java/lang/invoke/
H A DMethodHandleAccessorsTest.java236 static void setLong(MethodHandle m, ValueHolder v, long value, boolean expectFailure) method in class:MethodHandleAccessorsTest
253 static void setLong(MethodHandle m, long value, boolean expectFailure) throws Throwable { method in class:MethodHandleAccessorsTest
254 setLong(m, null, value, expectFailure);
496 setLong(methodHandle, valueHolder, longValue,
498 setLong(methodHandle, longValue,
/libcore/ojluni/src/main/java/javax/sql/
H A DRowSet.java656 void setLong(int parameterIndex, long x) throws SQLException; method in interface:RowSet
672 void setLong(String parameterName, long x) throws SQLException; method in interface:RowSet

Completed in 224 milliseconds