Searched refs:lastTime (Results 1 – 12 of 12) sorted by relevance
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/ |
D | StepNormalizer.java | 60 private double lastTime; field in StepNormalizer 96 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()
|
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/ |
D | WebRtcAudioRecord.java | 77 long lastTime = System.nanoTime(); in run() local 91 TimeUnit.NANOSECONDS.toMillis((nowTime - lastTime)); in run() 92 lastTime = nowTime; in run()
|
/external/skqp/gm/ |
D | animatedimageblurs.cpp | 99 void update(const SkAnimTimer& timer, SkScalar lastTime) { in update() argument 101 SkScalar deltaTime = timer.secs() - lastTime; in update()
|
/external/skia/gm/ |
D | animatedimageblurs.cpp | 107 void update(double nanos, SkScalar lastTime) { in update() argument 108 SkScalar deltaTime = 1e-9 * nanos - lastTime; in update()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | DayPeriodConverter.java | 245 int lastTime = -1; in generateFormat() local 258 … } else if (lastTime < 12 * DayPeriodInfo.HOUR && time > 12 * DayPeriodInfo.HOUR) { in generateFormat() 259 …System.out.println(locale + ": Splitting " + lastTime + ", " + lastPeriod + ", " + time + ", " + p… in generateFormat() 264 lastTime = time; in generateFormat()
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | MoreExecutors.java | 668 long lastTime = timed ? System.nanoTime() : 0; in invokeAnyImpl() local 690 timeoutNanos -= now - lastTime; in invokeAnyImpl() 691 lastTime = now; in invokeAnyImpl()
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | MoreExecutors.java | 668 long lastTime = timed ? System.nanoTime() : 0; in invokeAnyImpl() local 690 timeoutNanos -= now - lastTime; in invokeAnyImpl() 691 lastTime = now; in invokeAnyImpl()
|
/external/v8/src/inspector/ |
D | v8-profiler-agent-impl.cc | 117 uint64_t lastTime = v8profile->GetStartTime(); in buildInspectorObjectForTimestamps() local 120 array->emplace_back(static_cast<int>(ts - lastTime)); in buildInspectorObjectForTimestamps() 121 lastTime = ts; in buildInspectorObjectForTimestamps()
|
/external/google-breakpad/src/client/ios/ |
D | BreakpadController.mm | 305 NSTimeInterval lastTime = lastTimeNum ? [lastTimeNum floatValue] : 0; 306 NSTimeInterval spanSeconds = CFAbsoluteTimeGetCurrent() - lastTime;
|
/external/google-breakpad/src/client/mac/sender/ |
D | crash_report_sender.m | 512 NSTimeInterval lastTime = lastTimeNum ? [lastTimeNum floatValue] : 0; 514 NSTimeInterval spanSeconds = (now - lastTime);
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | CLDRModify.java | 410 long lastTime = System.currentTimeMillis(); in main() local 418 if (now - lastTime > 5000) { in main() 421 lastTime = now; in main()
|
/external/angle/third_party/VulkanMemoryAllocator/src/VmaReplay/ |
D | VmaReplay.cpp | 2615 float lastTime; in PrintStats() local 2616 if(!m_LastLineTimeStr.empty() && StrRangeToFloat(StrRange(m_LastLineTimeStr), lastTime)) in PrintStats() 2619 SecondsToFriendlyStr(lastTime, origTimeStr); in PrintStats()
|