Home
last modified time | relevance | path

Searched defs:computeValue (Results 1 – 5 of 5) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math3/fitting/leastsquares/
DValueAndJacobianFunction.java35 RealVector computeValue(final double[] params); in computeValue() method
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
DClassValueMap.java16 protected abstract T computeValue(Class<?> type); in computeValue() method in ClassValueMap
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DExample.kt4 suspend fun computeValue(): String = coroutineScope { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DExceptionsConstructor.kt110 override fun computeValue(type: Class<*>?): Ctor { in computeValue() method
/external/kotlinx.serialization/core/jvmMain/src/kotlinx/serialization/internal/
DCaching.kt75 override fun computeValue(type: Class<*>): MutableSoftReference<T> { in computeValue() method in kotlinx.serialization.internal.ClassValueReferences