HomeSort by relevance Sort by last modified time
    Searched refs:day (Results 126 - 150 of 583) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
date_widget.js 70 * The previous value of the day field.
142 // Set to nearest Thursday: current date + 4 - current day number
143 // Make Sunday's day number 7
146 // Get first day of year
212 var day = -1;
220 day = parseInt(splitDate[2], 10);
281 if (day != this.pDay_) {
282 changeMessage = changeMessage + day + '\n';
283 this.pDay_ = day;
  /external/chromium_org/ui/android/java/src/org/chromium/ui/picker/
DateDialogNormalizer.java 60 int year, int month, int day, int hour, int minute, long minMillis, long maxMillis) {
63 calendar.set(year, month, day, hour, minute, 0);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-builtinbust-7.js 17 day: "numeric"
  /frameworks/opt/telephony/src/java/android/telephony/
SmsCbEtwsInfo.java 138 int day = IccUtils.gsmBcdByteToInt(mWarningSecurityInformation[2]); local
160 time.monthDay = day;
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetModel.java 46 * day header or an event.
53 * mType is either a day header (TYPE_DAY) or an event (TYPE_MEETING)
58 * If mType is TYPE_DAY, then mData is the index into day infos.
191 * {@link DayInfo} is a class that represents a day header in the widget. It
192 * contains all of the data necessary to display that day header, including
197 /** The Julian day */
200 /** The string representation of this day header, to be displayed */
289 // wrong endDay for all day events
296 // Adjust all-day times into local timezone
308 // deal with all-day event
330 int day = mTodayJulianDay; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 275 """Calculate the Julian day based on the year, week of the year, and day of
280 # easier to just shift the view to Sunday being the first day of the
285 # Need to watch out for a week 0 (when the first day of the year is not
331 month = day = 1
347 # worthless without day of the week
366 day = int(found_dict['d'])
430 if year is None and month == 2 and day == 29:
435 # If we know the week of the year and what day of that week, we can figure
436 # out the Julian day of the year
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 275 """Calculate the Julian day based on the year, week of the year, and day of
280 # easier to just shift the view to Sunday being the first day of the
285 # Need to watch out for a week 0 (when the first day of the year is not
331 month = day = 1
347 # worthless without day of the week
366 day = int(found_dict['d'])
430 if year is None and month == 2 and day == 29:
435 # If we know the week of the year and what day of that week, we can figure
436 # out the Julian day of the year
    [all...]
  /external/chromium_org/v8/src/
date.js 91 function MakeDate(day, time) {
92 var time = day * msPerDay + time;
174 var day = MakeDay(year, month, date);
176 value = MakeDate(day, time);
255 var day = MakeDay(arr[0], arr[1], arr[2]);
257 var date = MakeDate(day, time);
280 var day = MakeDay(year, month, date);
282 return TimeClip(MakeDate(day, time));
557 var day = MakeDay(LOCAL_YEAR(this), LOCAL_MONTH(this), date);
558 return SET_LOCAL_DATE_VALUE(this, MakeDate(day, LOCAL_TIME_IN_DAY(this)))
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceProcessor.java 321 * Compute the day of the week for the first day of the month. "instance" has a
322 * day number and a DotW, so we compute the DotW of the 1st from that. Note DotW
325 * The basic calculation is to take the instance's "day of the week" number, subtract
326 * (day of the month - 1) mod 7, and then make sure it's positive. We can simplify
341 * Generate a set according to the BYDAY rules. For each day of the month, determine
342 * if its day of the week is included. If so, append it to the day set.
349 // For each month day, see if it's part of the set. (This makes some assumptions
430 boolean get(Time iterator, int day)
940 int day; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
a_utctm.c 280 int day, sec; local
288 if (!OPENSSL_gmtime_diff(&day, &sec, &stm, &ttm))
291 if (day > 0)
293 if (day < 0)
  /external/chromium_org/third_party/icu/source/i18n/
ethpccal.h 255 * Convert an Ethiopic year, month, and day to a Julian day.
259 * @param day the day
260 * @return Julian day
263 int32_t ethiopicToJD(int32_t year, int32_t month, int32_t day);
vzone.cpp 117 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day,
119 return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, status);
123 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day,
126 return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, monthLength, status);
simpletz.cpp 43 // and day-of-week-on-or-before-that-date mode (DOW_LE_DOM_MODE).
276 * day of week in the month (e.g., (2, WEDNESDAY) is the second Wednesday
279 * the day of week in the month counting backward from the end of 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).
289 * first specified day of the week on or after the specfied day of the month
517 double day = uprv_floor(date \/ U_MILLIS_PER_DAY); local
    [all...]
  /external/icu/icu4c/source/i18n/
