/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/ |
Alarm.java | 35 public int month; field in class:Alarm 45 month = in.readInt(); 71 parcel.writeInt(month); 85 jsonObject.put("month", month); 107 alarm.month = jsonObject.getInt("month"); 122 ", month=" + month + 139 month == alarm.month & [all...] |
/external/chromium-trace/catapult/catapult_build/perfbot_stats/ |
chrome_perf_stats.py | 30 USAGE = ('Usage: chrome_perf_stats.py <year> <month> <day>. If date is not ' 39 month = None 46 month = int(sys.argv[2]) 47 if month > 12 or month <= 0: 51 days = range(1, calendar.monthrange(year, month)[1] + 1) 64 month = yesterday.month 69 success_rates = CalculateSuccessRates(year, month, days, builders) 138 def CalculateSuccessRates(year, month, days, builders) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPDate.java | 108 /** month member 110 protected int month; field in class:SIPDate 141 this.month == other.month && 154 month = -1; 202 month = javaCal.get(Calendar.MONTH); 203 switch (month) { 242 "No date map for month " + month); [all...] |
/external/icu/icu4c/source/i18n/ |
islamcal.h | 42 * Each month of the calendar starts when the new moon's crescent is visible 50 * and 30-day months, with a leap day added to the last month of 11 out of 61 * start of a month in the religious calendar to differ from the civil calendar 66 * of a lunar month with a fairly high degree of certainty. However, these 73 * which approach is used to determine the start of a month. By default, the 107 * Constant for Muharram, the 1st month of the Islamic year. 113 * Constant for Safar, the 2nd month of the Islamic year. 119 * Constant for Rabi' al-awwal (or Rabi' I), the 3rd month of the Islamic year. 125 * Constant for Rabi' al-thani or (Rabi' II), the 4th month of the Islamic year. 131 * Constant for Jumada al-awwal or (Jumada I), the 5th month of the Islamic year. [all...] |
gregoimp.h | 145 * Return the number of days in the given month. 147 * @param month 0-based month, with 0==Jan 148 * @return the number of days in the given month 150 static inline int8_t monthLength(int32_t year, int32_t month); 153 * Return the length of a previous month of the Gregorian calendar. 155 * @param m the 0-based month number 156 * @return the number of days in the month previous to the given month 161 * Convert a year, month, and day-of-month, given in the prolepti [all...] |
coptccal.cpp | 78 int32_t eyear, month, day, era, year; local 79 jdToCE(julianDay, getJDEpochOffset(), eyear, month, day); 92 internalSet(UCAL_MONTH, month); 94 internalSet(UCAL_DAY_OF_YEAR, (30 * month) + day); 153 CopticCalendar::copticToJD(int32_t year, int32_t month, int32_t day) 155 return CECalendar::ceToJD(year, month, day, COPTIC_JD_EPOCH_OFFSET);
|
dtrule.cpp | 20 DateTimeRule::DateTimeRule(int32_t month, 24 : fMonth(month), fDayOfMonth(dayOfMonth), fDayOfWeek(0), fWeekInMonth(0), fMillisInDay(millisInDay), 28 DateTimeRule::DateTimeRule(int32_t month, 33 : fMonth(month), fDayOfMonth(0), fDayOfWeek(dayOfWeek), fWeekInMonth(weekInMonth), fMillisInDay(millisInDay), 37 DateTimeRule::DateTimeRule(int32_t month, 44 fMonth(month), fDayOfMonth(dayOfMonth), fDayOfWeek(dayOfWeek), fWeekInMonth(0), fMillisInDay(millisInDay),
|
ethpccal.cpp | 104 int32_t eyear, month, day, era, year; local 105 jdToCE(julianDay, getJDEpochOffset(), eyear, month, day); 123 internalSet(UCAL_MONTH, month); 125 internalSet(UCAL_DAY_OF_YEAR, (30 * month) + day); 197 EthiopicCalendar::ethiopicToJD(int32_t year, int32_t month, int32_t date) 199 return ceToJD(year, month, date, JD_EPOCH_OFFSET_AMETE_MIHRET);
|
/external/icu/icu4c/source/samples/translit/answers/ |
main_1.cpp | 39 for (int32_t month = Calendar::JANUARY; 40 month <= Calendar::DECEMBER; 41 ++month) { 45 cal->set(1999, month, 4);
|
main_2.cpp | 47 for (int32_t month = Calendar::JANUARY; 48 month <= Calendar::DECEMBER; 49 ++month) { 53 cal->set(1999, month, 4);
|
/libcore/ojluni/src/main/java/sun/util/calendar/ |
CalendarDate.java | 69 private int month; field in class:CalendarDate 166 return month; 169 public CalendarDate setMonth(int month) { 170 if (this.month != month) { 171 this.month = month; 179 month += n; 305 public CalendarDate setDate(int year, int month, int dayOfMonth) { 307 setMonth(month); [all...] |
/external/icu/icu4c/source/test/compat/ |
tzdate.c | 32 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime); 39 int year, month, day, hour, minute; local 44 sysyear = year = month = day = 0; 52 month = atoi(argv[2]); 61 systemtime = getSystemCurrentTime(systime, sysyear, month, day, hour, minute, useCurrentTime); 109 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime) { 120 ts.tm_mon = month - OFFSET_MONTH;
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
IslamicCalendar.java | 34 * Each month of the calendar starts when the new moon's crescent is visible 42 * and 30-day months, with a leap day added to the last month of 11 out of 54 * start of a month in the religious calendar to differ from the civil calendar 59 * of a lunar month with a fairly high degree of certainty. However, these 92 * Constant for Muharram, the 1st month of the Islamic year. 97 * Constant for Safar, the 2nd month of the Islamic year. 102 * Constant for Rabi' al-awwal (or Rabi' I), the 3rd month of the Islamic year. 107 * Constant for Rabi' al-thani or (Rabi' II), the 4th month of the Islamic year. 112 * Constant for Jumada al-awwal or (Jumada I), the 5th month of the Islamic year. 117 * Constant for Jumada al-thani or (Jumada II), the 6th month of the Islamic year. 742 int month = 12*(extendedYear-1); local 799 int year =0, month=0, dayOfMonth=0, dayOfYear=0; local [all...] |
JapaneseCalendar.java | 142 * @param month The value used to set the calendar's {@link #MONTH MONTH} field. 147 public JapaneseCalendar(int era, int year, int month, int date) { 148 super(year, month, date); 160 * @param month The value used to set the calendar's {@link #MONTH MONTH} field. 165 public JapaneseCalendar(int year, int month, int date) { 166 super(year, month, date) [all...] |
ChineseCalendar.java | 23 * calendar is a lunisolar calendar: Each month starts on a new moon, and 25 * guarantee that month 11 always contains the winter solstice. In order 27 * months are numbered the same as the month they follow. The decision of 28 * which month is a leap month depends on the relative movements of the sun 166 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field. 173 public ChineseCalendar(int year, int month, int isLeapMonth, int date) { 174 this(year, month, isLeapMonth, date, 0, 0, 0) 857 int month = synodicMonthsBetween(firstMoon, thisMoon); local [all...] |
HebrewHoliday.java | 28 public HebrewHoliday(int month, int date, String name) 30 this(month, date, 1, name); 36 public HebrewHoliday(int month, int date, int length, String name) 38 super(name, new SimpleDateRule(month, date, gCalendar));
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
IslamicCalendar.java | 33 * Each month of the calendar starts when the new moon's crescent is visible 41 * and 30-day months, with a leap day added to the last month of 11 out of 53 * start of a month in the religious calendar to differ from the civil calendar 58 * of a lunar month with a fairly high degree of certainty. However, these 92 * Constant for Muharram, the 1st month of the Islamic year. 98 * Constant for Safar, the 2nd month of the Islamic year. 104 * Constant for Rabi' al-awwal (or Rabi' I), the 3rd month of the Islamic year. 110 * Constant for Rabi' al-thani or (Rabi' II), the 4th month of the Islamic year. 116 * Constant for Jumada al-awwal or (Jumada I), the 5th month of the Islamic year. 122 * Constant for Jumada al-thani or (Jumada II), the 6th month of the Islamic year. 767 int month = 12*(extendedYear-1); local 827 int year =0, month=0, dayOfMonth=0, dayOfYear=0; local [all...] |
JapaneseCalendar.java | 149 * @param month The value used to set the calendar's {@link #MONTH MONTH} field. 155 public JapaneseCalendar(int era, int year, int month, int date) { 156 super(year, month, date); 168 * @param month The value used to set the calendar's {@link #MONTH MONTH} field. 174 public JapaneseCalendar(int year, int month, int date) { 175 super(year, month, date) [all...] |
ChineseCalendar.java | 22 * calendar is a lunisolar calendar: Each month starts on a new moon, and 24 * guarantee that month 11 always contains the winter solstice. In order 26 * months are numbered the same as the month they follow. The decision of 27 * which month is a leap month depends on the relative movements of the sun 168 * @param month The value used to set the calendar's {@link #MONTH MONTH} time field. 176 public ChineseCalendar(int year, int month, int isLeapMonth, int date) { 177 this(year, month, isLeapMonth, date, 0, 0, 0) 876 int month = synodicMonthsBetween(firstMoon, thisMoon); local [all...] |
/external/v8/src/ |
date.cc | 54 int days, int* year, int* month, int* day) { 57 // the same year and month as the cached 'days'. 63 *month = ymd_month_; 109 *month = i; 118 *month = 0; 121 *month = 1; 125 DCHECK(DaysFromYearMonth(*year, *month) + *day - 1 == save_days); 128 ymd_month_ = *month; 134 int DateCache::DaysFromYearMonth(int year, int month) { 140 year += month / 12 [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
ChineseTestCase.java | 23 * @param month the MONTH (1-based) field of tested calendar on 25 * @param isLeapMonth if true, treat month as a leap month 32 int era, int year, int month, 39 set(Calendar.MONTH, month - 1); 51 "/" + (get(Calendar.MONTH)+1) +
|
/external/icu/icu4c/source/test/cintltst/ |
ccaltst.h | 85 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day); 87 static void verify2(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day,
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
ChineseTestCase.java | 22 * @param month the MONTH (1-based) field of tested calendar on 24 * @param isLeapMonth if true, treat month as a leap month 31 int era, int year, int month, 38 set(Calendar.MONTH, month - 1); 50 "/" + (get(Calendar.MONTH)+1) +
|
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
CalendarViewBindingAdapter.java | 45 public void onSelectedDayChange(CalendarView view, int year, int month, 48 onDayChange.onSelectedDayChange(view, year, month, dayOfMonth);
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
SimpleMonthView.java | 31 public void drawMonthDay(Canvas canvas, int year, int month, int day, 39 if (isOutOfRange(year, month, day)) {
|