Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DField.annotated.java86 public native void setInt(@libcore.util.Nullable java.lang.Object obj, int i) throws java.lang.Ille… in setInt() method in Field
DArray.annotated.java70 public static void setInt(@libcore.util.NonNull java.lang.Object array, int index, int i) throws ja… in setInt() method in Array
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DField.java133 public native void setInt(java.lang.Object obj, int i) in setInt() method in Field
/libcore/ojluni/src/main/java/java/lang/reflect/
DField.java798 public native void setInt(Object obj, int i) in setInt() method in Field
DArray.java657 public static void setInt(Object array, int index, int i) in setInt() method in Array
/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java629 void setInt(int parameterIndex, int x) throws SQLException; in setInt() method
645 void setInt(String parameterName, int x) throws SQLException; in setInt() method
/libcore/ojluni/src/main/java/java/sql/
DPreparedStatement.java169 void setInt(int parameterIndex, int x) throws SQLException; in setInt() method
DCallableStatement.java865 void setInt(String parameterName, int x) throws SQLException; in setInt() method
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleAccessorsTest.java198 static void setInt(MethodHandle m, ValueHolder v, int value, boolean expectFailure) in setInt() method in MethodHandleAccessorsTest
215 static void setInt(MethodHandle m, int value, boolean expectFailure) throws Throwable { in setInt() method in MethodHandleAccessorsTest