Home
last modified time | relevance | path

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

12345678910>>...38

/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/
H A 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
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DPropertyAccessPerfTest.java135 void setFloat(View v, float f); in setFloat() method
139 public void setFloat(View v, float f) { in setFloat() method in PropertyAccessPerfTest.GeneratedSetter
145 public void setFloat(View v, float f) { in setFloat() method in PropertyAccessPerfTest.GeneratedField
/aosp_15_r20/frameworks/base/packages/SettingsLib/DataStore/src/com/android/settingslib/datastore/
H A DKeyValueStore.kt62 fun setFloat(key: String, value: Float?) = setValue(key, Float::class.javaObjectType, value) in getValue() method
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt44 internal expect inline fun ByteArray.setFloat(index: Int, value: Float) in getString() method
120 public inline fun setFloat(ary: ByteArray, index: Int, value: Float) { in getString() method
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt41 public actual inline fun ByteArray.setFloat(index: Int, value: Float): Unit = ByteArrayOps.setFloat… method
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt38 public actual inline fun ByteArray.setFloat(index: Int, value: Float): Unit = setFloatAt(index, val… method
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt40 public actual inline fun ByteArray.setFloat(index: Int, value: Float): Unit = ByteArrayOps.setFloat… method
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/util/introspection/
H A DClassMapTestCase.java94 public void setFloat(float f) in setFloat() method in ClassMapTestCase.TestClassMap
/aosp_15_r20/external/jcommander/src/test/java/com/beust/jcommander/args/
H A DArgs1Setter.java74 public void setFloat(float f) { in setFloat() method in Args1Setter
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/anim/
DPropertySetter.java76 public <T> Animator setFloat(T target, FloatProperty<T> property, float value, in setFloat() method in PropertySetter
DAnimatedPropertySetter.java77 public <T> Animator setFloat(T target, FloatProperty<T> property, float value, in setFloat() method in AnimatedPropertySetter
/aosp_15_r20/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java266 public void setFloat(int pos, float value); in setFloat() method
360 public void setFloat(int pos, float value) { in setFloat() method in ArrayAccessReplaceTest.Simple
/aosp_15_r20/external/flatbuffers/java/com/google/flatbuffers/
H A DReadWriteBuf.java115 void setFloat(int index, float value); in setFloat() method
H A DByteBufferReadWriteBuf.java144 public void setFloat(int index, float value) { in setFloat() method in ByteBufferReadWriteBuf
H A DArrayReadWriteBuf.java198 public void setFloat(int index, float value) { in setFloat() method in ArrayReadWriteBuf
/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DIBinderRecordReplayTest.aidl31 void setFloat(float input); in setFloat() method
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFloatArrayList.java173 public float setFloat(int index, float element) { in setFloat() method in FloatArrayList
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
H A DField.annotated.java90 public native void setFloat(@libcore.util.Nullable java.lang.Object obj, float f) throws java.lang.… in setFloat() method in Field
H A DArray.annotated.java74 public static void setFloat(@libcore.util.NonNull java.lang.Object array, int index, float f) throw… in setFloat() method in Array
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFloatArrayList.java173 public float setFloat(int index, float element) { in setFloat() method in FloatArrayList
/aosp_15_r20/libcore/ojluni/src/main/java/javax/sql/
H A 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
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/27/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
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/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
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
H A DField.java139 public native void setFloat(java.lang.Object obj, float f) in setFloat() method in Field
/aosp_15_r20/device/google/contexthub/util/common/
DJSONObject.h172 void setFloat(const char *key, float in) { in setFloat() function

12345678910>>...38