HomeSort by relevance Sort by last modified time
    Searched refs:month (Results 251 - 275 of 1124) sorted by null

<<11121314151617181920>>

  /external/skia/infra/bots/recipes/
upload_nano_results.py 39 str(now.month).zfill(2), str(now.day).zfill(2), str(now.hour).zfill(2),
  /external/skqp/infra/bots/recipes/
upload_nano_results.py 39 str(now.month).zfill(2), str(now.day).zfill(2), str(now.hour).zfill(2),
  /hardware/intel/img/psb_headers/DRM/cc54/inc/
drm_common_api.h 45 // month: 0 = January.
55 uint8_t month; member in struct:time_of_day
  /libcore/ojluni/src/main/java/java/time/chrono/
IsoChronology.java 79 import java.time.Month;
109 * <li>month-of-year - There are 12 months in an ISO year, numbered from 1 to 12.
110 * <li>day-of-month - There are between 28 and 31 days in each of the ISO month, numbered from 1 to 31.
112 * Month 2 has 28 days, or 29 in a leap year.
175 * Obtains an ISO local date from the era, year-of-era, month-of-year
176 * and day-of-month fields.
180 * @param month the ISO month-of-year
181 * @param dayOfMonth the ISO day-of-month
    [all...]
ThaiBuddhistChronology.java 97 * <li>month-of-year - The ThaiBuddhist month-of-year exactly matches ISO.
98 * <li>day-of-month - The ThaiBuddhist day-of-month exactly matches ISO.
201 * era, year-of-era, month-of-year and day-of-month fields.
205 * @param month the month-of-year
206 * @param dayOfMonth the day-of-month
212 public ThaiBuddhistDate date(Era era, int yearOfEra, int month, int dayOfMonth)
    [all...]
HijrahDate.java 96 * Gregorian calendar, and the length of each month is based on the period
130 * The month-of-year.
134 * The day-of-month.
141 * month-of-year and day-of-month.
144 * @param monthOfYear the month-of-year to represent, from 1 to 12
145 * @param dayOfMonth the day-of-month to represent, from 1 to 30
215 * from the proleptic-year, month-of-year and day-of-month fields.
218 * The day must be valid for the year and month, otherwise an exception will be thrown
687 int month = in.readByte(); local
    [all...]
JapaneseDate.java 196 * system from the era, year-of-era, month-of-year and day-of-month fields.
199 * The day must be valid for the year and month, otherwise an exception will be thrown.
201 * The Japanese month and day-of-month are the same as those in the
213 * @param month the Japanese month-of-year, from 1 to 12
214 * @param dayOfMonth the Japanese day-of-month, from 1 to 31
217 * or if the day-of-month is invalid for the month-year
753 int month = in.readByte(); local
    [all...]
  /libcore/ojluni/src/test/java/time/test/java/time/chrono/
