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

  /external/icu/icu4c/source/test/perf/leperf/
letrperf.cpp 149 #define showTime(x,y) printf("%s:\ttesting...\r", #x); fflush(stdout); \
157 showTime(time_null, NULL);
158 showTime(time_null, NULL);
159 showTime(time_null, NULL);
160 showTime(time_null, NULL);
166 showTime(time_null, NULL);
167 showTime(time_obj, (void*)oo);
168 showTime(time_obj2, (void*)oo);
169 showTime(time_letr1, (void*)oo2);
170 showTime(time_letr2, (void*)oo2)
    [all...]
  /art/test/053-wait-some/src/
Main.java 57 boolean showTime = timing;
70 showTime = true;
74 showTime = true;
78 if (showTime) {
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerListItem.java 77 mTimerText.showTime(true);
86 mTimerText.showTime(true);
93 mTimerText.showTime(true);
116 mTimerText.showTime(!blink);
CountingTimerView.java 89 CountingTimerView.this.showTime(mVisible);
476 showTime(true);
480 public void showTime(boolean visible) {
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipWakeupTimer.java 166 + showTime(triggerTime) + " at " + showTime(now)
242 + showTime(event.mTriggerTime) + ": last at "
243 + showTime(event.mLastTriggerTime));
255 + showTime(triggerTime) + ": " + mEventQueue.size());
279 private String showTime(long time) {
  /external/chromium_org/chrome/browser/resources/google_now/
cards.js 76 * showTime: (number|undefined),
180 var shouldShow = !uncombinedNotification.showTime ||
181 uncombinedNotification.showTime <= timestamp;
234 if (uncombinedCard.showTime && uncombinedCard.showTime > now) {
235 if (!nextEventTime || nextEventTime > uncombinedCard.showTime)
236 nextEventTime = uncombinedCard.showTime;
background.js 419 showTime: receivedNotification.trigger.showTimeSec &&
    [all...]

Completed in 2408 milliseconds