HomeSort by relevance Sort by last modified time
    Searched refs:stopTime (Results 1 - 14 of 14) sorted by null

  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 44 private final long stopTime;
68 * @param stopTime the number of milliseconds after which the
71 public SplashPanel(Sprite sprite, double processorLoad, long stopTime)
75 this.stopTime = stopTime;
156 if (time > startTime + stopTime)
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
SyncCommon.java 116 long stopTime = (long) event.sec * 1000L + (event.nsec / 1000000L);
117 long startTime = stopTime - Long.parseLong(event.getValueAsString(0));
125 processSyncEvent(event, CONTACTS, startTime, stopTime, details,
140 * @param stopTime Stop time (ms) of events
145 abstract void processSyncEvent(EventContainer event, int auth, long startTime, long stopTime,
DisplaySyncHistogram.java 96 * @param stopTime Stop time (ms) of events
102 void processSyncEvent(EventContainer event, int auth, long startTime, long stopTime,
108 double delta = (stopTime - startTime) * 100. / 1000 / 3600; // Percent of hour
114 double delta = (stopTime - startTime) * 100. / 1000 / 3600; // Percent of hour
124 * @param stopTime Time event ends
128 private void addHistEvent(long stopTime, int auth, double value) {
129 SimpleTimePeriod hour = getTimePeriod(stopTime, mHistWidth);
DisplaySync.java 272 void processSyncEvent(EventContainer event, int auth, long startTime, long stopTime,
282 height = height / (stopTime - startTime + 1) * 10000;
286 mDatasetsSync[auth].add(new SimpleTimePeriod(startTime, stopTime), height);
DisplaySyncPerf.java 205 * @param stopTime Stop time (ms) of events
211 void processSyncEvent(EventContainer event, int auth, long startTime, long stopTime,
214 mDatasets[auth].add(new SimpleTimePeriod(startTime, stopTime), SERIES_YCOORD[auth]);
  /system/media/mca/filterfw/java/android/filterfw/core/
StopWatchMap.java 56 long stopTime = SystemClock.elapsedRealtime();
57 mTotalTime += stopTime - mStartTime;
  /external/srec/srec/include/
fpi_tgt.h 106 unsigned long stopTime; /* Time of first frame of this utt */
  /external/srec/srec/clib/
fpi_tgt.c 160 frmPkt->stopTime = 0; /* 0 == stop hasn't been called */
209 frmPkt->stopTime = 0;
233 frmPkt->stopTime = frmPkt->pushTime;
  /frameworks/base/services/java/com/android/server/pm/
UserManager.java 388 final long stopTime = SystemClock.elapsedRealtime();
390 "Time to create " + apps.size() + " packages = " + (stopTime - startTime) + "ms");
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 94 long stopTime = SystemClock.elapsedRealtime() + 5000;
96 && SystemClock.elapsedRealtime() < stopTime) {
  /packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java 484 long stopTime = System.currentTimeMillis();
490 writer.write(page + "|" + (stopTime - startTime) + newLine);
  /external/icu4c/tools/ctestfw/
ctest.c 370 UDate startTime, stopTime;
386 stopTime = uprv_getRawUTCtime();
400 str_timeDelta(timeDelta, stopTime-startTime);
401 sprintf(timeSeconds, "%f", (stopTime-startTime)/1000.0);
    [all...]
  /external/antlr/src/org/antlr/runtime/debug/
Profiler.java 108 public long stopTime;
245 d.stopTime = System.currentTimeMillis();
  /external/proguard/lib/
proguardgui.jar 

Completed in 614 milliseconds