Home
last modified time | relevance | path

Searched defs:setFloat (Results 1 – 10 of 10) sorted by relevance

/libcore/benchmarks/src/benchmarks/regression/
DPropertyAccessBenchmark.java103 void setFloat(View v, float f); in setFloat() method
107 public void setFloat(View v, float f) { in setFloat() method in PropertyAccessBenchmark.GeneratedSetter
113 public void setFloat(View v, float f) { in setFloat() method in PropertyAccessBenchmark.GeneratedField
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DField.annotated.java90 public native void setFloat(@libcore.util.Nullable java.lang.Object obj, float f) throws java.lang.… in setFloat() method in Field
DArray.annotated.java74 public static void setFloat(@libcore.util.NonNull java.lang.Object array, int index, float f) throw… in setFloat() method in Array
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DField.java139 public native void setFloat(java.lang.Object obj, float f) in setFloat() method in Field
/libcore/ojluni/src/main/java/java/lang/reflect/
DField.java858 public native void setFloat(Object obj, float f) in setFloat() method in Field
DArray.java720 public static void setFloat(Object array, int index, float f) in setFloat() method in Array
/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java683 void setFloat(int parameterIndex, float x) throws SQLException; in setFloat() method
699 void setFloat(String parameterName, float x) throws SQLException; in setFloat() method
/libcore/ojluni/src/main/java/java/sql/
DPreparedStatement.java195 void setFloat(int parameterIndex, float x) throws SQLException; in setFloat() method
DCallableStatement.java899 void setFloat(String parameterName, float x) throws SQLException; in setFloat() method
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleAccessorsTest.java274 static void setFloat(MethodHandle m, ValueHolder v, float value, boolean expectFailure) in setFloat() method in MethodHandleAccessorsTest
291 static void setFloat(MethodHandle m, float value, boolean expectFailure) throws Throwable { in setFloat() method in MethodHandleAccessorsTest