Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DField.annotated.java88 public native void setLong(@libcore.util.Nullable java.lang.Object obj, long l) throws java.lang.Il… in setLong() method in Field
DArray.annotated.java72 public static void setLong(@libcore.util.NonNull java.lang.Object array, int index, long l) throws … in setLong() method in Array
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DField.java136 public native void setLong(java.lang.Object obj, long l) in setLong() method in Field
/libcore/ojluni/src/main/java/java/lang/reflect/
DField.java828 public native void setLong(Object obj, long l) in setLong() method in Field
DArray.java690 public static void setLong(Object array, int index, long l) in setLong() method in Array
/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java656 void setLong(int parameterIndex, long x) throws SQLException; in setLong() method
672 void setLong(String parameterName, long x) throws SQLException; in setLong() method
/libcore/ojluni/src/main/java/java/sql/
DPreparedStatement.java182 void setLong(int parameterIndex, long x) throws SQLException; in setLong() method
DCallableStatement.java882 void setLong(String parameterName, long x) throws SQLException; in setLong() method
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleAccessorsTest.java236 static void setLong(MethodHandle m, ValueHolder v, long value, boolean expectFailure) in setLong() method in MethodHandleAccessorsTest
253 static void setLong(MethodHandle m, long value, boolean expectFailure) throws Throwable { in setLong() method in MethodHandleAccessorsTest