HomeSort by relevance Sort by last modified time
    Searched refs:month (Results 226 - 250 of 481) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/mmc/
card.h 25 unsigned char month; member in struct:mmc_cid
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/mmc/
card.h 25 unsigned char month; member in struct:mmc_cid
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/mmc/
card.h 25 unsigned char month; member in struct:mmc_cid
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/mmc/
card.h 25 unsigned char month; member in struct:mmc_cid
  /external/chromium/chrome/browser/extensions/
convert_web_app_unittest.cc 64 base::Time GetTestTime(int year, int month, int day, int hour, int minute,
68 exploded.month = month;
  /external/chromium/chrome/browser/history/
text_database.cc 85 // Identifiers are intended to be a combination of the year and month, for
114 int year, month; local
116 base::StringToInt(suffix.begin() + 5, suffix.begin() + 7, &month);
118 return year * 100 + month;
  /frameworks/base/core/java/android/net/
NetworkPolicyManager.java 151 * 20th. When cycle day doesn't exist in current month, it snaps to the 1st
152 * of following month.
164 // first, find cycle boundary for current month
171 // pushing ourselves squarely into last month.
175 lastMonth.month -= 1;
194 // first, find cycle boundary for current month
201 // pushing ourselves squarely into next month.
205 nextMonth.month += 1;
216 * Snap to the cycle day for the current month given; when cycle day doesn't
217 * 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/icu4c/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...]
tzbdtest.cpp 225 * Check that the given year/month/dom/hour maps to and from the
233 void TimeZoneBoundaryTest::verifyMapping(Calendar& cal, int year, int month, int dom, int hour,
238 cal.set(year, month, dom, hour, 0, 0);
242 logln(UnicodeString("Ok: ") + year + "/" + (month+1) + "/" + dom + " " + hour + ":00 => " +
245 dataerrln(UnicodeString("FAIL: ") + year + "/" + (month+1) + "/" + dom + " " + hour + ":00 => " +
251 cal.get(UCAL_MONTH, status) == month &&
265 ", expected " + year + "/" + (month+1) + "/" + dom +
caltest.h 61 virtual void verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day);
  /external/icu4c/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.
  /frameworks/base/core/java/android/widget/
CalendarView.java 104 * Affects when the month selection will change while scrolling upe
228 * The name of the month to display.
248 * Which month should be displayed/highlighted [0-11].
288 * The first day of the focused month.
322 * @param month The month that was set [0-11].
323 * @param dayOfMonth The day of the month that was set.
325 public void onSelectedDayChange(CalendarView view, int year, int month, int dayOfMonth);
477 * Sets the color for the dates of the focused month.
479 * @param color The focused month date color
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c 25 int32_t drm_monthDays(int32_t year, int32_t month)
27 switch (month) {
51 int32_t drm_checkDate(int32_t year, int32_t month, int32_t day,
54 if (month >= 1 && month <= 12 &&
55 day >= 1 && day <= drm_monthDays(year, month) &&
85 /** get month */
354 /** get month */
  /external/chromium/base/metrics/
field_trial.h 107 // to the total_probability. Arguments year, month and day_of_month specify
112 const int month, const int day_of_month);
  /external/chromium/base/
time.cc 123 return is_in_range(month, 1, 12) &&
  /external/chromium/net/base/
x509_cert_types.cc 109 exploded.month = ParseIntAndAdvance(&field, 2, &valid);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Utils.java 264 int month = Integer.parseInt(buildIdParts[buildIdSegment].substring(4, 6)) - 1; local
269 calendar.set(year, month, date, hours, min);
276 int month = Integer.parseInt(buildIdParts[0].substring(5, 7)) - 1; local
280 calendar.set(year, month, date, hours, min);
  /external/icu4c/test/cintltst/
utmstest.c 350 int32_t month; member in struct:DotNetDateTimeTicks
359 * with the DateTime constructor taking int values for year, month, and date.
362 /* year, month, day, ticks */
467 ucal_setDate(cal, dt->year, dt->month - 1, dt->day, &errorCode); /* Java & ICU use January = month 0. */
472 (int)i, (int)(millis/dayMillis), (int)(icuDate/dayMillis), (int)dt->year, (int)dt->month, (int)dt->day);
480 (int)i, (int)(ticks/dayTicks), (int)(dt->ticks/dayTicks), (int)dt->year, (int)dt->month, (int)dt->day);
  /external/iptables/extensions/
libxt_time.c 90 unsigned int month = 1, day = 1, hour = 0, minute = 0, second = 0; local
104 month = strtoul(s, &e, 10);
105 if ((*e != '-' && *e != '\0') || month > 12)
138 tm.tm_mon = month - 1;
  /external/stlport/src/c_locale_win32/
c_wlocale_win32.c 292 const wchar_t * _WLocale_full_monthname(_Locale_time_t * ltime, int month,
294 { GetLocaleInfoW(ltime->lc.id, LOCALE_SMONTHNAME1 + month, buf, (int)bufSize); return buf; }
296 const wchar_t * _WLocale_abbrev_monthname(_Locale_time_t * ltime, int month,
298 { GetLocaleInfoW(ltime->lc.id, LOCALE_SABBREVMONTHNAME1 + month, buf, (int)bufSize); return buf; }
  /libcore/luni/src/main/java/javax/xml/datatype/
XMLGregorianCalendar.java 85 * <a name="datetimefield-month"/>
87 * <td> month </td>
95 * <td> Independent of month, max range is 1 to 31 or {@link DatatypeConstants#FIELD_UNDEFINED}.<br/>
96 * The normative value constraint stated relative to month
197 * int month,
206 * int month,
216 * int month,
272 * <p>Set month.</p>
276 * @param month value constraints summarized in <a href="#datetimefield-month">month field of date/time field mapping table</a>
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c 292 const wchar_t * _WLocale_full_monthname(_Locale_time_t * ltime, int month,
294 { GetLocaleInfoW(ltime->lc.id, LOCALE_SMONTHNAME1 + month, buf, (int)bufSize); return buf; }
296 const wchar_t * _WLocale_abbrev_monthname(_Locale_time_t * ltime, int month,
298 { GetLocaleInfoW(ltime->lc.id, LOCALE_SABBREVMONTHNAME1 + month, buf, (int)bufSize); return buf; }

Completed in 1106 milliseconds

1 2 3 4 5 6 7 8 91011>>