HomeSort by relevance Sort by last modified time
    Searched refs:month (Results 101 - 125 of 931) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_calendar.py 58 <tr><th colspan="3" class="year">2004</th></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" class="month">
59 <tr><th colspan="7" class="month">January</th></tr>
67 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
68 <tr><th colspan="7" class="month">February</th></tr>
76 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
77 <tr><th colspan="7" class="month">March</th></tr>
85 </td></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" class="month">
86 <tr><th colspan="7" class="month">April</th></tr>
94 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
95 <tr><th colspan="7" class="month">May</th></tr
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_calendar.py 58 <tr><th colspan="3" class="year">2004</th></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" class="month">
59 <tr><th colspan="7" class="month">January</th></tr>
67 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
68 <tr><th colspan="7" class="month">February</th></tr>
76 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
77 <tr><th colspan="7" class="month">March</th></tr>
85 </td></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" class="month">
86 <tr><th colspan="7" class="month">April</th></tr>
94 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
95 <tr><th colspan="7" class="month">May</th></tr
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_calendar.py 58 <tr><th colspan="3" class="year">2004</th></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" class="month">
59 <tr><th colspan="7" class="month">January</th></tr>
67 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
68 <tr><th colspan="7" class="month">February</th></tr>
76 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
77 <tr><th colspan="7" class="month">March</th></tr>
85 </td></tr><tr><td><table border="0" cellpadding="0" cellspacing="0" class="month">
86 <tr><th colspan="7" class="month">April</th></tr>
94 </td><td><table border="0" cellpadding="0" cellspacing="0" class="month">
95 <tr><th colspan="7" class="month">May</th></tr
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/static/
jquery.json-2.2.min.js 11 {var month=o.getUTCMonth()+1;if(month<10)month='0'+month;var day=o.getUTCDate();if(day<10)day='0'+day;var year=o.getUTCFullYear();var hours=o.getUTCHours();if(hours<10)hours='0'+hours;var minutes=o.getUTCMinutes();if(minutes<10)minutes='0'+minutes;var seconds=o.getUTCSeconds();if(seconds<10)seconds='0'+seconds;var milli=o.getUTCMilliseconds();if(milli<100)milli='0'+milli;if(milli<10)milli='0'+milli;return'"'+year+'-'+month+'-'+day+'T'+
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/static/
jquery.json-2.2.min.js 11 {var month=o.getUTCMonth()+1;if(month<10)month='0'+month;var day=o.getUTCDate();if(day<10)day='0'+day;var year=o.getUTCFullYear();var hours=o.getUTCHours();if(hours<10)hours='0'+hours;var minutes=o.getUTCMinutes();if(minutes<10)minutes='0'+minutes;var seconds=o.getUTCSeconds();if(seconds<10)seconds='0'+seconds;var milli=o.getUTCMilliseconds();if(milli<100)milli='0'+milli;if(milli<10)milli='0'+milli;return'"'+year+'-'+month+'-'+day+'T'+
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
jquery.json.min.js 11 {var month=o.getUTCMonth()+1;if(month<10)month='0'+month;var day=o.getUTCDate();if(day<10)day='0'+day;var year=o.getUTCFullYear();var hours=o.getUTCHours();if(hours<10)hours='0'+hours;var minutes=o.getUTCMinutes();if(minutes<10)minutes='0'+minutes;var seconds=o.getUTCSeconds();if(seconds<10)seconds='0'+seconds;var milli=o.getUTCMilliseconds();if(milli<100)milli='0'+milli;if(milli<10)milli='0'+milli;return'"'+year+'-'+month+'-'+day+'T'+
  /external/icu/icu4c/source/i18n/
simpletz.cpp 276 * day of week in the month (e.g., (2, WEDNESDAY) is the second Wednesday
277 * of the month).
279 * the day of week in the month counting backward from the end of the month.
280 * (e.g., (-1, MONDAY) is the last Monday in the month)
282 * specifies the day of the month, regardless of what day of the week it is.
283 * (e.g., (10, 0) is the tenth day of the month)
285 * specifies the day of the month counting backward from the end of the
286 * month, regardless of what day of the week it is (e.g., (-2, 0) is the
287 * next-to-last day of the month)
516 int32_t year, month, dom, dow; local
    [all...]
vtzone.cpp 77 // Month length for non-leap year
190 int32_t year, month, dom, dow, doy, mid; local
191 Grego::timeToFields(time, year, month, dom, dow, doy, mid);
195 appendAsciiDigits(month + 1, 2, str);
230 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; local
253 month = parseAsciiDigits(str, 4, 2, status) - 1; // 0-based
264 int32_t maxDayOfMonth = Grego::monthLength(year, month);
265 if (year < 0 || month < 0 || month > 11 || day < 1 || day > maxDayOfMonth ||
278 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY
539 int32_t month, dayOfWeek, nthDayOfWeek, dayOfMonth = 0; local
815 int32_t month = -1, dom = 0, dow = 0; local
1939 int32_t year, month, dom, dow, doy, mid; local
    [all...]
gregocal.cpp 81 { 0, 0, 11, 11}, // MONTH
111 * MONTH 0 0 11 11
220 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date,
229 set(UCAL_MONTH, month);
235 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date,
244 set(UCAL_MONTH, month);
252 GregorianCalendar::GregorianCalendar(int32_t year, int32_t month, int32_t date,
262 set(UCAL_MONTH, month);
367 int32_t eyear, month, dayOfMonth, dayOfYear, unusedRemainder; local
381 month = getGregorianMonth()
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
EthiopicCalendar.java 33 * Constant for ?????, the 1st month of the Ethiopic year.
38 * Constant for ????, the 2nd month of the Ethiopic year.
43 * Constant for ???, the 3rd month of the Ethiopic year.
48 * Constant for ????, the 4th month of the Ethiopic year.
53 * Constant for ??, the 5th month of the Ethiopic year.
58 * Constant for ????, the 6th month of the Ethiopic year.
63 * Constant for ????, the 7th month of the Ethiopic year.
68 * Constant for ????, the 8th month of the Ethiopic year.
73 * Constant for ????, the 9th month of the Ethiopic year.
78 * Constant for ??, the 10th month of the Ethiopic year.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
EthiopicCalendar.java 32 * Constant for ?????, the 1st month of the Ethiopic year.
38 * Constant for ????, the 2nd month of the Ethiopic year.
44 * Constant for ???, the 3rd month of the Ethiopic year.
50 * Constant for ????, the 4th month of the Ethiopic year.
56 * Constant for ??, the 5th month of the Ethiopic year.
62 * Constant for ????, the 6th month of the Ethiopic year.
68 * Constant for ????, the 7th month of the Ethiopic year.
74 * Constant for ????, the 8th month of the Ethiopic year.
80 * Constant for ????, the 9th month of the Ethiopic year.
86 * Constant for ??, the 10th month of the Ethiopic year.
    [all...]
  /external/v8/src/
date.h 167 int year, month, day; local
168 YearMonthDayFromDays(days, &year, &month, &day);
169 int new_days = DaysFromYearMonth(EquivalentYear(year), month) + day - 1;
186 // the corresponding year, month, and day.
187 void YearMonthDayFromDays(int days, int* year, int* month, int* day);
190 // the first day of the given month in the given year.
191 int DaysFromYearMonth(int year, int month);
194 void BreakDownTime(int64_t time_ms, int* year, int* month, int* day,
273 // Year/Month/Day cache.
dateparser.cc 15 // Day and month defaults to 1.
21 int month = kNone; local
28 month = comp_[1];
32 month = comp_[0];
37 month = named_month_;
57 if (!Smi::IsValid(year) || !IsMonth(month) || !IsDay(day)) return false;
60 output->set(MONTH, Smi::FromInt(month - 1)); // 0-based
162 // Word longer than keyword is only allowed for month names.
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DatePickerBindingAdapter.java 28 @InverseBindingMethod(type = DatePicker.class, attribute = "android:month"),
32 @BindingAdapter(value = {"android:year", "android:month", "android:day",
35 public static void setListeners(DatePicker view, int year, int month, int day,
45 view.init(year, month, day, listener);
53 view.init(year, month, day, oldListener);
  /hardware/bsp/intel/peripheral/libupm/examples/java/
WT5001Sample.java 107 short month[] = new short[1]; local
109 if (mp3.getDate(year, month, day))
110 System.out.println("The device date is: " + year[0] + "/" + month[0] + "/" + day[0]);
  /hardware/bsp/intel/peripheral/libupm/examples/python/
wt5001.py 91 month = upmWt5001.uint8Array(0) variable
94 myMP3Player.getDate(year, month, day)
95 mp3date = str(month.__getitem__(0)) + "/"
ds1307.py 32 RTCObj.month, RTCObj.dayOfMonth, RTCObj.year,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/installers/
__init__.py 30 def add_cron(self, name, minute, hour, mday, month, wday, who, command, env=None):
  /external/icu/icu4c/source/test/intltest/
calcasts.h 31 int32_t month; member in struct:CalendarCaseTest::TestCase
  /external/lzma/CPP/Windows/
TimeUtils.h 17 bool GetSecondsSince1601(unsigned year, unsigned month, unsigned day,
  /external/markdown/markdown/extensions/
rss.py 27 month, date, year = heading.split()
28 month = month_map[month]
30 return rdftime(" ".join((month, date, year, "12:00:00 AM")))
  /frameworks/base/core/java/android/util/
MonthDisplayHelper.java 22 * Helps answer common questions that come up when displaying a month in a
32 // holds current month, year, helps compute display
43 * @param month The month.
46 public MonthDisplayHelper(int year, int month, int weekStartDay) {
55 mCalendar.set(Calendar.MONTH, month);
66 public MonthDisplayHelper(int year, int month) {
67 this(year, month, Calendar.SUNDAY);
76 return mCalendar.get(Calendar.MONTH);
    [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DatePickerController.java 31 void onDayOfMonthSelected(int year, int month, int day);
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
DateTileView.java 91 public void setDate(int date, int month, int year) {
98 if (month == mMonth) {
102 if (month != mMonth) {
103 mMonth = month;
  /frameworks/base/core/java/android/app/
DatePickerDialog.java 47 private static final String MONTH = "month";
83 * @param month the initially selected month (0-11 for compatibility with
84 * {@link Calendar#MONTH})
85 * @param dayOfMonth the initially selected day of month (1-31, depending
86 * on month)
89 int year, int month, int dayOfMonth) {
90 this(context, 0, listener, null, year, month, dayOfMonth);
102 * @param monthOfYear the initially selected month of the year (0-11 fo
216 final int month = savedInstanceState.getInt(MONTH); local
    [all...]

Completed in 2787 milliseconds

1 2 3 45 6 7 8 91011>>