HomeSort by relevance Sort by last modified time
    Searched full:days (Results 201 - 225 of 455) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu4c/test/cintltst/
utmstest.c 470 /* Print days not millis to stay within printf() range. */
478 /* Print days not ticks to stay within printf() range. */
  /bionic/libc/tzcode/
private.h 345 ** The Gregorian year averages 365.2425 days, which is 31556952 seconds.
strftime.c 453 ** is the week which has the majority of its days in the new year. Week 01
454 ** might also contain days from the previous year and the week before week
456 ** it contains days from the new year. A week starts with Monday (day 1)
  /development/pdk/docs/porting/
release_keys.jd 43 openssl req -new -x509 -key $1.pem -out $1.x509.pem -days 10000 \
  /external/e2fsprogs/misc/
util.c 285 "%g days, whichever comes first. "
  /external/icu4c/data/mappings/
iso-8859_10-1998.ucm 19 # days of receipt.
iso-8859_11-2001.ucm 19 # days of receipt.
iso-8859_14-1998.ucm 20 # days of receipt.
  /external/stlport/stlport/stl/
_time_facets.h 53 * to provide names and abbreviated names for months and days,
  /frameworks/base/core/java/android/net/
SntpClient.java 55 // 70 years plus 17 leap days
  /system/core/libcutils/
private.h 349 ** The Gregorian year averages 365.2425 days, which is 31556952 seconds.
tzstrftime.c 403 ** is the week which has the majority of its days in the new year. Week 01
404 ** might also contain days from the previous year and the week before week
406 ** it contains days from the new year. A week starts with Monday (day 1)
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/
ScanCncnAppApi.c 162 /* forward scan results to site manager, like in the good old days... */
  /external/webkit/WebCore/inspector/front-end/
utilities.js 582 var days = hours / 24;
583 return formatterFunction("%.1f days", days);
  /external/webkit/WebKit/win/
WebHistory.cpp 484 // Use std::greater to sort the days in descending order (i.e., most-recent first).
886 // Returns whether the day is already in the list of days,
982 ageLimit.days = -historyLimitDays;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AgendaWindowAdapter.java 105 private static final int MIN_QUERY_DURATION = 7; // days
107 private static final int MAX_QUERY_DURATION = 60; // days
484 // Query for a total of MIN_QUERY_DURATION days
MonthView.java 119 //An array of which days have events for quick reference
454 // Load the days with events in the background
473 // Clear out event days
478 // Compute the new set of days with events
617 // of days in this month, but that is okay because the normalize()
    [all...]
  /frameworks/base/core/res/res/values/
strings.xml     [all...]
  /packages/apps/Email/src/com/android/exchange/utility/
CalendarUtilities.java 71 static final long DAYS = HOURS*24;
445 // sDayTokens is 0 based (SU = 0); Calendar days of week are 1 based (SU = 1)
501 long endOfYearTime = startTime + (365*DAYS) + (DAYS>>2);
    [all...]
  /external/icu4c/i18n/
astro.h 271 * The average number of solar days from one new moon to the next. This is the time
358 * which is the number of elapsed days since
383 * days since 1/1/4713 BC (Julian), 12:00 GMT.
  /external/v8/src/
date.js 336 // The missing days in 1582 are ignored for JavaScript compatibility.
376 // Compute number of days given a year, month, date.
397 // Return days relative to Jan 1 1970.
    [all...]
  /packages/apps/Email/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 572 long endTime = startTime + (365*CalendarUtilities.DAYS);
585 CalendarUtilities.DAYS, endTime, true);
602 endTime = startTime + (365*CalendarUtilities.DAYS);
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java 760 * @param rangeBegin start of range (Julian days or ms)
761 * @param rangeEnd end of range (Julian days or ms)
765 * @param searchByDay if true, range is in Julian days, if false, range is in ms
1547 int days = (seconds + DAY_IN_SECONDS - 1) \/ DAY_IN_SECONDS; local
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
RRuleTest.java 505 // 1 2 3 // < 4 days, so not a week
510 // 1 2 // < 4 days, so not a week
526 * to be the first one with at least four days.
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
TimeUnit.java 214 * Equivalent to <tt>DAYS.convert(duration, this)</tt>.

Completed in 199 milliseconds

1 2 3 4 5 6 7 891011>>