/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
quotaio_v1.h | 12 #define MAX_IQ_TIME 604800 /* (7*24*60*60) 1 week */ 13 #define MAX_DQ_TIME 604800 /* (7*24*60*60) 1 week */
|
/external/chromium_org/chrome/browser/history/ |
visit_filter.cc | 126 // Decay score by half each week. 191 base::Time week, 197 if (week.is_null()) 198 week = base::Time::Now(); 199 week.LocalExplode(&exploded_time); 203 base::Time day_base = week.LocalMidnight(); 225 base::Time week, 229 if (week.is_null()) 230 week = base::Time::Now(); 236 week.LocalExplode(&exploded_time) [all...] |
visit_filter.h | 18 // out visits by time of the day, day of the week, workdays, holidays, duration 63 // the week. 64 // |day| - day of the week: 0 - sunday, 1 - monday, etc. 120 // |day| could be outside of the range: -4 (3 - 7) means Wednesday last week, 123 base::Time week, 129 base::Time week,
|
/external/chromium_org/third_party/WebKit/Source/web/resources/ |
calendarPicker.css | 60 .week-number-cell, 71 .week-number-cell { 89 .week-number-cell.highlighted, 94 .week-number-cell.highlighted.disabled, 100 .week-number-cell.selected, 105 .week-number-cell.disabled, 119 .week-number-label, 120 .week-day-label { 128 .week-number-label {
|
/packages/apps/Calendar/res/values/ |
dimens.xml | 30 <!-- minimum size of hours column in day/week view --> 32 <!-- margins size of hours column in day/week view --> 35 <!-- size of day header in day and week views -->
|
/packages/apps/Calendar/res/values-w600dp-h879dp/ |
dimens.xml | 31 <!-- minimum size of hours column in day/week view --> 33 <!-- margins size of hours column in day/week view --> 36 <!-- size of day header in day and week views -->
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
TwoFieldDatePickerDialog.java | 41 * @param weekOfYear The initial week of the dialog. 57 * @param weekOfYear The initial week of the dialog. 120 * @param year The date week year. 121 * @param weekOfYear The date week.
|
/external/chromium_org/content/public/android/java/strings/translations/ |
android_content_strings_en-GB.xtb | 17 <translation id="5966707198760109579">Week</translation> 21 <translation id="4247305538398689241">Set week</translation>
|
android_content_strings_nl.xtb | 17 <translation id="5966707198760109579">Week</translation> 21 <translation id="4247305538398689241">Week instellen</translation>
|
/external/chromium_org/rlz/lib/ |
financial_ping.h | 35 // or one week has passed since last_ping when there are no new events. 38 // are events, or one week has passed since last_ping when there are
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
DateComponents.h | 44 // * Week type: year-week 69 Week, 79 int week() const { return m_week; } function in class:WebCore::DateComponents 109 // Sets year and week. 132 // For Week type. Updates m_year and m_week. 161 static inline double maximumWeek() { return 8639999568000000.0; } // 275760-09-08, the Monday of the week including 275760-09-13. 173 // Returns the maximum week number in this DateComponents's year.
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
SimpleWeeksAdapter.java | 43 * days. It can be configured to display the week number, start the week on a 61 * Whether the week number should be shown. Non-zero to show them. 65 * Which day the week should start on. {@link Time#SUNDAY} through 74 * How many days of the week to display [1-7]. 90 // The week since 1970 that the selected day is in 92 // When the week starts; numbered like Time.<WEEKDAY> (e.g. SUNDAY=0). 103 // Get default week start based on locale, subtracting one for use with android Time.
|
/packages/apps/Calendar/src/com/android/calendar/ |
EventRecurrenceFormatter.java | 148 * Converts day of week to a String. 150 * @return day of week as a string 157 * Converts EventRecurrence's day of week to DateUtil's day of week. 158 * @param day of week as an EventRecurrence value 159 * @return day of week as a DateUtil value.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
calendar.py | 4 default, these calendars have Monday as the first day of the week, and 6 set the first day of the week (0=Monday, 6=Sunday).""" 145 Return a iterator for one week of weekday numbers starting with the 158 # Go back to the beginning of the week 197 Each row represents a week; week entries are datetime.date values. 205 Each row represents a week; week entries are 215 Each row represents a week; days outside this month are zero. 224 Each month contains between 4 and 6 weeks and each week contains 1- 582 week = c.formatweek variable [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
calendar.py | 4 default, these calendars have Monday as the first day of the week, and 6 set the first day of the week (0=Monday, 6=Sunday).""" 145 Return a iterator for one week of weekday numbers starting with the 158 # Go back to the beginning of the week 197 Each row represents a week; week entries are datetime.date values. 205 Each row represents a week; week entries are 215 Each row represents a week; days outside this month are zero. 224 Each month contains between 4 and 6 weeks and each week contains 1- 582 week = c.formatweek variable [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
simpletz.h | 143 * day-of-week-in-month. See setStartRule() for a 145 * @param savingsStartDayOfWeek The daylight savings starting day-of-week. 151 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month. 153 * @param savingsEndDayOfWeek The daylight savings ending day-of-week. 184 * day-of-week-in-month. See setStartRule() for a 186 * @param savingsStartDayOfWeek The daylight savings starting day-of-week. 192 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month. 194 * @param savingsEndDayOfWeek The daylight savings ending day-of-week. 228 * day-of-week-in-month. See setStartRule() for a 230 * @param savingsStartDayOfWeek The daylight savings starting day-of-week [all...] |
/external/icu4c/i18n/unicode/ |
simpletz.h | 143 * day-of-week-in-month. See setStartRule() for a 145 * @param savingsStartDayOfWeek The daylight savings starting day-of-week. 151 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month. 153 * @param savingsEndDayOfWeek The daylight savings ending day-of-week. 184 * day-of-week-in-month. See setStartRule() for a 186 * @param savingsStartDayOfWeek The daylight savings starting day-of-week. 192 * @param savingsEndDayOfWeekInMonth The daylight savings ending day-of-week-in-month. 194 * @param savingsEndDayOfWeek The daylight savings ending day-of-week. 228 * day-of-week-in-month. See setStartRule() for a 230 * @param savingsStartDayOfWeek The daylight savings starting day-of-week [all...] |
/frameworks/base/core/java/android/text/format/ |
Time.java | 47 * The Julian day of the Monday in the week of the epoch, December 29, 1969 89 * Day of week [0-6] 642 * Computes the week number according to ISO 8601. The current Time 648 * The first week of the year (week 1) is defined by ISO 8601 as the 649 * first week with four or more of its days in the starting year. 650 * Or equivalently, the week containing January 4. Or equivalently, 651 * the week with the year's first Thursday in it. 655 * The week number can be calculated by counting Thursdays. Week [all...] |
/libcore/luni/src/main/java/java/util/ |
SimpleTimeZone.java | 102 * By default, this constructor specifies day-of-week-in-month rules. That 111 * Day of week after day of month: To specify the first day of the week 112 * occurring on or after an exact day of the month, make the day of the week 117 * Day of week before day of month: To specify the last day of the week 119 * week and the day of the month negative. For example, if {@code startDay} is {@code -21} 137 * the daylight savings starting day-of-week-in-month. Please see 140 * the daylight savings starting day-of-week. Please see the 150 * the daylight savings ending day-of-week-in-month. Please se [all...] |
/external/icu4c/i18n/ |
calendar.cpp | 908 fprintf(stderr, "%p: setting week count data to locale %s, actual locale %s\n", c, (const char*)aLocale.getName(), (const char *)actualLoc.getName()); [all...] |
/external/chromium/chrome/common/extensions/docs/examples/api/history/showHistory/ |
typedUrls.js | 35 // To look for history items visited in the last week, 36 // subtract a week of microseconds from the current time. 46 'startTime': oneWeekAgo // that was accessed less than one week ago.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/ |
typedUrls.js | 39 // To look for history items visited in the last week, 40 // subtract a week of microseconds from the current time. 50 'startTime': oneWeekAgo // that was accessed less than one week ago.
|
/external/chromium_org/third_party/icu/source/i18n/ |
calendar.cpp | 868 fprintf(stderr, "%p: setting week count data to locale %s, actual locale %s\n", c, (const char*)aLocale.getName(), (const char *)actualLoc.getName()); [all...] |
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/ |
InputDialogContainerTest.java | 359 int hourOfDay, int minute, int second, int millis, int week, 369 mExpectedWeek = week; 378 int hourOfDay, int minute, int second, int millis, int week, 388 assertEquals(mExpectedWeek, week); 397 int week) { 401 week);
|
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
DateTimeFormat.h | 59 // Week: 42 69 // Week Day: Tuesday
|