HomeSort by relevance Sort by last modified time
    Searched refs:day (Results 326 - 350 of 805) sorted by null

<<11121314151617181920>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
RelativeDateFormat.java 230 * @param day day offset ( -1, 0, 1, etc.. )
233 private String getStringForDay(int day) {
238 if(fDates[i].offset == day) {
250 ICUResourceBundle rdb = rb.getWithFallback("fields/day/relative");
  /external/v8/src/
objects-debug.cc 460 CHECK(day()->IsUndefined(isolate) || day()->IsSmi() || day()->IsNaN());
473 if (day()->IsSmi()) {
474 int day = Smi::cast(this->day())->value(); local
475 CHECK(1 <= day && day <= 31);
    [all...]
  /external/v8/test/intl/date-format/
timezone-name.js 38 year: 'numeric', month: 'long', day: 'numeric',
  /external/wpa_supplicant_8/src/utils/
os.h 121 * @day: Day of month (1 .. 31)
132 int os_mktime(int year, int month, int day, int hour, int min, int sec,
139 int day; /* 1..31 */ member in struct:os_tm
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h 154 ULONG day; member in struct:_WSD_DURATION
165 UCHAR day; member in struct:_WSD_DATETIME
  /prebuilts/gdb/darwin-x86/lib/python2.7/wsgiref/
handlers.py 36 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
38 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
  /prebuilts/gdb/linux-x86/lib/python2.7/wsgiref/
handlers.py 36 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
38 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 36 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
38 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 36 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
38 _weekdayname[wd], day, _monthname[month], year, hh, mm, ss
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
IslamicTest.java 56 // year month day field amount year month day
64 { 0001, HIJJAH, 1, DATE, 30, 0001, HIJJAH, 2 }, // 29-day month
65 { 0002, HIJJAH, 1, DATE, 31, 0002, HIJJAH, 2 }, // 30-day month
94 // Julian Day Era Year Month Day WkDay Hour Min Sec
343 int day = cal.get(Calendar.DAY_OF_MONTH); local
346 if(initDay != day || initMonth != month || initYear != year)
349 errln("values post set():\tmonth "+month+"\tday "+day+"\tyear "+year);
811 int day=0, month=0, year=0, initDay = 27, initMonth = IslamicCalendar.RAJAB, initYear = 1434; local
    [all...]
IBMCalendarTest.java 561 // In pass one, change the first day of week so that the weeks
621 * Make sure that when adding a day, we actually wind up in a
622 * different day. The DST adjustments we use to keep the hour
623 * constant across DST changes can backfire and change the day.
678 this.data = data; // year, month, week of month, day
1152 private int day; field in class:IBMCalendarTest.CalFields
1209 int day = cal.get(Calendar.DAY_OF_MONTH); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
IslamicTest.java 52 // year month day field amount year month day
60 { 0001, HIJJAH, 1, DATE, 30, 0001, HIJJAH, 2 }, // 29-day month
61 { 0002, HIJJAH, 1, DATE, 31, 0002, HIJJAH, 2 }, // 30-day month
90 // Julian Day Era Year Month Day WkDay Hour Min Sec
339 int day = cal.get(Calendar.DAY_OF_MONTH); local
342 if(initDay != day || initMonth != month || initYear != year)
345 errln("values post set():\tmonth "+month+"\tday "+day+"\tyear "+year);
807 int day=0, month=0, year=0, initDay = 27, initMonth = IslamicCalendar.RAJAB, initYear = 1434; local
    [all...]
IBMCalendarTest.java 557 // In pass one, change the first day of week so that the weeks
617 * Make sure that when adding a day, we actually wind up in a
618 * different day. The DST adjustments we use to keep the hour
619 * constant across DST changes can backfire and change the day.
674 this.data = data; // year, month, week of month, day
1148 private int day; field in class:IBMCalendarTest.CalFields
1205 int day = cal.get(Calendar.DAY_OF_MONTH); local
    [all...]
  /external/tlsdate/src/
tlsdate-helper.c 219 int year,mon,day,hour,min,sec; local
254 /* We just skipped over the day of the week. Now we have:*/
256 &day, month, &year, &hour, &min, &sec) == 6 ||
258 &day, month, &year, &hour, &min, &sec) == 6 ||
260 month, &day, &hour, &min, &sec, &year) == 6) {
268 year, month, day, hour, min, sec);
286 tm.tm_mday = day;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 91 {DateFormat.DAY, "d","en","d"},
314 // hour is the expected hour of day, in units of seconds
324 // hr is the actual hour of day, in units of seconds
1665 int month, yr, day; local
1726 int year,month,day; local
4115 public int day; field in class:DateFormatTest.ChineseCalTestDate
4215 int day = rootChineseCalendar.get(Calendar.DATE); local
4232 public int day; field in class:DateFormatTest.CalAndFmtTestItem
4330 int day = cal.get(Calendar.DATE); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 87 {DateFormat.DAY, "d","en","d"},
310 // hour is the expected hour of day, in units of seconds
320 // hr is the actual hour of day, in units of seconds
1661 int month, yr, day; local
1722 int year,month,day; local
4111 public int day; field in class:DateFormatTest.ChineseCalTestDate
4211 int day = rootChineseCalendar.get(Calendar.DATE); local
4228 public int day; field in class:DateFormatTest.CalAndFmtTestItem
4326 int day = cal.get(Calendar.DATE); local
    [all...]
  /external/dng_sdk/source/
