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

1 2

  /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) );
  /external/icu4c/test/intltest/
astrotst.cpp 152 UDate then = cal->getTime(status); local
153 CalendarAstronomer *myastro = new CalendarAstronomer(then);
dtfmttst.cpp 559 UnicodeString now, then; local
572 if (date2 == 0) then = "Parse stopped at " + pos.getIndex();
573 else ((DateFormat*)formatter)->format(date2, then);
574 logln(then);
    [all...]
  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsService.java 113 long then = mStore.getPingTime(app); local
114 if (now - then < PING_INTERVAL_MSEC) {
  /frameworks/base/core/java/android/view/
WindowOrientationListener.java 241 // the specified time, then the device is deemed to be lying flat
247 // of time, then the device is deemed to be swinging away from the user
287 // that is turning around a corner or a plane taking off) then the magnitude
291 // Conversely, if the device is in freefall, then there will be no gravity to
396 final long then = mLastFilteredTimestampNanos; local
397 final float timeDeltaMS = (now - then) * 0.000001f;
399 if (now < then
400 || now > then + MAX_FILTER_DELTA_TIME_NANOS
462 // If the tilt angle is too close to horizontal then we cannot determine
563 // If there is no current rotation, then there is no gap
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSDigest.c 305 * has to be at lest 32 bit wide, if it's wider, then
1433 mDNSs32 then; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 416 Time then = new Time(); local
417 then.set(when);
427 if (then.year != now.year) {
429 } 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 966 milliseconds

1 2