ethpccal.h 255 * Convert an Ethiopic year, month, and day to a Julian day.
259 * @param day the day
260 * @return Julian day
263 int32_t ethiopicToJD(int32_t year, int32_t month, int32_t day);
vzone.cpp 117 vzone_getOffset(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day,
119 return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, status);
123 vzone_getOffset2(VZone* zone, uint8_t era, int32_t year, int32_t month, int32_t day,
126 return ((VTimeZone*)zone)->VTimeZone::getOffset(era, year, month, day, dayOfWeek, millis, monthLength, status);
  /hardware/ti/omap4-aah/camera/inc/
NV12_resize.h 53 mmInt32 day; member in struct:__anon22513
  /hardware/ti/omap4xxx/camera/inc/
NV12_resize.h 42 mmInt32 day; member in struct:__anon22635
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
UtilityTest.java 37 int day, int hour, int minute, int second) throws Exception {
41 assertEquals(day, cal.get(Calendar.DAY_OF_MONTH));
60 int day, int hour, int minute, int second, int millis) throws Exception {
61 GregorianCalendar cal = new GregorianCalendar(year, month - 1, day,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnls32.h 18 WORD day; member in struct:_tagDATETIME
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
datetime.h 16 * 3 day 1 byte, 1-31
24 /* # of bytes for year, month, and day. */
30 /* # of bytes for year, month, day, hour, minute, second, and usecond. */
210 #define PyDate_FromDate(year, month, day) \
211 PyDateTimeAPI->Date_FromDate(year, month, day, PyDateTimeAPI->DateType)
213 #define PyDateTime_FromDateAndTime(year, month, day, hour, min, sec, usec) \
214 PyDateTimeAPI->DateTime_FromDateAndTime(year, month, day, hour, \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
datetime.h 16 * 3 day 1 byte, 1-31
24 /* # of bytes for year, month, and day. */
30 /* # of bytes for year, month, day, hour, minute, second, and usecond. */
210 #define PyDate_FromDate(year, month, day) \
211 PyDateTimeAPI->Date_FromDate(year, month, day, PyDateTimeAPI->DateType)
213 #define PyDateTime_FromDateAndTime(year, month, day, hour, min, sec, usec) \
214 PyDateTimeAPI->DateTime_FromDateAndTime(year, month, day, hour, \
  /system/core/toolbox/
date.c 91 int day = atoi(s); local
102 tm.tm_year = day / 10000 - 1900;
103 tm.tm_mon = (day % 10000) / 100 - 1;
104 tm.tm_mday = (day % 100);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParser.java 102 private int day; field in class:DateTimeParser.Date
104 public Date(String year, int month, int day) {
107 this.day = day;
112 public int getDay() { return day; }
204 d = day();
211 final public int day() throws ParseException { method in class:DateTimeParser
  /external/wpa_supplicant_8/src/utils/
os_internal.c 55 int os_mktime(int year, int month, int day, int hour, int min, int sec,
60 if (year < 1970 || month < 1 || month > 12 || day < 1 || day > 31 ||
68 tm.tm_mday = day;
89 tm->day = tm2->tm_mday;
  /packages/apps/Calendar/src/com/android/calendar/event/
CreateEventDialogFragment.java 52 * Allows the user to quickly create a new all-day event from the calendar's month view.
108 public CreateEventDialogFragment(Time day) {
109 setDay(day);
112 public void setDay(Time day) {
113 mDateString = day.format(EVENT_DATE_FORMAT);
114 mDateInMillis = day.toMillis(true);

Completed in 705 milliseconds

1 2 3 4 56 7 8 91011>>