Home
last modified time | relevance | path

Searched refs:stopTime (Results 1 – 3 of 3) 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/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/srec/srec/include/
Dfpi_tgt.h106 unsigned long stopTime; /* Time of first frame of this utt */ member