HomeSort by relevance Sort by last modified time
    Searched refs:month (Results 476 - 500 of 756) sorted by null

<<11121314151617181920>>

  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 43 const wchar_t * month[MONSPERYEAR]; member in struct:lc_time_T
168 UNKNOWN : Locale->month[t->tm_mon],
  /cts/tests/app/src/android/app/cts/
DialogStubActivity.java 406 public void onDateChanged(DatePicker view, int year, int month, int day) {
408 super.onDateChanged(view, year, month, day);
  /external/chromium_org/third_party/icu/source/test/intltest/
calcasts.cpp 63 checkField(cal, UCAL_MONTH, cases[i].month - 1,status);
75 cal->set(UCAL_MONTH, cases[i].month - 1);
128 // Julian Day Era Year Month Day WkDay Hour Min Sec
217 // Julian Day Era Year Month Day WkDay Hour Min Sec
287 // Julian Day Era Year Month Day WkDay Hour Min Sec
304 // G.YY/MM/DD Era Year Month Day WkDay Hour Min Sec
336 // Julian Day Era Year Month Day WkDay Hour Min Sec
393 // JD Era Year Month Day WkDay Hour Min Sec
438 // JD Era Year Month Day WkDay Hour Min Sec
  /external/icu/icu4c/source/test/intltest/
calcasts.cpp 63 checkField(cal, UCAL_MONTH, cases[i].month - 1,status);
75 cal->set(UCAL_MONTH, cases[i].month - 1);
128 // Julian Day Era Year Month Day WkDay Hour Min Sec
217 // Julian Day Era Year Month Day WkDay Hour Min Sec
287 // Julian Day Era Year Month Day WkDay Hour Min Sec
304 // G.YY/MM/DD Era Year Month Day WkDay Hour Min Sec
336 // Julian Day Era Year Month Day WkDay Hour Min Sec
393 // JD Era Year Month Day WkDay Hour Min Sec
438 // JD Era Year Month Day WkDay Hour Min Sec
  /frameworks/base/core/java/android/widget/
DayPickerView.java 65 // which month should be displayed/highlighted [0-11]
174 final int diffMonths = end.get(Calendar.MONTH) - start.get(Calendar.MONTH) + 12 * diffYears;
194 * in range it will move the list so that the first of the month containing
242 // and if so scroll to the month that contains it
272 * Updates the title and selected month if the view has moved to a new
273 * month.
287 * Sets the month displayed at the top of this view based on time. Override
291 if (mCurrentMonthDisplayed != date.get(Calendar.MONTH)) {
292 mCurrentMonthDisplayed = date.get(Calendar.MONTH);
499 final int month = firstVisiblePosition % 12; local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarViewAdapter.java 50 // Week view: show the month + year
51 // Month view: show the month + year
197 case ViewType.MONTH:
229 case ViewType.MONTH:
304 // Used when the user selects a new day/week/month to watch
340 // Full date: Month,day Year
341 // Month year
342 // Month day
343 // Month
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 392 year, month, day, hh, mm, ss, wd, y, z = gmtime(now + future)
394 (weekdayname[wd], day, monthname[month], year, hh, mm, ss)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 239 getbaseclasses(month)
434 'mnth' : month,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 392 year, month, day, hh, mm, ss, wd, y, z = gmtime(now + future)
394 (weekdayname[wd], day, monthname[month], year, hh, mm, ss)
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 338 public void onDateSet(DatePickerDialog view, int year, int month, int monthDay) {
339 Log.d(TAG, "onDateSet: " + year + " " + month + " " + monthDay);
352 int monthDuration = endTime.month - startTime.month;
356 startTime.month = month;
362 endTime.month = month + monthDuration;
375 endTime.month = month;
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/chromium_org/base/time/
time.cc 263 return is_in_range(month, 1, 12) &&
  /external/chromium_org/chrome/app/
client_util.cc 66 exploded.month = kPreReadExpiryMonth;
  /external/chromium_org/chrome/browser/chromeos/extensions/
echo_private_api.cc 179 ctime.month,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
picasa_data_provider.cc 235 exploded_time.month, exploded_time.day_of_month);
  /external/chromium_org/chrome/browser/net/
quota_policy_channel_id_store_unittest.cc 60 exploded_time.month = 12;
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc 218 while (exploded->month < 1) {
219 exploded->month += 12;
504 // month, set by the next argument).
523 if (range == BrowsingHistoryHandler::MONTH)
    [all...]
  /external/chromium_org/chrome/test/logging/win/
log_file_printer.cc 145 << std::setw(2) << time_exploded.month
  /external/chromium_org/net/ftp/
ftp_directory_listing_parser_vms.cc 166 &time_exploded.month))
  /external/chromium_org/remoting/client/plugin/
media_source_video_renderer.cc 66 millennium_exploded.month = 1;
  /external/chromium_org/third_party/WebKit/Source/platform/mhtml/
MHTMLArchive.cpp 132 String dateString = makeRFC2822DateString(now.weekDay(), now.monthDay(), now.month(), now.fullYear(), now.hour(), now.minute(), now.second(), 0);
  /external/chromium_org/third_party/icu/source/i18n/
ucal.cpp 406 int32_t month,
413 ((Calendar*)cal)->set(year, month, date);
420 int32_t month,
429 ((Calendar*)cal)->set(year, month, date, hour, minute, second);
zonemeta.cpp 160 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, n; local
176 month = 10*month + n;
212 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY
  /external/icu/icu4c/source/i18n/
ucal.cpp 406 int32_t month,
413 ((Calendar*)cal)->set(year, month, date);
420 int32_t month,
429 ((Calendar*)cal)->set(year, month, date, hour, minute, second);
zonemeta.cpp 162 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, n; local
178 month = 10*month + n;
214 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY

Completed in 1002 milliseconds

<<11121314151617181920>>