HomeSort by relevance Sort by last modified time
    Searched refs:day (Results 201 - 225 of 988) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libxml2/include/libxml/
nanoftp.h 53 * @day: the day
58 * Note that only one of year and day:minute are specified.
64 const char *month, int day, int hour,
  /external/python/cpython2/Lib/
BaseHTTPServer.py 53 # | DD: Day
479 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
482 day, self.monthname[month], year,
489 year, month, day, hh, mm, ss, x, y, z = time.localtime(now)
491 day, self.monthname[month], year, hh, mm, ss)
  /external/python/cpython2/Modules/
datetimemodule.c 200 /* year, month -> number of days in year preceding first day of month */
242 /* ordinal -> year, month, day, considering 01-Jan-0001 as day 1. */
244 ord_to_ymd(int ordinal, int *year, int *month, int *day)
280 * 100-year cycles precede the desired day, which implies the
281 * desired day is December 31 at the end of a 400-year cycle.
291 * meaning that the desired day is December 31 at the end of the
302 *day = 31;
323 *day = n + 1;
326 /* year, month, day -> ordinal, considering 01-Jan-0001 as day 1. *
1934 PyObject *day = NULL; local
2284 int day; local
2386 int day; local
2415 int day = GET_DAY(date) + (negate ? -deltadays : deltadays); local
2588 int day; local
2648 int day = GET_DAY(self); local
3675 int day; local
4078 int day = GET_DAY(date) + GET_TD_DAYS(delta) * factor; local
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
TimeTest.java 203 // This is the Julian day for 12am for this day of the year
206 // Change the time during the day and check that we get the same
207 // Julian day.
212 int day = Time.getJulianDay(millis, time.gmtoff); local
214 assertEquals(day, julianDay);
234 int day = Time.getJulianDay(millis, time.gmtoff); local
236 assertEquals(day, julianDay);
  /external/skia/infra/bots/recipes/
upload_calmbench_results.py 51 str(now.month).zfill(2), str(now.day).zfill(2), str(now.hour).zfill(2),
  /external/skia/platform_tools/android/tradefed/
upload_dm_results.py 53 # /dm-json-v1/year/month/day/hour/build-number/builder/dm.json
58 str(now.day ).zfill(2),
  /external/skqp/infra/bots/recipes/
upload_calmbench_results.py 51 str(now.month).zfill(2), str(now.day).zfill(2), str(now.hour).zfill(2),
  /external/skqp/platform_tools/android/tradefed/
upload_dm_results.py 53 # /dm-json-v1/year/month/day/hour/build-number/builder/dm.json
58 str(now.day ).zfill(2),
  /external/wpa_supplicant_8/src/utils/
os_none.c 35 int os_mktime(int year, int month, int day, int hour, int min, int sec,
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 116 // events being drawn on each day. The code will expand this if necessary.
255 // divided up by day for generating the large month version and the full
290 for (int day = 0; day < numDays; day++) {
291 mDayXs[day] = computeDayLeftPosition(day) + DNA_WIDTH / 2 + DNA_SIDE_PADDING;
574 // Computes the x position for the left side of the given day
575 private int computeDayLeftPosition(int day) {
583 x = day * effectiveWidth / mNumDays + xOffset
725 int day = -1; local
1036 int day = mFirstJulianDay + dayPosition; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
BaseHTTPServer.py 53 # | DD: Day
468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
471 day, self.monthname[month], year,
478 year, month, day, hh, mm, ss, x, y, z = time.localtime(now)
480 day, self.monthname[month], year, hh, mm, ss)
  /prebuilts/gdb/linux-x86/lib/python2.7/
BaseHTTPServer.py 53 # | DD: Day
468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
471 day, self.monthname[month], year,
478 year, month, day, hh, mm, ss, x, y, z = time.localtime(now)
480 day, self.monthname[month], year, hh, mm, ss)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 53 # | DD: Day
468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
471 day, self.monthname[month], year,
478 year, month, day, hh, mm, ss, x, y, z = time.localtime(now)
480 day, self.monthname[month], year, hh, mm, ss)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 53 # | DD: Day
468 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
471 day, self.monthname[month], year,
478 year, month, day, hh, mm, ss, x, y, z = time.localtime(now)
480 day, self.monthname[month], year, hh, mm, ss)
  /bionic/libc/tzcode/
strptime.c 50 const char *day[7]; member in struct:__anon1423
208 case 'A': /* The day of week, using the locale's form. */
213 len = strlen(_ctloc(day[i]));
214 if (strncasecmp(_ctloc(day[i]), (const char*)bp, len) == 0)
263 case 'd': /* The day of month. */
288 case 'j': /* The day of year. */
374 case 'w': /* The day of week, beginning on sunday. */
  /external/icu/android_icu4j/src/main/java/android/icu/util/
