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

/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/chromium_org/base/android/java/src/org/chromium/base/library_loader/
H A DLibraryLoader.java217 long stopTime = SystemClock.uptimeMillis();
219 stopTime - startTime,
221 stopTime % 10000));
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContextRecorder.cpp130 double stopTime = now + minDuration; local
131 for (unsigned step = 0; step < minRepeatCount || now < stopTime; ++step) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DCPUProfileDataModel.js191 * @param {number=} stopTime
193 forEachFrame: function(openFrameCallback, closeFrameCallback, startTime, stopTime)
199 stopTime = stopTime || Infinity;
222 if (sampleTime >= stopTime)
/external/lldb/test/unittest2/
H A Drunner.py164 stopTime = time.time()
165 timeTaken = stopTime - startTime
/external/srec/srec/include/
H A Dfpi_tgt.h106 unsigned long stopTime; /* Time of first frame of this utt */ member in struct:__anon31100
/external/srec/srec/clib/
H A Dfpi_tgt.c160 frmPkt->stopTime = 0; /* 0 == stop hasn't been called */
209 frmPkt->stopTime = 0;
233 frmPkt->stopTime = frmPkt->pushTime;
/external/chromium_org/third_party/icu/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/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/chromium_org/third_party/tlslite/tests/
H A Dtlstest.py337 stopTime = time.clock()
338 if stopTime-startTime:
339 print("100K exchanged at rate of %d bytes/sec" % int(100000/(stopTime-startTime)))
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/OptimizationsDialog$3.class OptimizationsDialog.java ...
/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 ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2459 milliseconds