/external/icu4c/i18n/ |
islamcal.h | 50 * and 30-day months, with a leap day added to the last month of 11 out of 239 * Return the day # on which the given year starts. Days are counted 245 * Return the day # on which the given month starts. Days are counted 254 * Find the day number on which a particular month of the true/lunar 259 * @return The day number on which the given month starts. 341 * calendar equivalents for the given Julian day.
|
/external/webkit/WebKit/win/ |
WebHistory.cpp | 857 static void getDayBoundaries(CFAbsoluteTime day, CFAbsoluteTime& beginningOfDay, CFAbsoluteTime& beginningOfNextDay) 860 CFGregorianDate date = CFAbsoluteTimeGetGregorianDate(day, timeZone.get()); 865 date.day += 1; 886 // Returns whether the day is already in the list of days, 911 // The entries for each day are stored in a sorted array with the most recent entry first 912 // Check for the common cases of the entry being newer than all existing entries or the first entry of the day 958 // can't just divide/round since the day boundaries depend on our current time zone [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
AgendaWindowAdapter.java | 92 Instances.START_DAY, // 10 Julian start day 93 Instances.END_DAY, // 11 Julian end day 234 int start; // start day of the cursor's coverage 236 int end; // end day of the cursor's coverage 412 int day = Time.getJulianDay(timeInMillis, tmpTime.gmtoff); local 415 if (info.start <= day && day < info.end) {
|
/external/icu4c/i18n/unicode/ |
smpdtfmt.h | 74 * d day in month (Number) 10 76 * H hour in day (0~23) (Number) 0 80 * E day of week (Text) Tuesday 81 * e day of week (local 1~7) (Text & Number) Tues & 2 82 * D day in year (Number) 189 83 * F day of week in month (Number) 2 (2nd Wed in July) 87 * k hour in day (1~24) (Number) 24 94 * g Julian day (Number) 2451334 95 * A milliseconds in day (Number) 69540000 98 * c stand alone day of week (Text & Number) Tuesday & [all...] |
/external/icu4c/test/intltest/ |
tzoffloc.cpp | 60 // Expected offsets by int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 201 // Test getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, 209 errln((UnicodeString)"getOffset(era,year,month,day,dayOfWeek,millis,status) failed for TESTZONES[" + i + "]");
|
dtfmttst.h | 94 * Test the day of year pattern.
|
/external/webkit/WebCore/page/ |
ContextMenuController.cpp | 171 // FIXME: Some day we should be able to do this from within WebCore. 181 // FIXME: Some day we should be able to do this from within WebCore. 247 // FIXME: Some day we may be able to do this from within WebCore.
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
ICalendarTest.java | 124 "SUMMARY:Bastille Day Party\n" + 140 assertEquals("Bastille Day Party", event.getFirstProperty("SUMMARY").getValue()); 148 "SUMMARY;FOO=1;BAR=2:Bastille Day Party\n" +
|
/bionic/libc/kernel/common/linux/ |
telephony.h | 58 char day[3]; member in struct:__anon445
|
/dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_attrinsertbefore4.java | 78 dayNode = doc.createTextNode("day");
|
hc_attrreplacechild2.java | 76 dayNode = doc.createTextNode("day");
|
/external/emma/lib/internal/ |
stamptool.jar | |
/external/opencore/doc/oscl_html/ |
osclconfig__time__check_8h.html | 59 OsclBasicTimeStruct type should be defined to the platform-specific time of day type. </td>
|
/external/proguard/docs/ |
acknowledgements.html | 41 day-time job at <a href="http://www.luciad.com/" target="other">Luciad</a>.
|
/external/tcpdump/ |
rx.h | 90 /* I wasted a day figuring that out! */
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/ |
binding-001.js | 61 * This test is more literal, and one day may not be valid.
|
regress-95101.js | 52 * This test is more literal, and may one day be invalid.
|
/external/webkit/WebCore/loader/ |
FTPDirectoryDocument.cpp | 177 static bool wasLastDayOfMonth(int year, int month, int day) 185 if (day == 29) 190 if (day == 28) 195 return lastDays[month] == day;
|
/external/webkit/WebCore/loader/icon/ |
IconDatabaseNone.cpp | 46 // Icons expire once a day
|
/external/wpa_supplicant/ |
os_none.c | 35 int os_mktime(int year, int month, int day, int hour, int min, int sec,
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
os_none.c | 35 int os_mktime(int year, int month, int day, int hour, int min, int sec,
|
/frameworks/base/core/java/android/content/ |
SyncStorageEngine.java | 64 private static final long DEFAULT_POLL_FREQUENCY_SECONDS = 60 * 60 * 24; // One day 211 public final int day; field in class:SyncStorageEngine.DayStats 217 public DayStats(int day) { 218 this.day = day; 1035 int day = getCurrentDayLocked(); local 2076 int day = in.readInt(); local [all...] |
/frameworks/base/docs/html/resources/dashboard/ |
platform-versions.jd | 47 of Android devices that have accessed Android Market within a 14-day period
|
screens.jd | 45 of Android devices that have accessed Android Market within a 14-day period
|
/frameworks/base/libs/utils/ |
SystemClock.cpp | 67 LOGD("Setting time of day to sec=%d\n", (int) tv.tv_sec);
|