/aosp_15_r20/frameworks/base/packages/SystemUI/pods/com/android/systemui/util/settings/ |
H A D | SettingsProxy.kt | 554 fun getFloat(name: String, def: Float): Float { in getFloat() method 573 fun getFloat(name: String): Float { in getFloat() method
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/utils/ |
H A D | UserSettingDeviceConfigMediator.java | 74 public abstract float getFloat(@NonNull String key, float defaultValue); in getFloat() method in UserSettingDeviceConfigMediator 120 public float getFloat(@NonNull String key, float defaultValue) { in getFloat() method in UserSettingDeviceConfigMediator.SettingsOverridesAllMediator 171 public float getFloat(@NonNull String key, float defaultValue) { in getFloat() method in UserSettingDeviceConfigMediator.SettingsOverridesIndividualMediator
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowSettings.java | 104 protected static float getFloat(ContentResolver cr, String name, float def) { in getFloat() method in ShadowSettings.ShadowSystem 109 protected static float getFloat(ContentResolver cr, String name) in getFloat() method in ShadowSettings.ShadowSystem 313 protected static float getFloat(ContentResolver cr, String name, float def) { in getFloat() method in ShadowSettings.ShadowSecure 318 protected static float getFloat(ContentResolver cr, String name) in getFloat() method in ShadowSettings.ShadowSecure 407 protected static float getFloat(ContentResolver cr, String name, float def) { in getFloat() method in ShadowSettings.ShadowGlobal 412 protected static float getFloat(ContentResolver cr, String name) in getFloat() method in ShadowSettings.ShadowGlobal
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/DataStore/src/com/android/settingslib/datastore/ |
H A D | KeyValueStore.kt | 59 fun getFloat(key: String): Float? = getValue(key, Float::class.javaObjectType) in getValue() method
|
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | UnsafeUtil.java | 151 static float getFloat(Object target, long offset) { in getFloat() method in UnsafeUtil 211 static float getFloat(float[] target, long index) { in getFloat() method in UnsafeUtil 552 public abstract float getFloat(Object target, long offset); in getFloat() method in UnsafeUtil.MemoryAccessor 666 public float getFloat(Object target, long offset) { in getFloat() method in UnsafeUtil.JvmMemoryAccessor 802 public float getFloat(Object target, long offset) { in getFloat() method in UnsafeUtil.Android64MemoryAccessor 927 public float getFloat(Object target, long offset) { in getFloat() method in UnsafeUtil.Android32MemoryAccessor
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | UnsafeUtil.java | 151 static float getFloat(Object target, long offset) { in getFloat() method in UnsafeUtil 211 static float getFloat(float[] target, long index) { in getFloat() method in UnsafeUtil 552 public abstract float getFloat(Object target, long offset); in getFloat() method in UnsafeUtil.MemoryAccessor 666 public float getFloat(Object target, long offset) { in getFloat() method in UnsafeUtil.JvmMemoryAccessor 802 public float getFloat(Object target, long offset) { in getFloat() method in UnsafeUtil.Android64MemoryAccessor 927 public float getFloat(Object target, long offset) { in getFloat() method in UnsafeUtil.Android32MemoryAccessor
|
/aosp_15_r20/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
D | MockSuggestionProviderCursor.java | 61 public float getFloat(int column) { in getFloat() method in MockSuggestionProviderCursor 118 public float getFloat(int column) { in getFloat() method in MockSuggestionProviderCursor.Row
|
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
H A D | ByteArray.kt | 34 internal expect inline fun ByteArray.getFloat(index: Int): Float in getString() method 144 public inline fun getFloat(ary: ByteArray, index: Int): Float = Float.fromBits(getInt(ary, index)) in getString() method
|
H A D | Buffers.kt | 103 public fun getFloat(index: Int): Float in findFirst() method 352 override fun getFloat(index: Int): Float = buffer.getFloat(index) in getBoolean() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
|
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/perfetto/ |
H A D | Args.kt | 44 fun getFloat(): Float { in getFloat() method
|
/aosp_15_r20/frameworks/libs/systemui/toruslib/torus-wallpaper-settings/src/main/java/com/google/android/torus/settings/storage/ |
D | CustomizedSharedPreferences.kt | 223 fun getFloat(key: String, defaultValue: Float): Float { in getFloat() method
|
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/ |
H A D | ResultMetadata.java | 166 float getFloat(String key); in getFloat() method 178 float getFloat(String key, float defaultValue); in getFloat() method
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 93 double &getFloat() { in getFloat() function 113 double getFloat() const { in getFloat() function
|
/aosp_15_r20/libcore/ojluni/annotations/mmodule/java/nio/ |
H A D | DirectByteBuffer.annotated.java | 153 public final float getFloat() { throw new RuntimeException("Stub!"); } in getFloat() method in DirectByteBuffer 156 public final float getFloat(int i) { throw new RuntimeException("Stub!"); } in getFloat() method in DirectByteBuffer
|
H A D | ByteBuffer.annotated.java | 132 public abstract float getFloat(); in getFloat() method in ByteBuffer 136 public abstract float getFloat(int index); in getFloat() method in ByteBuffer
|
/aosp_15_r20/external/deqp/framework/delibs/decpp/ |
H A D | deRandom.hpp | 49 float getFloat(void) in getFloat() function in de::Random 115 inline float Random::getFloat(float min, float max) in getFloat() function in de::Random
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 97 double &getFloat() { in getFloat() function 117 double getFloat() const { in getFloat() function
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | TypedProperties.java | 534 public float getFloat(String property, float def) { in getFloat() method in TypedProperties 659 public float getFloat(String property) { in getFloat() method in TypedProperties
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/nio/ |
H A D | DirectByteBuffer.java | 342 private float getFloat(long a) { in getFloat() method in DirectByteBuffer 346 public final float getFloat() { in getFloat() method in DirectByteBuffer 350 public final float getFloat(int i) { in getFloat() method in DirectByteBuffer
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/ |
H A D | ExtProperties.java | 1869 public float getFloat(String key) in getFloat() method in ExtProperties 1894 public float getFloat(String key, float defaultValue) in getFloat() method in ExtProperties 1911 public Float getFloat(String key, Float defaultValue) in getFloat() method in ExtProperties
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/BinaryFormat/ |
D | MsgPackDocument.h | 97 double &getFloat() { in getFloat() function 117 double getFloat() const { in getFloat() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/BinaryFormat/ |
D | MsgPackDocument.h | 97 double &getFloat() { in getFloat() function 117 double getFloat() const { in getFloat() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/BinaryFormat/ |
D | MsgPackDocument.h | 97 double &getFloat() { in getFloat() function 117 double getFloat() const { in getFloat() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/BinaryFormat/ |
D | MsgPackDocument.h | 97 double &getFloat() { in getFloat() function 117 double getFloat() const { in getFloat() function
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/nio/ |
H A D | ByteBuffer.annotated.java | 169 public abstract float getFloat(); in getFloat() method in ByteBuffer 173 public abstract float getFloat(int index); in getFloat() method in ByteBuffer
|