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

/libcore/ojluni/src/main/java/java/lang/reflect/
H A DArray.java466 setShort(array, index, ((Short) value).shortValue());
593 public static void setShort(Object array, int index, short value) throws IllegalArgumentException, ArrayIndexOutOfBoundsException { method in class:Array
H A DField.java725 public native void setShort(Object obj, short s) method in class:Field
/libcore/ojluni/src/main/java/java/sql/
H A DPreparedStatement.java40 * <P><B>Note:</B> The setter methods (<code>setShort</code>, <code>setString</code>,
156 void setShort(int parameterIndex, short x) throws SQLException; method in interface:PreparedStatement
H A DCallableStatement.java218 * @see #setShort
847 void setShort(String parameterName, short x) throws SQLException; method in interface:CallableStatement
1401 * @see #setShort
/libcore/luni/src/test/java/libcore/java/lang/invoke/
H A DMethodHandleAccessorsTest.java160 static void setShort(MethodHandle m, ValueHolder v, short value, boolean expectFailure) method in class:MethodHandleAccessorsTest
177 static void setShort(MethodHandle m, short value, boolean expectFailure) throws Throwable { method in class:MethodHandleAccessorsTest
178 setShort(m, null, value, expectFailure);
476 setShort(methodHandle, valueHolder, shortValue,
478 setShort(methodHandle, shortValue,
/libcore/ojluni/src/main/java/javax/sql/
H A DRowSet.java602 void setShort(int parameterIndex, short x) throws SQLException; method in interface:RowSet
618 void setShort(String parameterName, short x) throws SQLException; method in interface:RowSet

Completed in 171 milliseconds