Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DField.annotated.java84 public native void setShort(@libcore.util.Nullable java.lang.Object obj, short s) throws java.lang.… in setShort() method in Field
DArray.annotated.java68 public static void setShort(@libcore.util.NonNull java.lang.Object array, int index, short s) throw… in setShort() method in Array
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DField.java130 public native void setShort(java.lang.Object obj, short s) in setShort() method in Field
/libcore/ojluni/src/main/java/java/lang/reflect/
DField.java768 public native void setShort(Object obj, short s) in setShort() method in Field
DArray.java622 public static void setShort(Object array, int index, short s) in setShort() method in Array
/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java602 void setShort(int parameterIndex, short x) throws SQLException; in setShort() method
618 void setShort(String parameterName, short x) throws SQLException; in setShort() method
/libcore/ojluni/src/main/java/java/sql/
DPreparedStatement.java156 void setShort(int parameterIndex, short x) throws SQLException; in setShort() method
DCallableStatement.java848 void setShort(String parameterName, short x) throws SQLException; in setShort() method
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleAccessorsTest.java160 static void setShort(MethodHandle m, ValueHolder v, short value, boolean expectFailure) in setShort() method in MethodHandleAccessorsTest
177 static void setShort(MethodHandle m, short value, boolean expectFailure) throws Throwable { in setShort() method in MethodHandleAccessorsTest