/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/mmc/ |
card.h | 25 unsigned char month; member in struct:mmc_cid
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/mmc/ |
card.h | 25 unsigned char month; member in struct:mmc_cid
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/mmc/ |
card.h | 25 unsigned char month; member in struct:mmc_cid
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
BaseHTTPServer.py | 54 # | Mon: Month (calendar name) 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 | 54 # | Mon: Month (calendar name) 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)
|
/external/libweave/third_party/chromium/base/time/ |
time_unittest.cc | 38 15, // day of month 39 10 - 1, // month 76 EXPECT_EQ(tms.tm_mon + 1, exploded.month); 176 EXPECT_EQ(12, exploded.month); 188 EXPECT_EQ(12, exploded.month); 200 EXPECT_EQ(12, exploded.month); 212 EXPECT_EQ(12, exploded.month); 224 EXPECT_EQ(12, exploded.month); 237 EXPECT_EQ(1, exploded.month); 249 EXPECT_EQ(1, exploded.month); [all...] |
/frameworks/base/core/java/android/net/ |
NetworkPolicyManager.java | 246 * 20th. When cycle day doesn't exist in current month, it snaps to the 1st 247 * of following month. 259 // first, find cycle boundary for current month 266 // pushing ourselves squarely into last month. 270 lastMonth.month -= 1; 289 // first, find cycle boundary for current month 296 // pushing ourselves squarely into next month. 300 nextMonth.month += 1; 311 * Snap to the cycle day for the current month given; when cycle day doesn't 312 * exist, it snaps to last second of current month [all...] |
/packages/apps/Calendar/src/com/android/calendar/month/ |
SimpleWeeksAdapter.java | 17 package com.android.calendar.month; 57 * Which month should be in focus currently. 248 * Changes which month is in focus and updates the view. 250 * @param month The month to show as in focus [0-11] 252 public void updateFocusMonth(int month) { 253 mFocusMonth = month;
|
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
AlertServiceTest.java | 622 int month = now.month; local 628 long allDayStart = Utils.createTimeInMillis(0, 0, 0, day, month, year, Time.TIMEZONE_UTC); 632 Utils.createTimeInMillis(0, 0, 10, day, month, year, Time.getCurrentTimezone()), 633 Utils.createTimeInMillis(0, 30, 10, day, month, year, Time.getCurrentTimezone()), 637 Utils.createTimeInMillis(0, 0, 6, day, month, year, Time.getCurrentTimezone()), 638 Utils.createTimeInMillis(0, 0, 6, day, month, year, Time.getCurrentTimezone()), 0); 644 Utils.createTimeInMillis(0, 0, 23, yesterday.monthDay, yesterday.month, 646 Utils.createTimeInMillis(0, 0, 7, day, month, year, Time.getCurrentTimezone()), 0); 650 long currentTime = Utils.createTimeInMillis(0, 0, 0, day, month, year [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
DangiTest.java | 88 int m = cal.get(Calendar.MONTH) + 1; // 0-based -> 1-based 115 cal.set(Calendar.MONTH, cmonth - 1); 132 * month zero. This was a problem with some of the astronomical 144 cal.get(Calendar.MONTH) + 187 // (field, value)+, END, exp.month, exp.isLeapMonth, exp.DOM 188 // Note: exp.month is ONE-BASED 195 // If we set MONTH only, that should be used 198 Calendar.MONTH, 3, 203 Calendar.MONTH, 1, // Should ignore 211 Calendar.MONTH, 3 233 int month = cal.get(Calendar.MONTH); local [all...] |
IBMCalendarTest.java | 157 * { era, year, gregorianYear, month, dayOfMonth, ... } 169 int month = data[i++]; local 173 grego.set(gregorianYear, month, dayOfMonth); 178 cal.set(year, month, dayOfMonth); 181 logln("OK: " + era + ":" + year + "/" + (month+1) + "/" + dayOfMonth + 184 errln("Fail: " + era + ":" + year + "/" + (month+1) + "/" + dayOfMonth + 195 (cal.get(Calendar.MONTH)+1) + "/" + cal.get(Calendar.DATE)); 199 (cal.get(Calendar.MONTH)+1) + "/" + cal.get(Calendar.DATE) + 200 ", expected " + era + ":" + year + "/" + (month+1) + "/" + 268 // new BuddhistCalendar(int year, int month, int date 659 int month; field in class:IBMCalendarTest.TestData 1151 private int month; field in class:IBMCalendarTest.CalFields 1208 int month = cal.get(Calendar.MONTH) + 1; local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
DangiTest.java | 84 int m = cal.get(Calendar.MONTH) + 1; // 0-based -> 1-based 111 cal.set(Calendar.MONTH, cmonth - 1); 128 * month zero. This was a problem with some of the astronomical 140 cal.get(Calendar.MONTH) + 183 // (field, value)+, END, exp.month, exp.isLeapMonth, exp.DOM 184 // Note: exp.month is ONE-BASED 191 // If we set MONTH only, that should be used 194 Calendar.MONTH, 3, 199 Calendar.MONTH, 1, // Should ignore 207 Calendar.MONTH, 3 229 int month = cal.get(Calendar.MONTH); local [all...] |
IBMCalendarTest.java | 153 * { era, year, gregorianYear, month, dayOfMonth, ... } 165 int month = data[i++]; local 169 grego.set(gregorianYear, month, dayOfMonth); 174 cal.set(year, month, dayOfMonth); 177 logln("OK: " + era + ":" + year + "/" + (month+1) + "/" + dayOfMonth + 180 errln("Fail: " + era + ":" + year + "/" + (month+1) + "/" + dayOfMonth + 191 (cal.get(Calendar.MONTH)+1) + "/" + cal.get(Calendar.DATE)); 195 (cal.get(Calendar.MONTH)+1) + "/" + cal.get(Calendar.DATE) + 196 ", expected " + era + ":" + year + "/" + (month+1) + "/" + 264 // new BuddhistCalendar(int year, int month, int date 655 int month; field in class:IBMCalendarTest.TestData 1147 private int month; field in class:IBMCalendarTest.CalFields 1204 int month = cal.get(Calendar.MONTH) + 1; local [all...] |
/external/pdfium/xfa/src/fgas/include/ |
fx_datetime.h | 60 uint8_t month,
165 uint8_t month;
member in struct:_FX_DATE 185 uint8_t month;
member in struct:_FX_DATETIME::__anon22319::__anon22320 207 uint8_t month;
member in struct:_FX_DATETIMEZONE::__anon22323::__anon22324::__anon22325::__anon22326 271 uint8_t month,
|
/frameworks/base/core/java/android/text/style/ |
TtsSpan.java | 330 * Argument used to specify the day of the month of a date. The value should 337 * Argument used to specify the month of a date. The value should be 345 public static final String ARG_MONTH = "android.arg.month"; [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
OlsonTimeZone.java | 103 * cessation lists consist of the month, dowim, dow, time, and time 126 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) { 127 if (month < Calendar.JANUARY || month > Calendar.DECEMBER) { 128 throw new IllegalArgumentException("Month is not in the legal range: " +month); 130 return getOffset(era, year, month, day, dayOfWeek, milliseconds, Grego.monthLength(year, month)); 137 public int getOffset(int era, int year, int month,int dom, int dow, int millis, int monthLength){ 140 || month < Calendar.JANUAR [all...] |
/external/icu/icu4c/source/test/intltest/ |
tzregts.cpp | 367 * BEGINNING OR END OF A MONTH. We must add this code because 471 int32_t month = cal->get(UCAL_MONTH, status); local 481 int32_t offset = tz->getOffset((uint8_t)era, year, month, day, (uint8_t)dayOfWeek, millis, status); 624 int32_t month = DATA[i+1]; local 633 zone->setStartRule(month, day, dayOfWeek, time, status); 638 errln(UnicodeString("setStartRule(month=") + month + ", day=" + day + 647 zone->setEndRule(month, day, dayOfWeek, time, status); 652 errln(UnicodeString("setEndRule(month=") + month + ", day=" + day [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
OlsonTimeZone.java | 102 * cessation lists consist of the month, dowim, dow, time, and time 124 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) { 125 if (month < Calendar.JANUARY || month > Calendar.DECEMBER) { 126 throw new IllegalArgumentException("Month is not in the legal range: " +month); 128 return getOffset(era, year, month, day, dayOfWeek, milliseconds, Grego.monthLength(year, month)); 135 public int getOffset(int era, int year, int month,int dom, int dow, int millis, int monthLength){ 138 || month < Calendar.JANUAR [all...] |
/external/icu/icu4c/source/i18n/ |
tzrule.cpp | 288 int32_t month = fDateTimeRule->getRuleMonth(); 293 if (month == UCAL_FEBRUARY && dom == 29 && !Grego::isLeapYear(year)) { 297 ruleDay = Grego::fieldsToDay(year, month, dom); 356 int32_t year, month, dom, dow, doy, mid; 357 Grego::timeToFields(base, year, month, dom, dow, doy, mid); 380 int32_t year, month, dom, dow, doy, mid; 381 Grego::timeToFields(base, year, month, dom, dow, doy, mid);
|
/external/v8/test/mjsunit/ |
date-parse.js | 76 // If the three first letters of the month is a 77 // month name we are happy - ignore the rest. 84 // Allow missing space between month and day. 87 // Allow year/month/day format. 89 // Allow month/day/year format. 91 // Allow month/day year format. 93 // Allow comma instead of space after day, month and year.
|
/external/v8/src/ |
builtins.cc | 2161 int year, month, day, weekday, hour, min, sec, ms; local 2246 double month = month_object->Number(); local 2322 double month = std::numeric_limits<double>::quiet_NaN(); local 2389 int year, month, day; local 2411 int year, month, day; local 2417 Handle<Object> month = args.at<Object>(2); local 2528 Handle<Object> month = args.atOrUndefined(isolate, 1); local 2599 int year, month, day; local 2620 int year, month, day; local 2626 Handle<Object> month = args.at<Object>(2); local 2734 Handle<Object> month = args.atOrUndefined(isolate, 1); local 2804 int year, month, day, weekday, hour, min, sec, ms; local 2856 int year, month, day, weekday, hour, min, sec, ms; local 2895 int year, month, day; local 2917 int year, month, day; local [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
Calendar.java | 36 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>, 70 * as well as their meaning. For example, the first month of the year has value 71 * <code>MONTH</code> == <code>JANUARY</code> for all calendars. Other values 78 * <code>GregorianCalendar</code> interprets <code>MONTH</code> == 84 * values between 1 and the length of the month. 94 * first week of the month or year as a reference point. The first week of a 95 * month or year is defined as the earliest seven day period beginning on 97 * <code>getMinimalDaysInFirstWeek()</code> days of that month or year. Weeks 106 * <code>Date</code> (such as only year and month but no day in the month), 4860 int year, month, dayOfMonth, dayOfYear; local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
Calendar.java | 35 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>, 69 * as well as their meaning. For example, the first month of the year has value 70 * <code>MONTH</code> == <code>JANUARY</code> for all calendars. Other values 77 * <code>GregorianCalendar</code> interprets <code>MONTH</code> == 83 * values between 1 and the length of the month. 93 * first week of the month or year as a reference point. The first week of a 94 * month or year is defined as the earliest seven day period beginning on 96 * <code>getMinimalDaysInFirstWeek()</code> days of that month or year. Weeks 105 * <code>Date</code> (such as only year and month but no day in the month), 5024 int year, month, dayOfMonth, dayOfYear; local [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
TimeZoneBoundaryTest.java | 208 showNN(cal.get(Calendar.MONTH) + 1) + "/" + 227 showNN(cal.get(Calendar.MONTH) + 1) + "/" + 271 int offset = time_zone.getOffset(cal.get(Calendar.ERA), cal.get(Calendar.YEAR), cal.get(Calendar.MONTH), 282 ", month=" + cal.get(Calendar.MONTH) + 296 * Check that the given year/month/dom/hour maps to and from the 304 void verifyMapping(Calendar cal, int year, int month, int dom, int hour, 308 cal.set(year, month, dom, hour, 0, 0); 313 logln("Ok: " + year + "/" + (month+1) + "/" + dom + " " + hour + ":00 => " + 316 errln("FAIL: " + year + "/" + (month+1) + "/" + dom + " " + hour + ":00 => " [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
calendar.h | 55 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>, 91 * <code>UDate</code> (such as only year and month but no day in the month), 100 * start of the epoch: i.e., YEAR = 1970, MONTH = JANUARY, DATE = 1, etc. 111 * MONTH + DAY_OF_MONTH 112 * MONTH + WEEK_OF_MONTH + DAY_OF_WEEK 113 * MONTH + DAY_OF_WEEK_IN_MONTH + DAY_OF_WEEK 152 * month, day-of-month <em>and</em> day-of-week in some cases. 176 * month up in the date <code>December 12, <b>1996</b></code> results i [all...] |