Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
DStepNormalizer.java133 double nextTime = lastTime + h; in handleStep() local
/external/skqp/src/utils/
DSkInterpolator.cpp64 SkMSec nextTime, const SkScalar blend[4]) { in ComputeRelativeT()
118 const SkTimeCode* nextTime = &fTimes[index]; in timeToT() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DEventLoop.common.kt60 protected open val nextTime: Long in <lambda>() constant in kotlinx.coroutines.EventLoop
202 protected override val nextTime: Long constant in kotlinx.coroutines.EventLoopImplBase
/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/
DLockFreedomTestEnvironment.kt73 var nextTime = System.currentTimeMillis() in <lambda>() variable
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DCapabilityPolling.java460 long nextTime = System.currentTimeMillis() + msec; in schedulePolling() local