Searched defs:stopTime (Results 1 - 11 of 11) sorted by relevance

/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/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/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/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/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/ClassSpecificationDialog.class ClassSpecificationDialog.java package proguard ...
/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/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 ...

Completed in 1377 milliseconds