Searched defs:setLong (Results 1 – 9 of 9) sorted by relevance
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/ |
D | Field.annotated.java | 88 public native void setLong(@libcore.util.Nullable java.lang.Object obj, long l) throws java.lang.Il… in setLong() method in Field
|
D | Array.annotated.java | 72 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/ |
D | Field.java | 136 public native void setLong(java.lang.Object obj, long l) in setLong() method in Field
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | Field.java | 828 public native void setLong(Object obj, long l) in setLong() method in Field
|
D | Array.java | 690 public static void setLong(Object array, int index, long l) in setLong() method in Array
|
/libcore/ojluni/src/main/java/javax/sql/ |
D | RowSet.java | 656 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/ |
D | PreparedStatement.java | 182 void setLong(int parameterIndex, long x) throws SQLException; in setLong() method
|
D | CallableStatement.java | 882 void setLong(String parameterName, long x) throws SQLException; in setLong() method
|
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandleAccessorsTest.java | 236 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
|