/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/jmonkeyengine/engine/src/test/jme3test/network/ |
D | TestThroughput.java | 41 private static long lastTime = -1; field in TestThroughput 69 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()
|
/external/guava/guava-bootstrap/src/java/util/concurrent/ |
D | AbstractExecutorService.java | 52 long lastTime = (timed)? System.nanoTime() : 0; in doInvokeAny() local 74 nanos -= now - lastTime; in doInvokeAny() 75 lastTime = now; in doInvokeAny() 162 long lastTime = System.nanoTime(); in invokeAll() local 168 nanos -= now - lastTime; in invokeAll() 169 lastTime = now; in invokeAll() 186 nanos -= now - lastTime; in invokeAll() 187 lastTime = now; in invokeAll()
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AbstractListeningExecutorService.java | 130 long lastTime = System.nanoTime(); in invokeAll() local 138 nanos -= now - lastTime; in invokeAll() 139 lastTime = now; in invokeAll() 156 nanos -= now - lastTime; in invokeAll() 157 lastTime = now; in invokeAll()
|
D | MoreExecutors.java | 625 long lastTime = timed ? System.nanoTime() : 0; in invokeAnyImpl() local 647 nanos -= now - lastTime; in invokeAnyImpl() 648 lastTime = now; in invokeAnyImpl()
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/ |
D | VideoRecorderAppState.java | 201 private long lastTime = 0; field in VideoRecorderAppState.IsoTimer 226 long difference = time - lastTime; in update() 227 lastTime = time; in update()
|
/external/skia/src/animator/ |
D | SkDisplayApply.cpp | 540 SkMSec lastTime = (SkMSec) -1; variable 549 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()
|
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.util_1.0.200.v20100503.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
D | log4j-1.2.14.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |