Home
last modified time | relevance | path

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

123

/external/dagger2/javatests/dagger/hilt/android/
DInstallInObjectModule.kt29 fun getDouble(): Double in getInteger() method
/external/dagger2/javatests/dagger/functional/factory/
DFactoryImplicitModulesTest.java102 double getDouble(); in getDouble() method
120 double getDouble(); in getDouble() method
DFactoryMixedParametersTest.java45 double getDouble(); in getDouble() method
/external/proguard/src/proguard/gui/splash/
DVariableDouble.java33 public double getDouble(long time); in getDouble() method
DConstantDouble.java45 public double getDouble(long time) in getDouble() method in ConstantDouble
DLinearDouble.java51 public double getDouble(long time) in getDouble() method in LinearDouble
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
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
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
/external/dagger2/javatests/dagger/functional/kotlin/
DTestComponentWithCompanionModule.kt30 fun getDouble(): Double in getDataA() method
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
DDefaultInterfaceWithBridges.java58 public Double getDouble() { in getDouble() method in DefaultInterfaceWithBridges
/external/cronet/third_party/icu/source/i18n/
Dnumparse_parsednumber.cpp56 double ParsedNumber::getDouble(UErrorCode& status) const { in getDouble() function in ParsedNumber
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt41 public actual inline fun ByteArray.getDouble(index: Int): Double = Double.fromBits(getLongAt(index)) method
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt31 public actual inline fun ByteArray.getDouble(index: Int): Double = ByteArrayOps.getDouble(this, ind… method
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt32 public actual inline fun ByteArray.getDouble(index: Int): Double = ByteArrayOps.getDouble(this, ind… method
/external/icu/icu4c/source/i18n/
Dnumparse_parsednumber.cpp56 double ParsedNumber::getDouble(UErrorCode& status) const { in getDouble() function in ParsedNumber
/external/flatbuffers/java/com/google/flatbuffers/
DReadBuf.java55 double getDouble(int index); in getDouble() method
/external/deqp/framework/delibs/decpp/
DdeRandom.hpp45 double getDouble (void) { return deRandom_getDouble(&m_rnd); } in getDouble() function in de::Random
87 inline double Random::getDouble (double min, double max) in getDouble() function in de::Random
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBundleTest.java49 public void getDouble() { in getDouble() method in ShadowBundleTest
DShadowAbstractCursorTest.java242 public double getDouble(int columnIndex) { in getDouble() method in ShadowAbstractCursorTest.TestCursor
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBundleTest.java49 public void getDouble() { in getDouble() method in ShadowBundleTest
DShadowAbstractCursorTest.java238 public double getDouble(int columnIndex) { in getDouble() method in ShadowAbstractCursorTest.TestCursor
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DExperimentalTestDataProvider.java47 public double getDouble() { in getDouble() method in ExperimentalTestDataProvider
/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DExperimentalTestDataProvider.java47 public double getDouble() { in getDouble() method in ExperimentalTestDataProvider
/external/dagger2/javatests/dagger/functional/
DBasicComponent.java39 double getDouble(); in getDouble() method
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
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

123