Home
last modified time | relevance | path

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

/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/chromium_org/base/android/java/src/org/chromium/base/library_loader/
DLibraryLoader.java217 long stopTime = SystemClock.uptimeMillis(); in loadAlreadyLocked() local
219 stopTime - startTime, in loadAlreadyLocked()
221 stopTime % 10000)); in loadAlreadyLocked()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DCPUProfileDataModel.js193 forEachFrame: function(openFrameCallback, closeFrameCallback, startTime, stopTime) argument
199 stopTime = stopTime || Infinity;
222 if (sampleTime >= stopTime)
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContextRecorder.cpp130 double stopTime = now + minDuration; in profile() local
131 for (unsigned step = 0; step < minRepeatCount || now < stopTime; ++step) { in profile()
/external/lldb/test/unittest2/
Drunner.py164 stopTime = time.time()
165 timeTaken = stopTime - startTime
/external/srec/srec/clib/
Dfpi_tgt.c160 frmPkt->stopTime = 0; /* 0 == stop hasn't been called */ in clearFrameBuffer()
209 frmPkt->stopTime = 0; in startFrameCollection()
233 frmPkt->stopTime = frmPkt->pushTime; in stopFrameCollection()
/external/chromium_org/third_party/icu/source/tools/ctestfw/
Dctest.c373 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/icu/icu4c/source/tools/ctestfw/
Dctest.c373 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/srec/srec/include/
Dfpi_tgt.h106 unsigned long stopTime; /* Time of first frame of this utt */ member
/external/chromium_org/third_party/tlslite/tests/
Dtlstest.py337 stopTime = time.clock()
338 if stopTime-startTime:
339 print("100K exchanged at rate of %d bytes/sec" % int(100000/(stopTime-startTime)))
/external/antlr/antlr-3.4/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/antlr-3.4/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/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DProfiler.java108 public long stopTime; field in Profiler.DecisionEvent
245 d.stopTime = System.currentTimeMillis(); in exitDecision()