Searched refs:stopTime (Results 1 - 25 of 32) sorted by relevance

12

/external/opencv3/modules/flann/include/opencv2/flann/
H A Dtimer.h78 int64 stopTime = cv::getTickCount(); local
79 value += ( (double)stopTime - startTime) / cv::getTickFrequency();
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/
H A DStopWatch.java38 private long stopTime; field in class:StopWatch
48 this.stopTime = original.stopTime;
69 public StopWatch stop(long stopTime) { argument
71 this.stopTime = stopTime;
100 return stopTime - startTime;
/external/proguard/src/proguard/gui/splash/
H A DSplashPanel.java44 private final long stopTime; field in class:SplashPanel
68 * @param stopTime the number of milliseconds after which the
71 public SplashPanel(Sprite sprite, double processorLoad, long stopTime) argument
75 this.stopTime = stopTime;
156 if (time > startTime + stopTime)
/external/selinux/policycoreutils/mcstrans/src/
H A Dmcstrans.c1257 struct timeval stopTime; local
1258 gettimeofday(&stopTime, 0);
1260 if (startTime.tv_usec > stopTime.tv_usec)
1261 ms = (stopTime.tv_sec - startTime.tv_sec - 1) * 1000 + (stopTime.tv_usec/1000 + 1000 - startTime.tv_usec/1000);
1263 ms = (stopTime.tv_sec - startTime.tv_sec ) * 1000 + (stopTime.tv_usec/1000 - startTime.tv_usec/1000);
1477 struct timeval stopTime; local
1478 gettimeofday(&stopTime, 0);
1480 if (startTime.tv_usec > stopTime
1592 struct timeval stopTime; local
1731 struct timeval stopTime; local
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DAdamsBashforthIntegrator.java311 final double stopTime = stepStart;
313 return stopTime;
H A DRungeKuttaIntegrator.java190 final double stopTime = stepStart;
193 return stopTime;
H A DAdamsMoultonIntegrator.java329 final double stopTime = stepStart;
332 return stopTime;
H A DEmbeddedRungeKuttaIntegrator.java334 final double stopTime = stepStart;
336 return stopTime;
H A DGraggBulirschStoerIntegrator.java957 final double stopTime = stepStart;
959 return stopTime;
/external/autotest/tko/parsers/test/
H A Dunittest_hotfix.py123 stopTime = time.time()
124 timeTaken = stopTime - startTime
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationThreadTest.java235 long stopTime = System.currentTimeMillis() + 5000;
238 } while (control.go() && System.currentTimeMillis() < stopTime);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationThreadTest.java231 long stopTime = System.currentTimeMillis() + 5000;
234 } while (control.go() && System.currentTimeMillis() < stopTime);
/external/icu/icu4c/source/tools/ctestfw/
H A Dctest.c373 UDate startTime, stopTime; local
390 stopTime = uprv_getRawUTCtime();
404 str_timeDelta(timeDelta, stopTime-startTime);
405 sprintf(timeSeconds, "%f", (stopTime-startTime)/1000.0);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs189 d.stopTime = DateTime.Now;
728 public DateTime stopTime; field in class:Antlr.Runtime.Debug.Profiler.DecisionEvent
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DProfiler.cs203 d.stopTime = DateTime.Now;
792 public DateTime stopTime; field in class:Antlr.Runtime.Debug.Profiler.DecisionEvent
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DProfiler.java108 public long stopTime; field in class:Profiler.DecisionEvent
245 d.stopTime = System.currentTimeMillis();
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
H A DFirstOrderIntegratorWithJacobians.java253 final double stopTime = integrator.integrate(new MappingWrapper(), t0, z, t, z);
258 return stopTime;
/external/autotest/client/common_lib/test_utils/
H A Dunittest.py1435 stopTime = time.time()
1436 timeTaken = stopTime - startTime
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/ proguard/gui/ProGuardGUI$5.class ProGuardGUI ...
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-user.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/activity/ ...

Completed in 614 milliseconds

12