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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/include/nlm/
internal.h 212 long day; member in struct:nlm_internal_version_header
  /external/icu/android_icu4j/src/main/java/android/icu/util/
SimpleTimeZone.java 78 * By default, this constructor specifies day-of-week-in-month rules. That
84 * Day of month. To specify an exact day of the month, such as March 1, set
87 * Day of week after day of month. To specify the first day of the week
88 * occurring on or after an exact day of the month, make the day of the week
90 * this indicates the first Monday on or after the 5th day of the
93 * Day of week before day of month. To specify the last day of the wee
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
SimpleTimeZone.java 81 * By default, this constructor specifies day-of-week-in-month rules. That
87 * Day of month. To specify an exact day of the month, such as March 1, set
90 * Day of week after day of month. To specify the first day of the week
91 * occurring on or after an exact day of the month, make the day of the week
93 * this indicates the first Monday on or after the 5th day of the
96 * Day of week before day of month. To specify the last day of the wee
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegression.java 100 * day of onset 1:59 AM STD = display name 1:59 AM ST
102 * day of end 0:59 AM STD = display name 1:59 AM DT
222 // the MILLSECOND field; you need to pass in the millis in the day in STANDARD
302 * in the MILLIS field, instead of the STANDARD MILLIS IN DAY.
325 int day = cal.get(Calendar.DATE); local
333 long offset = tz.getOffset(era, year, month, day, dayOfWeek, millis);
495 int day = DATA[i+2]; local
501 zone.setStartRule(month, day, dayOfWeek, time);
506 errln("setStartRule(month=" + month + ", day=" + day
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegression.java 96 * day of onset 1:59 AM STD = display name 1:59 AM ST
98 * day of end 0:59 AM STD = display name 1:59 AM DT
218 // the MILLSECOND field; you need to pass in the millis in the day in STANDARD
298 * in the MILLIS field, instead of the STANDARD MILLIS IN DAY.
321 int day = cal.get(Calendar.DATE); local
329 long offset = tz.getOffset(era, year, month, day, dayOfWeek, millis);
491 int day = DATA[i+2]; local
497 zone.setStartRule(month, day, dayOfWeek, time);
502 errln("setStartRule(month=" + month + ", day=" + day
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/
decorators.py 41 def __init__(self, year, month, day, extra_guidance=''):
42 self._date_of_support_removal = datetime.date(year, month, day)
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/
sigbase.py 34 day = int(what[6:8])
38 return calendar.timegm((year, month, day, hour, minute, second,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 74 $day = substr($timePart, 6, 2); variable
77 $timeStamp = mktime($hour, $minute, 0, $month, $day, $year);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
JavaTimeZone.java 110 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) {
111 return javatz.getOffset(era, year, month, day, dayOfWeek, milliseconds);
  /external/icu/icu4c/source/i18n/unicode/
timezone.h 471 * @param day The reference date's day-in-month (1-based)
472 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
473 * @param millis The reference date's milliseconds in day, local standard time
478 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
493 * @param day the day-in-month of the given date.
494 * @param dayOfWeek the day-of-week of the given date.
495 * @param milliseconds the millis in day in <em>standard</em> local time.
501 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
    [all...]
vtzone.h 169 * BYDAY rule with day of week (such as BYDAY=1SUN). This method produce
205 * @param day The reference date's day-in-month (1-based)
206 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
207 * @param millis The reference date's milliseconds in day, local standard time
212 virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
226 * @param day The reference date's day-in-month (1-based)
227 * @param dayOfWeek The reference date's day-of-week (1-based; 1 is Sunday)
228 * @param millis The reference date's milliseconds in day, local standard tim
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
JavaTimeZone.java 108 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) {
109 return javatz.getOffset(era, year, month, day, dayOfWeek, milliseconds);
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
TimeZoneJDK.java 99 public int getOffset(int era, int year, int month, int day, int dayOfWeek, int milliseconds) {
100 return fJdkTz.getOffset(era, year, month, day, dayOfWeek, milliseconds);
  /external/libchrome/base/time/
time_mac.cc 175 date.day = exploded.day_of_month;
206 exploded->day_of_month = date.day;
  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.h 157 int day,
207 double JS_MakeDate(double day, double time);
  /frameworks/base/core/java/android/app/
DatePickerDialog.java 48 private static final String DAY = "day";
85 * @param dayOfMonth the initially selected day of month (1-31, depending
104 * @param dayOfMonth the initially selected day of month (1-31, depending
197 * @param dayOfMonth the day of month (1-31, depending on month)
208 state.putInt(DAY, mDatePicker.getDayOfMonth());
217 final int day = savedInstanceState.getInt(DAY); local
218 mDatePicker.init(year, month, day, this);
240 * @param dayOfMonth th selected day of the month (1-31, depending o
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/
DatePickerFocusTest.java 187 // tab back into the day-selection pager
194 // Move up out again, then down back into the day-selection pager.
229 private void assertDateIs(int month, final int day, final int year) throws Throwable {
234 assertEquals(day, mDatePicker.getDayOfMonth());
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
TimeStatsAggregator.java 35 public static final String DAY_OF_WEEK = "Day of Week";
36 public static final String TIME_OF_DAY = "Time of Day";
37 public static final String PERIOD_OF_DAY = "Period of Day";
107 private static String getDayOfWeek(int day) {
108 switch (day) {
183 // get all possible day values
188 // set the fake time of day
194 // set the fake day of week
195 // set to "" to disable the fake day
  /external/icu/icu4c/source/samples/cal/
cal.c 131 /* use long day names */
249 /* Determine the first day of the week */
265 /* Determine the first day of the week */
279 * (e.g. it will be one to fetch day names, since Sunday is
280 * day 1 *not* day 0.)
283 * the output array. This is used when fetching day names
328 /* Get the day names for the specified locale, in either long or short
409 /* Print the day names */
424 int32_t width, pad, i, day; local
    [all...]
  /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...]

Completed in 2145 milliseconds

1 2 3 4 5 6 7 8 91011>>