Searched refs:lastTime (Results 1 – 9 of 9) sorted by relevance
60 private double lastTime; field in StepNormalizer96 lastTime = Double.NaN; in reset()120 lastTime = interpolator.getPreviousTime(); in handleStep()121 interpolator.setInterpolatedTime(lastTime); in handleStep()126 forward = interpolator.getCurrentTime() >= lastTime; in handleStep()133 double nextTime = lastTime + h; in handleStep()138 handler.handleStep(lastTime, lastState, lastDerivatives, false); in handleStep()141 lastTime = nextTime; in handleStep()142 interpolator.setInterpolatedTime(lastTime); in handleStep()156 handler.handleStep(lastTime, lastState, lastDerivatives, true); in handleStep()
41 private static long lastTime = -1; field in TestThroughput69 if (lastTime < 0) { in messageReceived()70 lastTime = time; in messageReceived()71 } else if (time - lastTime > 1000) { in messageReceived()72 long delta = time - lastTime; in messageReceived()77 lastTime = time; in messageReceived()
52 long lastTime = (timed)? System.nanoTime() : 0; in doInvokeAny() local74 nanos -= now - lastTime; in doInvokeAny()75 lastTime = now; in doInvokeAny()162 long lastTime = System.nanoTime(); in invokeAll() local168 nanos -= now - lastTime; in invokeAll()169 lastTime = now; in invokeAll()186 nanos -= now - lastTime; in invokeAll()187 lastTime = now; in invokeAll()
130 long lastTime = System.nanoTime(); in invokeAll() local138 nanos -= now - lastTime; in invokeAll()139 lastTime = now; in invokeAll()156 nanos -= now - lastTime; in invokeAll()157 lastTime = now; in invokeAll()
625 long lastTime = timed ? System.nanoTime() : 0; in invokeAnyImpl() local647 nanos -= now - lastTime; in invokeAnyImpl()648 lastTime = now; in invokeAnyImpl()
201 private long lastTime = 0; field in VideoRecorderAppState.IsoTimer226 long difference = time - lastTime; in update()227 lastTime = time; in update()
540 SkMSec lastTime = (SkMSec) -1; variable549 if (lastTime == (SkMSec) -1) in interpolate()550 lastTime = rawTime - 1; in interpolate()552 strcmp(id, "a3") == 0 && rawTime > lastTime) { in interpolate()553 lastTime += 1000; in interpolate()
305 NSTimeInterval lastTime = lastTimeNum ? [lastTimeNum floatValue] : 0;306 NSTimeInterval spanSeconds = CFAbsoluteTimeGetCurrent() - lastTime;
512 NSTimeInterval lastTime = lastTimeNum ? [lastTimeNum floatValue] : 0;514 NSTimeInterval spanSeconds = (now - lastTime);