HomeSort by relevance Sort by last modified time
    Searched refs:day (Results 251 - 275 of 853) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_8/src/utils/
os_unix.c 125 int os_mktime(int year, int month, int day, int hour, int min, int sec,
132 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 ||
140 tm.tm_mday = day;
176 tm->day = tm2->tm_mday;
  /external/v8/test/mjsunit/
date-parse.js 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/icu/icu4c/source/test/intltest/
caltest.cpp 687 * Test the handling of the day of the week, checking for correctness and
716 dow > max) errln(UnicodeString("FAIL: Day of week ") + (int32_t)dow + " out of range");
717 if (dow != UCAL_SUNDAY) errln("FAIL: Day of week should be SUNDAY[%d] not %d", UCAL_SUNDAY, dow);
790 verify765("1997 third day of June = ", c, 1997, UCAL_JUNE, 3);
841 * results in the first WOY/DOW day of the year satisfying the
883 CalendarTest::verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day)
892 d == day) {
898 errln("FAIL: " + msg + dateToString(c->getTime(status), str) + "; expected " + (int32_t)year + "/" + (int32_t)(month + 1) + "/" + (int32_t)day +
1557 int32_t day = cal.get(UCAL_DATE, status); local
2275 int32_t day = 15; local
2454 int32_t day; member in class:CalFields
2790 int32_t day = cal->get(UCAL_DAY_OF_MONTH, status); local
3259 int32_t day=0, month=0, year=0, initDay = 27, initMonth = IslamicCalendar::RAJAB, initYear = 1434; local
3293 int32_t day = tstCal->get(UCAL_DAY_OF_MONTH, status); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CopticTest.java 105 // Julian Day Era Year Month Day WkDay Hour Min Sec
157 int day = cal.get(Calendar.DAY_OF_MONTH); local
160 d == day)) {
167 " d: " + day);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CopticTest.java 101 // Julian Day Era Year Month Day WkDay Hour Min Sec
153 int day = cal.get(Calendar.DAY_OF_MONTH); local
156 d == day)) {
163 " d: " + day);
  /frameworks/base/core/java/android/widget/