IndianCalendar.java 335 int[] gregorianDay; // Stores gregorian date corresponding to Julian day;
337 gregorianDay = jdToGregorian(julianDay); // Gregorian date for Julian day
340 yday = (int)(julianDay - jdAtStartOfGregYear); // Day number in Gregorian year (starting from 0)
343 // Day is at the end of the preceding Saka year
493 * This routine converts a julian day (jd) to the corresponding date in Gregorian calendar"
499 int year, month, day; local
523 day = (int)(wjd - gregorianToJD(year, month, 1)) + 1;
529 julianDate[2] = day;
  /external/icu/icu4c/source/i18n/
indiancal.cpp 137 * Returns the Julian Day corresponding to gregorian date
141 * @param date The date in Gregorian day in month
159 * Returns the Gregorian Date corresponding to a given Julian Day
160 * @param jd The Julian Day
164 int32_t year, month, day; local
184 day = (int32_t)(wjd - gregorianToJD(year, month, 1)) + 1;
188 gregorianDate[2] = day;
290 * calendar equivalents for the given Julian day.
295 int32_t gregorianYear; // Stores gregorian date corresponding to Julian day;
298 gregorianYear = jdToGregorian(julianDay, gd)[0]; // Gregorian date for Julian day
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
IndianCalendar.java 362 int[] gregorianDay; // Stores gregorian date corresponding to Julian day;
364 gregorianDay = jdToGregorian(julianDay); // Gregorian date for Julian day
367 yday = (int)(julianDay - jdAtStartOfGregYear); // Day number in Gregorian year (starting from 0)
370 // Day is at the end of the preceding Saka year
522 * This routine converts a julian day (jd) to the corresponding date in Gregorian calendar"
528 int year, month, day; local
552 day = (int)(wjd - gregorianToJD(year, month, 1)) + 1;
558 julianDate[2] = day;
  /external/pdfium/xfa/fwl/
cfwl_monthcalendar.h 46 DATE(int32_t year, int32_t month, int32_t day)
47 : iYear(year), iMonth(month), iDay(day) {}
78 DATEINFO(int32_t day,
  /frameworks/av/media/mtp/
MtpUtils.cpp 50 DD replaced by the day (01-31), T is a constant character 'T' delimiting time from date,
57 int year, month, day, hour, minute, second; local
59 &year, &month, &day, &hour, &minute, &second) != 6)
82 tm.tm_mday = day;
  /frameworks/base/services/core/java/com/android/server/content/
SyncLogger.java 205 final long day = now % DateUtils.DAY_IN_MILLIS; local
206 if ((mLogWriter != null) && (day == mCurrentLogFileDayTimestamp)) {
213 mCurrentLogFileDayTimestamp = day;
  /external/python/cpython3/Modules/
_datetimemodule.c 228 /* year, month -> number of days in year preceding first day of month */
264 /* ordinal -> year, month, day, considering 01-Jan-0001 as day 1. */
266 ord_to_ymd(int ordinal, int *year, int *month, int *day)
302 * 100-year cycles precede the desired day, which implies the
303 * desired day is December 31 at the end of a 400-year cycle.
313 * meaning that the desired day is December 31 at the end of the
324 *day = 31;
345 *day = n + 1;
348 /* year, month, day -> ordinal, considering 01-Jan-0001 as day 1. *
2159 PyObject *day = NULL; local
2504 int day; local
2600 int day; local
2629 int day = GET_DAY(date) + (negate ? -deltadays : deltadays); local
2779 int day; local
2825 int day = GET_DAY(self); local
4143 int day; local
4259 int year, month, day, hour, minute, second, fold = 0; local
4528 int day = GET_DAY(date) + GET_TD_DAYS(delta) * factor; local
    [all...]
  /external/python/cpython3/Lib/test/
datetimetester.py 639 eq(str(td(1)), "1 day, 0:00:00")
640 eq(str(td(-1)), "-1 day, 0:00:00")
707 day = timedelta(1)
708 self.assertRaises(OverflowError, day.__mul__, 10**9)
709 self.assertRaises(OverflowError, day.__mul__, 1e9)
710 self.assertRaises(OverflowError, day.__truediv__, 1e-20)
711 self.assertRaises(OverflowError, day.__truediv__, 1e-10)
712 self.assertRaises(OverflowError, day.__truediv__, 9e-10)
716 day = timedelta(1)
717 self.assertRaises(OverflowError, day.__mul__, INF
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarTestFmwk.java 144 * <li>2: day
149 * <li>7: day
154 * // year month day field amount year month day
222 * sense to test the day fields; the time fields are not tested by this
355 * This method assumes day of week cycle is consistent.
375 // Day of year
398 // Day of week in month
420 * Convert year,month,day values to the form "year/month/day"
431 double day = getJulianDay(cal); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarTestFmwk.java 141 * <li>2: day
146 * <li>7: day
151 * // year month day field amount year month day
219 * sense to test the day fields; the time fields are not tested by this
352 * This method assumes day of week cycle is consistent.
372 // Day of year
395 // Day of week in month
417 * Convert year,month,day values to the form "year/month/day"
428 double day = getJulianDay(cal); local
    [all...]

Completed in 683 milliseconds

1 2 3 4 5 6 7 891011>>