/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ |
D | StopWatch.java | 38 private long stopTime; field in StopWatch 48 this.stopTime = original.stopTime; in StopWatch() 69 public StopWatch stop(long stopTime) { in stop() argument 71 this.stopTime = stopTime; in stop() 100 return stopTime - startTime; in elapsedTime()
|
/external/proguard/src/proguard/gui/splash/ |
D | SplashPanel.java | 44 private final long stopTime; field in SplashPanel 71 public SplashPanel(Sprite sprite, double processorLoad, long stopTime) in SplashPanel() argument 75 this.stopTime = stopTime; in SplashPanel() 156 if (time > startTime + stopTime) in run()
|
/external/selinux/policycoreutils/mcstrans/src/ |
D | mcstrans.c | 1257 struct timeval stopTime; in compute_raw_from_trans() local 1258 gettimeofday(&stopTime, 0); in compute_raw_from_trans() 1260 if (startTime.tv_usec > stopTime.tv_usec) in compute_raw_from_trans() 1261 …ms = (stopTime.tv_sec - startTime.tv_sec - 1) * 1000 + (stopTime.tv_usec/1000 + 1000 - startTime.t… in compute_raw_from_trans() 1263 …ms = (stopTime.tv_sec - startTime.tv_sec ) * 1000 + (stopTime.tv_usec/1000 - startTime.t… in compute_raw_from_trans() 1477 struct timeval stopTime; in compute_trans_from_raw() local 1478 gettimeofday(&stopTime, 0); in compute_trans_from_raw() 1480 if (startTime.tv_usec > stopTime.tv_usec) in compute_trans_from_raw() 1481 …ms = (stopTime.tv_sec - startTime.tv_sec - 1) * 1000 + (stopTime.tv_usec/1000 + 1000 - startTime.t… in compute_trans_from_raw() 1483 …ms = (stopTime.tv_sec - startTime.tv_sec ) * 1000 + (stopTime.tv_usec/1000 - startTime.t… in compute_trans_from_raw() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | RungeKuttaIntegrator.java | 190 final double stopTime = stepStart; in integrate() local 193 return stopTime; in integrate()
|
D | AdamsBashforthIntegrator.java | 311 final double stopTime = stepStart; in integrate() local 313 return stopTime; in integrate()
|
D | AdamsMoultonIntegrator.java | 329 final double stopTime = stepStart; in integrate() local 332 return stopTime; in integrate()
|
D | EmbeddedRungeKuttaIntegrator.java | 334 final double stopTime = stepStart; in integrate() local 336 return stopTime; in integrate()
|
D | GraggBulirschStoerIntegrator.java | 957 final double stopTime = stepStart; in integrate() local 959 return stopTime; in integrate()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationThreadTest.java | 231 long stopTime = System.currentTimeMillis() + 5000; in runThreads() local 234 } while (control.go() && System.currentTimeMillis() < stopTime); in runThreads()
|
/external/lldb/test/unittest2/ |
D | runner.py | 164 stopTime = time.time() 165 timeTaken = stopTime - startTime
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | ctest.c | 373 UDate startTime, stopTime; in iterateTestsWithLevel() local 390 stopTime = uprv_getRawUTCtime(); in iterateTestsWithLevel() 404 str_timeDelta(timeDelta, stopTime-startTime); in iterateTestsWithLevel() 405 sprintf(timeSeconds, "%f", (stopTime-startTime)/1000.0); in iterateTestsWithLevel()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | Profiler.cs | 203 d.stopTime = DateTime.Now; in ExitDecision() 792 public DateTime stopTime; field in Antlr.Runtime.Debug.Profiler.DecisionEvent
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | Profiler.cs | 189 d.stopTime = DateTime.Now; in ExitDecision() 728 public DateTime stopTime; field in Antlr.Runtime.Debug.Profiler.DecisionEvent
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
D | Profiler.java | 108 public long stopTime; field in Profiler.DecisionEvent 245 d.stopTime = System.currentTimeMillis(); in exitDecision()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/ |
D | FirstOrderIntegratorWithJacobians.java | 253 final double stopTime = integrator.integrate(new MappingWrapper(), t0, z, t, z); in integrate() local 258 return stopTime; in integrate()
|
/external/proguard/lib/ |
D | proguardgui.jar | META-INF/
META-INF/MANIFEST.MF
proguard/gui/ClassSpecificationDialog.class
ClassSpecificationDialog ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | commons-lang-2.6.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/antlr/antlr-3.4/lib/ |
D | antlr-3.4-complete.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/antlr/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |