Home
last modified time | relevance | path

Searched defs:stopTime (Results 1 – 6 of 6) 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()
/external/srec/srec/include/
Dfpi_tgt.h106 unsigned long stopTime; /* Time of first frame of this utt */ member
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DProfiler.cs728 public DateTime stopTime; field in Antlr.Runtime.Debug.Profiler.DecisionEvent
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs792 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
/external/icu4c/tools/ctestfw/
Dctest.c370 UDate startTime, stopTime; in iterateTestsWithLevel() local