Home
last modified time | relevance | path

Searched refs:nextTime (Results 1 – 7 of 7) 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
134 boolean nextInStep = forward ^ (nextTime > interpolator.getCurrentTime()); in handleStep()
141 lastTime = nextTime; in handleStep()
148 nextTime += h; in handleStep()
149 nextInStep = forward ^ (nextTime > interpolator.getCurrentTime()); in handleStep()
/external/skqp/src/utils/
DSkInterpolator.cpp64 SkMSec nextTime, const SkScalar blend[4]) { in ComputeRelativeT() argument
65 SkASSERT(time > prevTime && time < nextTime); in ComputeRelativeT()
67 SkScalar t = (SkScalar)(time - prevTime) / (SkScalar)(nextTime - prevTime); in ComputeRelativeT()
118 const SkTimeCode* nextTime = &fTimes[index]; in timeToT() local
119 SkMSec nextT = nextTime[0].fTime; in timeToT()
123 SkMSec prevT = nextTime[-1].fTime; in timeToT()
124 *T = ComputeRelativeT(time, prevT, nextT, nextTime[-1].fBlend); in timeToT()
/external/kotlinx.atomicfu/atomicfu/src/jvmMain/kotlin/kotlinx/atomicfu/
DLockFreedomTestEnvironment.kt73 var nextTime = System.currentTimeMillis() in <lambda>() variable
76 thread.lastOpTime = nextTime in <lambda>()
82 waitUntil(nextTime) in <lambda>()
87 nextTime += 1000L in <lambda>()
163 private fun waitUntil(nextTime: Long) { in <lambda>()
166 if (curTime >= nextTime) break in <lambda>()
167 Thread.sleep(nextTime - curTime) in <lambda>()
/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
204 if (super.nextTime == 0L) return 0L
277 return nextTime in processNextEvent()
/external/skqp/include/utils/
DSkInterpolator.h71 static SkScalar ComputeRelativeT(SkMSec time, SkMSec prevTime, SkMSec nextTime,
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DCapabilityPolling.java460 long nextTime = System.currentTimeMillis() + msec; in schedulePolling() local
463 + getTimeString(nextTime)); in schedulePolling()
481 mNextPollingTimeStamp = nextTime; in schedulePolling()
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...