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

  /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/chromium/third_party/icu/source/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) );
  /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) );
  /external/chromium/third_party/icu/source/test/intltest/
astrotst.cpp 152 UDate then = cal->getTime(status); local
153 CalendarAstronomer *myastro = new CalendarAstronomer(then);
dtfmttst.cpp 520 UnicodeString now, then; local
529 if (date2 == 0) then = "Parse stopped at " + pos.getIndex();
530 else ((DateFormat*)formatter)->format(date2, then);
531 logln(then);
    [all...]
  /external/icu4c/test/intltest/
astrotst.cpp 152 UDate then = cal->getTime(status); local
153 CalendarAstronomer *myastro = new CalendarAstronomer(then);
dtfmttst.cpp 547 UnicodeString now, then; local
560 if (date2 == 0) then = "Parse stopped at " + pos.getIndex();
561 else ((DateFormat*)formatter)->format(date2, then);
562 logln(then);
    [all...]
  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsService.java 206 long then = prefs.getLong(timePref); local
207 if (now - then < PING_INTERVAL_MSEC) {
310 * Prompt the user for whether they want to opt out of reporting, and then calls
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 392 Time then = new Time(); local
393 then.set(when);
403 if (then.year != now.year) {
405 } else if (then.yearDay != now.yearDay) {
    [all...]
  /external/chromium/net/third_party/nss/ssl/
sslsnce.c 1483 PRUint32 then; local
    [all...]
  /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...]
  /external/v8/src/arm/
codegen-arm.cc 1317 JumpTarget then; local
1341 JumpTarget then; local
2369 JumpTarget then; local
    [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 322 // If the return target has dangling jumps to it, then we have not
2819 JumpTarget then; local
2847 JumpTarget then; local
4099 JumpTarget then; local
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 474 // If the return target has dangling jumps to it, then we have not
840 // Then process it as a normal function call.
1024 JumpTarget then; local
1052 JumpTarget then; local
2280 JumpTarget then; local
    [all...]
  /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 393 milliseconds