Home
last modified time | relevance | path

Searched refs:stopTime (Results 1 – 25 of 26) sorted by relevance

12

/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
DStopWatch.java38 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/
DSplashPanel.java44 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/mcstrans/src/
Dmcstrans.c1257 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()
1470 struct timeval stopTime; in compute_trans_from_raw() local
1471 gettimeofday(&stopTime, 0); in compute_trans_from_raw()
1473 if (startTime.tv_usec > stopTime.tv_usec) in compute_trans_from_raw()
1474 …ms = (stopTime.tv_sec - startTime.tv_sec - 1) * 1000 + (stopTime.tv_usec/1000 + 1000 - startTime.t… in compute_trans_from_raw()
1476 …ms = (stopTime.tv_sec - startTime.tv_sec ) * 1000 + (stopTime.tv_usec/1000 - startTime.t… in compute_trans_from_raw()
[all …]
/external/autotest/tko/parsers/test/
Dunittest_hotfix.py123 stopTime = time.time()
124 timeTaken = stopTime - startTime
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DRungeKuttaIntegrator.java190 final double stopTime = stepStart; in integrate() local
193 return stopTime; in integrate()
DAdamsBashforthIntegrator.java311 final double stopTime = stepStart; in integrate() local
313 return stopTime; in integrate()
DAdamsMoultonIntegrator.java329 final double stopTime = stepStart; in integrate() local
332 return stopTime; in integrate()
DEmbeddedRungeKuttaIntegrator.java334 final double stopTime = stepStart; in integrate() local
336 return stopTime; in integrate()
DGraggBulirschStoerIntegrator.java957 final double stopTime = stepStart; in integrate() local
959 return stopTime; in integrate()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationThreadTest.java237 long stopTime = System.currentTimeMillis() + 5000; in runThreads() local
240 } while (control.go() && System.currentTimeMillis() < stopTime); in runThreads()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThreadTest.java234 long stopTime = System.currentTimeMillis() + 5000; in runThreads() local
237 } while (control.go() && System.currentTimeMillis() < stopTime); in runThreads()
/external/python/cpython2/Lib/ctypes/test/
D__init__.py131 stopTime = time.time()
132 timeTaken = stopTime - startTime
/external/python/cpython2/Lib/unittest/
Drunner.py156 stopTime = time.time()
157 timeTaken = stopTime - startTime
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/
Drunner.py172 stopTime = time.time()
173 timeTaken = stopTime - startTime
/external/libchrome/base/android/java/src/org/chromium/base/library_loader/
DLibraryLoader.java514 long stopTime = SystemClock.uptimeMillis(); local
515 mLibraryLoadTimeMs = stopTime - startTime;
519 stopTime % 10000));
/external/python/cpython3/Lib/unittest/
Drunner.py181 stopTime = time.perf_counter()
182 timeTaken = stopTime - startTime
/external/icu/icu4c/source/tools/ctestfw/
Dctest.c400 UDate startTime, stopTime; in iterateTestsWithLevel() local
417 stopTime = uprv_getRawUTCtime(); in iterateTestsWithLevel()
431 str_timeDelta(timeDelta, stopTime-startTime); in iterateTestsWithLevel()
432 sprintf(timeSeconds, "%f", (stopTime-startTime)/1000.0); in iterateTestsWithLevel()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs189 d.stopTime = DateTime.Now; in ExitDecision()
728 public DateTime stopTime; field in Antlr.Runtime.Debug.Profiler.DecisionEvent
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs203 d.stopTime = DateTime.Now; in ExitDecision()
792 public DateTime stopTime; field in Antlr.Runtime.Debug.Profiler.DecisionEvent
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
DProfiler.java108 public long stopTime; field in Profiler.DecisionEvent
249 d.stopTime = System.currentTimeMillis(); in exitDecision()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
DFirstOrderIntegratorWithJacobians.java253 final double stopTime = integrator.integrate(new MappingWrapper(), t0, z, t, z); in integrate() local
258 return stopTime; in integrate()
/external/proguard/lib/
Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/ proguard/gui/ ...
/external/testng/ant/3rdparty/
Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...

12