dng_xmp.cpp 424 int day = 0; local
433 &day);
439 day >= 1 && day <= 31)
446 day,
490 unsigned day = 0; local
500 &day,
508 day >= 1 && day <= 31 )
517 day);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cookielib.py 137 def _str2time(day, mon, yr, hr, min, sec, tz):
159 day = int(day)
176 t = _timegm((yr, mon, day, hr, min, sec, tz))
197 (\d\d?) # day
257 day, mon, yr, hr, min, sec, tz = [None]*7
262 day, mon, yr, hr, min, sec, tz = m.groups()
266 return _str2time(day, mon, yr, hr, min, sec, tz)
274 (\d\d?) # day
300 day, mon, yr, hr, min, sec, tz = [None]*
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cookielib.py 137 def _str2time(day, mon, yr, hr, min, sec, tz):
159 day = int(day)
176 t = _timegm((yr, mon, day, hr, min, sec, tz))
197 (\d\d?) # day
257 day, mon, yr, hr, min, sec, tz = [None]*7
262 day, mon, yr, hr, min, sec, tz = m.groups()
266 return _str2time(day, mon, yr, hr, min, sec, tz)
274 (\d\d?) # day
300 day, mon, yr, hr, min, sec, tz = [None]*
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 137 def _str2time(day, mon, yr, hr, min, sec, tz):
159 day = int(day)
176 t = _timegm((yr, mon, day, hr, min, sec, tz))
197 (\d\d?) # day
257 day, mon, yr, hr, min, sec, tz = [None]*7
262 day, mon, yr, hr, min, sec, tz = m.groups()
266 return _str2time(day, mon, yr, hr, min, sec, tz)
274 (\d\d?) # day
300 day, mon, yr, hr, min, sec, tz = [None]*
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 137 def _str2time(day, mon, yr, hr, min, sec, tz):
159 day = int(day)
176 t = _timegm((yr, mon, day, hr, min, sec, tz))
197 (\d\d?) # day
257 day, mon, yr, hr, min, sec, tz = [None]*7
262 day, mon, yr, hr, min, sec, tz = m.groups()
266 return _str2time(day, mon, yr, hr, min, sec, tz)
274 (\d\d?) # day
300 day, mon, yr, hr, min, sec, tz = [None]*
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp 379 // hour is the expected hour of day, in units of seconds
391 int32_t y, m, day, hr, min, sec; local
392 dateToFields(d, y, m, day, hr, min, sec);
830 int32_t month,yr,day,hr,min,sec; dateToFields(d,yr,month,day,hr,min,sec); local
836 dateToFields(d,yr,month,day,hr,min,sec);
887 * Test the day of year pattern.
894 int32_t year,month,day,hour,min,sec; dateToFields(today,year,month,day,hour,min,sec); local
4031 int32_t day; member in struct:__anon12155
4138 int32_t day = rootChineseCalendar->get(UCAL_DATE, status); local
4142 ppos.getIndex() + " " + year +"-"+month+"("+isLeapMonth+")-"+day); local
4229 int32_t day; member in struct:__anon12158
4332 int32_t day = cal->get(UCAL_DATE, status); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncStorageEngine.java 83 private static final long DEFAULT_POLL_FREQUENCY_SECONDS = 60 * 60 * 24; // One day
326 public final int day; field in class:SyncStorageEngine.DayStats
332 public DayStats(int day) {
333 this.day = day;
1101 int day = getCurrentDayLocked(); local
2110 int day = in.readInt(); local
    [all...]
  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp 171 FX_GetCalendarSymbol(m_pElement, "day", nWeek, bAbbr, wsDayName);
2403 int32_t day = 1; local
3866 int32_t day = 1; local
4072 uint8_t day = datetime.GetDay(); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
handlers.py 50 _MIDNIGHT = 24 * 60 * 60 # number of seconds in a day
181 # W{0-6} - roll over on a certain day; 0 - Monday
198 self.interval = 60 * 60 * 24 # one day
204 raise ValueError("You must specify a day for weekly rollover from 0 to 6 (0 is Monday): %s" % self.when)
206 raise ValueError("Invalid day specified for weekly rollover: %s" % self.when)
228 # if you are rolling over at midnight, then your base interval is 1 day,
229 # but you want to start that one day clock at midnight, not now. So, we
246 # If we are rolling over on a certain day, add in the number of days until
248 # until the next day starts. There are three cases:
249 # Case 1) The day to rollover is today; in this case, do nothin
    [all...]

Completed in 1674 milliseconds

<<11121314151617181920>>