TestExampleCode.java 92 int month = now1.get(ChronoField.MONTH_OF_YEAR); local
95 dow, day, month, year);
152 int month = now1.get(ChronoField.MONTH_OF_YEAR); local
155 dow, day, month, year);
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
UtilityTest.java 36 private void testParseDateTimesHelper(String date, int year, int month,
40 assertEquals(month, cal.get(Calendar.MONTH) + 1);
59 private void testParseEmailDateTimeHelper(String date, int year, int month,
61 GregorianCalendar cal = new GregorianCalendar(year, month - 1, day,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnls32.h 20 WORD month; member in struct:_tagDATETIME
  /prebuilts/gdb/darwin-x86/include/python2.7/
datetime.h 15 * 2 month 1 byte, 1-12
24 /* # of bytes for year, month, and day. */
30 /* # of bytes for year, month, day, hour, minute, second, and usecond. */
210 #define PyDate_FromDate(year, month, day) \
211 PyDateTimeAPI->Date_FromDate(year, month, day, PyDateTimeAPI->DateType)
213 #define PyDateTime_FromDateAndTime(year, month, day, hour, min, sec, usec) \
214 PyDateTimeAPI->DateTime_FromDateAndTime(year, month, day, hour, \
  /prebuilts/gdb/linux-x86/include/python2.7/
datetime.h 15 * 2 month 1 byte, 1-12
24 /* # of bytes for year, month, and day. */
30 /* # of bytes for year, month, day, hour, minute, second, and usecond. */
210 #define PyDate_FromDate(year, month, day) \
211 PyDateTimeAPI->Date_FromDate(year, month, day, PyDateTimeAPI->DateType)
213 #define PyDateTime_FromDateAndTime(year, month, day, hour, min, sec, usec) \
214 PyDateTimeAPI->DateTime_FromDateAndTime(year, month, day, hour, \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
datetime.h 15 * 2 month 1 byte, 1-12
24 /* # of bytes for year, month, and day. */
30 /* # of bytes for year, month, day, hour, minute, second, and usecond. */
210 #define PyDate_FromDate(year, month, day) \
211 PyDateTimeAPI->Date_FromDate(year, month, day, PyDateTimeAPI->DateType)
213 #define PyDateTime_FromDateAndTime(year, month, day, hour, min, sec, usec) \
214 PyDateTimeAPI->DateTime_FromDateAndTime(year, month, day, hour, \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
datetime.h 15 * 2 month 1 byte, 1-12
24 /* # of bytes for year, month, and day. */
30 /* # of bytes for year, month, day, hour, minute, second, and usecond. */
210 #define PyDate_FromDate(year, month, day) \
211 PyDateTimeAPI->Date_FromDate(year, month, day, PyDateTimeAPI->DateType)
213 #define PyDateTime_FromDateAndTime(year, month, day, hour, min, sec, usec) \
214 PyDateTimeAPI->DateTime_FromDateAndTime(year, month, day, hour, \
  /system/update_engine/update_manager/
real_time_provider_unittest.cc 47 now_exp.month = 3;
  /toolchain/binutils/binutils-2.27/include/nlm/
external.h 64 unsigned char month[NLM_TARGET_LONG_SIZE]; local
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
HebrewTest.java 51 * The only real nastiness with roll is the MONTH field, since a year can
58 // year month day field amount year month day
60 { 5759, HESHVAN, 2, MONTH, 1, 5759, KISLEV, 2 }, // non-leap years
61 { 5759, SHEVAT, 2, MONTH, 1, 5759, ADAR, 2 },
62 { 5759, SHEVAT, 2, MONTH, 2, 5759, NISAN, 2 },
63 { 5759, SHEVAT, 2, MONTH, 12, 5759, SHEVAT, 2 },
64 { 5759, AV, 1, MONTH, 12, 5759, AV, 1 }, // Alan
66 { 5757, HESHVAN, 2, MONTH, 1, 5757, KISLEV, 2 }, // leap years
67 { 5757, SHEVAT, 2, MONTH, 1, 5757, ADAR_1, 2 }
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
HebrewTest.java 48 * The only real nastiness with roll is the MONTH field, since a year can
55 // year month day field amount year month day
57 { 5759, HESHVAN, 2, MONTH, 1, 5759, KISLEV, 2 }, // non-leap years
58 { 5759, SHEVAT, 2, MONTH, 1, 5759, ADAR, 2 },
59 { 5759, SHEVAT, 2, MONTH, 2, 5759, NISAN, 2 },
60 { 5759, SHEVAT, 2, MONTH, 12, 5759, SHEVAT, 2 },
61 { 5759, AV, 1, MONTH, 12, 5759, AV, 1 }, // Alan
63 { 5757, HESHVAN, 2, MONTH, 1, 5757, KISLEV, 2 }, // leap years
64 { 5757, SHEVAT, 2, MONTH, 1, 5757, ADAR_1, 2 }
    [all...]
  /frameworks/base/core/java/android/widget/
DatePicker.java 50 * set to {@code spinner}, the date can be selected using year, month, and day
57 * set to {@code calendar}, the month and day can be selected using a
132 * @param monthOfYear The month that was set (0-11) for compatibility
134 * @param dayOfMonth The day of the month that was set.
224 * @param monthOfYear The initial month <strong>starting from zero</strong>.
225 * @param dayOfMonth The initial day of the month.
248 * @param month The month which is <strong>starting from zero</strong>.
249 * @param dayOfMonth The day of the month.
251 public void updateDate(int year, int month, int dayOfMonth)
    [all...]
DatePickerSpinnerDelegate.java 137 mTempDate.add(Calendar.MONTH, 1);
139 mTempDate.add(Calendar.MONTH, -1);
141 mTempDate.add(Calendar.MONTH, newVal - oldVal);
149 setDate(mTempDate.get(Calendar.YEAR), mTempDate.get(Calendar.MONTH),
162 public void onSelectedDayChange(CalendarView view, int year, int month, int monthDay) {
163 setDate(year, month, monthDay);
176 // month
177 mMonthSpinner = (NumberPicker) mDelegator.findViewById(com.android.internal.R.id.month);
224 init(mCurrentDate.get(Calendar.YEAR), mCurrentDate.get(Calendar.MONTH), mCurrentDate
250 public void updateDate(int year, int month, int dayOfMonth)
    [all...]
DayPickerPagerAdapter.java 83 final int diffMonth = mMaxDate.get(Calendar.MONTH) - mMinDate.get(Calendar.MONTH);
205 return (position + mMinDate.get(Calendar.MONTH)) % MONTHS_IN_YEAR;
209 final int yearOffset = (position + mMinDate.get(Calendar.MONTH)) / MONTHS_IN_YEAR;
219 final int monthOffset = day.get(Calendar.MONTH) - mMinDate.get(Calendar.MONTH);
248 final int month = getMonthForPosition(position); local
252 if (mSelectedDay != null && mSelectedDay.get(Calendar.MONTH) == month) {
259 if (mMinDate.get(Calendar.MONTH) == month && mMinDate.get(Calendar.YEAR) == year)
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParser.java 101 private int month; field in class:DateTimeParser.Date
104 public Date(String year, int month, int day) {
106 this.month = month;
111 public int getMonth() { return month; }
205 m = month();
218 final public int month() throws ParseException { method in class:DateTimeParser
  /external/python/cpython3/Lib/
_strptime.py 39 f_month -- full month names (13-item list; dummy value in [0], which
41 a_month -- abbreviated month names (13-item list, dummy value in
368 month = day = 1
400 month = int(found_dict['m'])
402 month = locale_time.f_month.index(found_dict['B'].lower())
404 month = locale_time.a_month.index(found_dict['b'].lower())
501 if year is None and month == 2 and day == 29:
527 julian = datetime_date(year, month, day).toordinal() - \
535 month = datetime_result.month
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
CalendarPanel.java 108 int month = fCalendar[0].get(Calendar.MONTH); local
113 fCalendar[0].set(Calendar.MONTH, month);
142 // Stash away a Date for the start of this month
144 // Find the day of week of the first day in this month
149 // Now find the # of days in the month
153 // Finally, find the end of the month, i.e. the start of the next one
155 c.add(Calendar.MONTH, 1);
165 // Calculate the number of full or partial weeks in this month
331 String month = fSymbols[i].getMonths()[ local
    [all...]
  /external/wpa_supplicant_8/src/utils/
os_internal.c 57 int os_mktime(int year, int month, int day, int hour, int min, int sec,
62 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 ||
69 tm.tm_mon = month - 1;
92 tm->month = tm2->tm_mon + 1;

Completed in 396 milliseconds

<<11121314151617181920>>