DayPickerView.java 173 public void onDaySelected(DayPickerPagerAdapter adapter, Calendar day) {
175 mOnDaySelectedListener.onDaySelected(DayPickerView.this, day);
233 // header, horizontally center within the day cell.
269 * @param timeInMillis the target day in milliseconds
279 * @param timeInMillis the target day in milliseconds
287 * Moves to the month containing the specified day, optionally setting the
288 * day as selected.
290 * @param timeInMillis the target day in milliseconds
292 * @param setSelected whether to set the specified day as selected
352 * Sets the listener to call when the user selects a day
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DatePicker.java 41 * A view for selecting a month / year / day based on a calendar like layout.
81 * @param dayOfMonth The day of the month that was set.
104 mDayPicker = (NumberPicker) findViewById(R.id.day);
143 // Adjust max day of the month
154 // Adjust max day for leap years if needed
297 private SavedState(Parcelable superState, int year, int month, int day, boolean hasYear,
302 mDay = day;
395 * @param dayOfMonth The initial day of the month.
407 * @param dayOfMonth The initial day of the month.
  /toolchain/binutils/binutils-2.25/binutils/
nlmheader.y 192 version_hdr->day = nlmlex_get_number ($3);
199 if (version_hdr->day < 1 || version_hdr->day > 31)
200 nlmheader_warn (_("illegal day"), -1);
  /bionic/libc/kernel/uapi/linux/
telephony.h 66 char day[3]; member in struct:__anon978
  /development/ndk/platforms/android-21/include/linux/
telephony.h 66 char day[3]; member in struct:__anon2075
  /development/ndk/platforms/android-3/include/linux/
telephony.h 58 char day[3]; member in struct:__anon2474
  /external/autotest/tko/
utils_unittest.py 18 self.assertEquals(utc_date.day, 1)
  /external/chromium-trace/catapult/dashboard/dashboard/
stats.py 53 # statistics; could contain information about one Test or one day.
283 """Returns the year, month, day numbers in a yyyy-mm-dd string."""
305 'day': date_to_enqueue.day,
398 """Task queue task to process a single day's alerts for a sheriff."""
404 day = int(self.request.get('day'))
406 # Fetch all of the alerts for the day.
407 start_time = datetime.datetime(year, month, day)
415 details['date'] = '%s-%s-%s' % (year, month, day)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
volume.py 339 The algorithm is to keep all snapshots from the current day. Then
340 it will keep the first snapshot of the day for the previous seven days.
353 day=now.day, tzinfo=now.tzinfo)
354 # Keep the first snapshot from each day of the previous week
363 if current_day and current_day == snap.date.day:
366 current_day = snap.date.day
  /external/icu/icu4c/source/common/
rbbicst.pl 228 my ($sec, $min, $hour, , $day, $mon, $year, $wday, $yday, $isdst) = localtime;
  /external/icu/icu4c/source/i18n/
chnsecal.cpp 241 kEpochStartAsJulianDay + 1; // Julian day -> local days
259 * calendar equivalents for the given Julian day.
309 * Return the Julian day number of day before the first day of the
317 * @return the Julian day number of the day before the first
318 * day of the given month and year
378 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; // Get local day local
408 int32_t day = get(UCAL_JULIAN_DAY, status) - kEpochStartAsJulianDay; \/\/ Get local day local
    [all...]
reldtfmt.cpp 255 // it matched, handle the relative day string
264 // failure in setting calendar field, set offset to beginning of rel day string
325 // (i.e. the beginning of the relative day string)
353 const UChar *RelativeDateFormat::getStringForDay(int32_t day, int32_t &len, UErrorCode &status) const {
359 if(day < fDayMin || day > fDayMax) {
365 if(fDates[n].offset == day) {
523 rb = ures_getByKeyWithFallback(rb, "day", rb, &status);
605 // For the day difference, we are interested in the difference in the (modified) julian day numbe
    [all...]
  /external/kernel-headers/original/uapi/linux/
telephony.h 100 char day[3]; member in struct:__anon15058
  /external/pdfium/fpdfsdk/include/
fsdk_baseannot.h 60 uint8_t day; member in struct:CPDFSDK_DateTime::FX_DATETIME
  /external/skia/infra/bots/flavor/
coverage_flavor.py 76 str(now.day).zfill(2), str(now.hour).zfill(2),
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
DurationPicker.java 55 mDayPicker = (NumberPicker) findViewById(R.id.day);
106 * Returns the current day.
166 * Set the state of the spinners appropriate to the current day.
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DatePickerDialog.java 63 private static final String KEY_SELECTED_DAY = "day";
123 * @param dayOfMonth The day of the month that was set.
145 * @param dayOfMonth The initial day of the dialog.
384 * @param calendar a Calendar object set to the year, month, day desired as the mindate.
405 * @param calendar a Calendar object set to the year, month, day desired as the maxdate.
427 // If the newly selected month / year does not contain the currently selected day number,
428 // change the selected day number to the last day of the selected month or year.
432 int day = mCalendar.get(Calendar.DAY_OF_MONTH); local
434 if (day > daysInMonth)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldTimeZoneTest.java 29 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) {
  /libcore/ojluni/src/main/java/java/util/
SimpleTimeZone.java 61 * <em>start-rule</em> and <em>end-rule</em>. A day when daylight saving time
63 * <em>day-of-month</em>, and <em>day-of-week</em> values. The <em>month</em>
65 * value, such as {@link Calendar#MARCH}. The <em>day-of-week</em> value is
71 * <li><b>Exact day of month</b><br>
72 * To specify an exact day of month, set the <em>month</em> and
73 * <em>day-of-month</em> to an exact value, and <em>day-of-week</em> to zero. For
75 * MARCH}, <em>day-of-month</em> to 1, and <em>day-of-week</em> to 0.</li
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
telephony.h 100 char day[3]; member in struct:__anon39378

Completed in 1131 milliseconds

<<11121314151617181920>>