/development/samples/GlobalTime/src/com/android/globaltime/ |
GlobalTime.java | 74 /** Seconds in a day */ 105 * to those of the round earth, allowing the day/night lighting to be 1014 int day = mSunCal.get(Calendar.DAY_OF_YEAR); local 1017 day += (float) seconds / SECONDS_PER_DAY; 1023 Math.cos(Shape.TWO_PI * (day + 10) / 365.0)); [all...] |
/external/icu4c/tools/tzcode/ |
zic.c | 1262 int year, month, day; local 1307 if (sscanf(cp, scheck(cp, "%d"), &day) != 1 || 1308 day <= 0 || day > len_months[isleap(year)][month]) { 1309 error(_("invalid day of month")); 1312 dayoff = oadd(dayoff, eitol(day - 1)); 1326 tod = gethms(fields[LP_TIME], _("invalid time of day"), FALSE); [all...] |
icuzdump.cpp | 129 UDate SEARCH_INCREMENT = 12 * 60 * 60 * 1000; // half day
|
/external/icu4c/i18n/ |
smpdtfmt.cpp | 23 * 11/15/99 weiv Added support for week of year/day of week format [all...] |
timezone.cpp | 676 // the given time in day is local standard time. 688 double day = uprv_floor(date / U_MILLIS_PER_DAY); local 689 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY); 691 Grego::dayToFields(day, year, month, dom, dow); [all...] |
/external/libpng/ |
png.c | 688 ptime->day % 32, short_months[(ptime->month - 1) % 12], 699 ptime->day % 32, short_months[(ptime->month - 1) % 12], 707 ptime->day % 32, short_months[(ptime->month - 1) % 12],
|
/external/opencore/baselibs/gen_data_structures/src/ |
rtsp_range_utils.cpp | 389 // get the day 398 abs_range.day = (uint8)tmp; 1294 abs_range.year, abs_range.month, abs_range.day, [all...] |
/frameworks/base/services/java/com/android/server/ |
ThrottleService.java | 649 int day = end.get(Calendar.DAY_OF_MONTH); local 655 if (day >= mPolicyResetDay) { 725 private static final int MAX_NTP_CACHE_AGE_SEC = 60 * 60 * 24; // 1 day [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
TimeUnit.java | 18 * as sixty seconds, an hour as sixty minutes, and a day as twenty four
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/ |
ZoneInfoDB.java | 410 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int millis) {
|
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
DateTest.java | 81 // Date string array for New York - sometimes a day earlier than London
|
/external/e2fsprogs/lib/e2p/ |
ls.c | 79 sprintf(tmp, "%s%d day%s", buf[0] ? ", " : "",
|
/external/icu4c/test/cintltst/ |
udatpg_test.c | 323 /* get a pattern for an abbreviated month and day */
|
/external/icu4c/test/intltest/ |
tztest.cpp | 610 cal.set(TimeZoneTest::REFERENCE_YEAR, UCAL_JANUARY, 2); // day 2 in GMT [all...] |
/external/icu4c/tools/gendraft/ |
genheaders.pl | 124 ($DAY, $MONTH, $YEAR) = (localtime)[3,4,5];
|
/external/kernel-headers/original/linux/ |
irq.h | 106 /* Currently used only by UML, might disappear one day.*/
|
/external/tcpdump/ |
print-fddi.c | 78 * level headers made in gencode.c. One day...
|
/external/webkit/WebCore/html/ |
HTMLTextAreaElement.cpp | 174 // While we have no evidence this has ever been a practical problem, it would be best to fix it some day.
|
/external/webkit/WebCore/loader/ |
FrameLoaderClient.h | 151 // Maybe these should go into a ProgressTrackerClient some day
|
/external/wpa_supplicant/ |
x509v3.c | 516 int year, month, day, hour, min, sec; local 574 if (sscanf(pos, "%02d", &day) != 1) { 576 "(day)", buf, len); 601 if (os_mktime(year, month, day, hour, min, sec, val) < 0) { [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
x509v3.c | 516 int year, month, day, hour, min, sec; local 574 if (sscanf(pos, "%02d", &day) != 1) { 576 "(day)", buf, len); 601 if (os_mktime(year, month, day, hour, min, sec, val) < 0) { [all...] |
/external/zlib/contrib/minizip/ |
unzip.h | 85 uInt tm_mday; /* day of the month - [1,31] */
|
/frameworks/base/docs/html/guide/developing/tools/ |
bmgr.jd | 130 <!-- The following is not useful to applications, but may be some useful information some day...
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/ |
perf_custom.c | 44 /* otherwise, get time of the day */
|
/packages/apps/AlarmClock/src/com/android/alarmclock/ |
SetAlarm.java | 255 (days == 1) ? context.getString(R.string.day) :
|