Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DField.annotated.java78 public native void setBoolean(@libcore.util.Nullable java.lang.Object obj, boolean z) throws java.l… in setBoolean() method in Field
DArray.annotated.java62 public static void setBoolean(@libcore.util.NonNull java.lang.Object array, int index, boolean z) {… in setBoolean() method in Array
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DField.java121 public native void setBoolean(java.lang.Object obj, boolean z) in setBoolean() method in Field
/libcore/ojluni/src/main/java/java/lang/reflect/
DField.java678 public native void setBoolean(Object obj, boolean z) in setBoolean() method in Field
DArray.java523 public static void setBoolean(Object array, int index, boolean z) in setBoolean() method in Array
/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java548 void setBoolean(int parameterIndex, boolean x) throws SQLException; in setBoolean() method
564 void setBoolean(String parameterName, boolean x) throws SQLException; in setBoolean() method
/libcore/ojluni/src/main/java/java/sql/
DPreparedStatement.java130 void setBoolean(int parameterIndex, boolean x) throws SQLException; in setBoolean() method
DCallableStatement.java814 void setBoolean(String parameterName, boolean x) throws SQLException; in setBoolean() method
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleAccessorsTest.java392 static void setBoolean(MethodHandle m, ValueHolder v, boolean value, boolean expectFailure) in setBoolean() method in MethodHandleAccessorsTest
409 static void setBoolean(MethodHandle m, boolean value, boolean expectFailure) in setBoolean() method in MethodHandleAccessorsTest