Home
last modified time | relevance | path

Searched defs:getDouble (Results 1 – 25 of 1210) sorted by relevance

12345678910>>...49

/aosp_15_r20/external/dagger2/javatests/dagger/hilt/android/
H A DInstallInObjectModule.kt29 fun getDouble(): Double in getInteger() method
/aosp_15_r20/external/dagger2/javatests/dagger/functional/factory/
H A DFactoryImplicitModulesTest.java102 double getDouble(); in getDouble() method
120 double getDouble(); in getDouble() method
H A DFactoryMixedParametersTest.java45 double getDouble(); in getDouble() method
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnsafeUtil.java159 static double getDouble(Object target, long offset) { in getDouble() method in UnsafeUtil
221 static double getDouble(double[] target, long index) { in getDouble() method in UnsafeUtil
556 public abstract double getDouble(Object target, long offset); in getDouble() method in UnsafeUtil.MemoryAccessor
676 public double getDouble(Object target, long offset) { in getDouble() method in UnsafeUtil.JvmMemoryAccessor
812 public double getDouble(Object target, long offset) { in getDouble() method in UnsafeUtil.Android64MemoryAccessor
937 public double getDouble(Object target, long offset) { in getDouble() method in UnsafeUtil.Android32MemoryAccessor
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnsafeUtil.java159 static double getDouble(Object target, long offset) { in getDouble() method in UnsafeUtil
221 static double getDouble(double[] target, long index) { in getDouble() method in UnsafeUtil
556 public abstract double getDouble(Object target, long offset); in getDouble() method in UnsafeUtil.MemoryAccessor
676 public double getDouble(Object target, long offset) { in getDouble() method in UnsafeUtil.JvmMemoryAccessor
812 public double getDouble(Object target, long offset) { in getDouble() method in UnsafeUtil.Android64MemoryAccessor
937 public double getDouble(Object target, long offset) { in getDouble() method in UnsafeUtil.Android32MemoryAccessor
/aosp_15_r20/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DMockSuggestionProviderCursor.java56 public double getDouble(int column) { in getDouble() method in MockSuggestionProviderCursor
111 public double getDouble(int column) { in getDouble() method in MockSuggestionProviderCursor.Row
/aosp_15_r20/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DByteArray.kt35 internal expect inline fun ByteArray.getDouble(index: Int): Double in getString() method
145 …public inline fun getDouble(ary: ByteArray, index: Int): Double = Double.fromBits(getLong(ary, ind… in getString() method
H A DBuffers.kt110 public fun getDouble(index: Int): Double in findFirst() method
354 override fun getDouble(index: Int): Double = buffer.getDouble(index) in getBoolean() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
/aosp_15_r20/external/cronet/components/prefs/android/java/src/org/chromium/components/prefs/
H A DPrefService.java83 public double getDouble(@NonNull String preference) { in getDouble() method in PrefService
143 double getDouble(long nativePrefServiceAndroid, String preference); in getDouble() method
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlin/
H A DCompanionModuleClasses.kt47 fun getDouble(): Double in getDataA() method
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/
H A DResultMetadata.java225 double getDouble(String key); in getDouble() method
237 double getDouble(String key, double defaultValue); in getDouble() method
H A DHashMapResultMetadata.java251 public double getDouble(String key) { in getDouble() method in HashMapResultMetadata
263 public double getDouble(String key, double defaultValue) { in getDouble() method in HashMapResultMetadata
/aosp_15_r20/libcore/ojluni/annotations/mmodule/java/nio/
H A DDirectByteBuffer.annotated.java168 public final double getDouble() { throw new RuntimeException("Stub!"); } in getDouble() method in DirectByteBuffer
171 public final double getDouble(int i) { throw new RuntimeException("Stub!"); } in getDouble() method in DirectByteBuffer
H A DByteBuffer.annotated.java142 public abstract double getDouble(); in getDouble() method in ByteBuffer
146 public abstract double getDouble(int index); in getDouble() method in ByteBuffer
/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeRandom.hpp53 double getDouble(void) in getDouble() function in de::Random
121 inline double Random::getDouble(double min, double max) in getDouble() function in de::Random
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java554 public double getDouble(String property, double def) { in getDouble() method in TypedProperties
671 public double getDouble(String property) { in getDouble() method in TypedProperties
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/nio/
H A DDirectByteBuffer.java386 private double getDouble(long a) { in getDouble() method in DirectByteBuffer
390 public final double getDouble() { in getDouble() method in DirectByteBuffer
394 public final double getDouble(int i) { in getDouble() method in DirectByteBuffer
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/
H A DExtProperties.java1962 public double getDouble(String key) in getDouble() method in ExtProperties
1987 public double getDouble(String key, double defaultValue) in getDouble() method in ExtProperties
2004 public Double getDouble(String key, Double defaultValue) in getDouble() method in ExtProperties
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/nio/
H A DByteBuffer.annotated.java179 public abstract double getDouble(); in getDouble() method in ByteBuffer
183 public abstract double getDouble(int index); in getDouble() method in ByteBuffer
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/nio/
H A DByteBuffer.annotated.java169 public abstract double getDouble(); in getDouble() method in ByteBuffer
173 public abstract double getDouble(int index); in getDouble() method in ByteBuffer
/aosp_15_r20/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
H A DISkippedIds.aidl25 double getDouble() = 101; in getDouble() method
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/
H A DDirectByteBuffer.java892 private double getDouble(long a) { in getDouble() method in DirectByteBuffer
898 public final double getDouble() { in getDouble() method in DirectByteBuffer
906 public final double getDouble(int i) { in getDouble() method in DirectByteBuffer
/aosp_15_r20/libcore/ojluni/annotations/mmodule/sun/misc/
H A DUnsafe.annotated.java151 public native double getDouble(java.lang.Object obj, long offset); in getDouble() method in Unsafe
227 public native double getDouble(long address); in getDouble() method in Unsafe
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/cached_flags/
H A DValuesOverridden.java43 static Double getDouble(String preferenceName) { in getDouble() method in ValuesOverridden
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dnumparse_parsednumber.cpp56 double ParsedNumber::getDouble(UErrorCode& status) const { in getDouble() function in ParsedNumber

12345678910>>...49