HomeSort by relevance Sort by last modified time
    Searched defs:then (Results 1 - 17 of 17) sorted by null

  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
timestamp.js 15 var then = null; variable
20 then = d.getTime();
22 shouldBeTrue('then != 0');
28 shouldBeTrue('t <= then + 1'); // Avoid rounding errors
  /external/qemu/distrib/sdl-1.2.12/src/timer/riscos/
SDL_systimer.c 86 Uint32 now,then,elapsed; local
103 then = SDL_GetTicks();
116 elapsed = (now-then);
117 then = now;
  /external/icu4c/test/cintltst/
cdtdptst.c 197 UChar *pattern=NULL, *now=NULL, *then=NULL; local
214 else then=myDateFormat(format, date2);
215 log_verbose("%s\n", austrdup(then) );
  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsService.java 106 long then = mStore.getPingTime(app); local
107 if (now - then < PING_INTERVAL_MSEC) {
  /external/icu4c/test/intltest/
astrotst.cpp 152 UDate then = cal->getTime(status); local
153 CalendarAstronomer *myastro = new CalendarAstronomer(then);
dtfmttst.cpp 550 UnicodeString now, then; local
563 if (date2 == 0) then = "Parse stopped at " + pos.getIndex();
564 else ((DateFormat*)formatter)->format(date2, then);
565 logln(then);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 404 Time then = new Time(); local
405 then.set(when);
415 if (then.year != now.year) {
417 } else if (then.yearDay != now.yearDay) {
    [all...]
  /system/core/charger/
charger.c 801 int64_t then = key->timestamp + timeout; local
803 if (charger->next_key_check == -1 || then < charger->next_key_check)
804 charger->next_key_check = then;
  /external/libpng/contrib/gregbook/
rpng2-x.c 590 * that the file is a PNG image), then loop through the file and continue
645 struct timeval now, then; local
648 if (gettimeofday(&then, NULL) == 0) {
649 then.tv_sec += loop_interval;
676 if (now.tv_sec < then.tv_sec ||
677 (now.tv_sec == then.tv_sec && now.tv_usec < then.tv_usec))
680 long seconds_to_go = then.tv_sec - now.tv_sec;
706 if (now.tv_sec >= then.tv_sec)
708 seconds_to_go = then.tv_sec - now.tv_sec
    [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 239 milliseconds