HomeSort by relevance Sort by last modified time
    Searched refs:week (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
focus_util.js 44 'week' : false,
focuser.js 114 case 'week':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py 199 a = td(7) # One week
689 week = timedelta(7)
695 self.assertEqual(a + week, self.theclass(2002, 3, 9))
696 self.assertEqual(a - week, self.theclass(2002, 2, 23))
697 self.assertEqual(a + 52*week, self.theclass(2003, 3, 1))
698 self.assertEqual(a - 52*week, self.theclass(2001, 3, 3))
699 self.assertEqual((a + week) - a, week)
701 self.assertEqual((a - week) - a, -week)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py 199 a = td(7) # One week
689 week = timedelta(7)
695 self.assertEqual(a + week, self.theclass(2002, 3, 9))
696 self.assertEqual(a - week, self.theclass(2002, 2, 23))
697 self.assertEqual(a + 52*week, self.theclass(2003, 3, 1))
698 self.assertEqual(a - 52*week, self.theclass(2001, 3, 3))
699 self.assertEqual((a + week) - a, week)
701 self.assertEqual((a - week) - a, -week)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/catblock/
loldogs.js 33 "http://ihasahotdog.files.wordpress.com/2011/06/funny-dog-pictures-goggie-ob-teh-week-i-love-you.jpg",
37 "http://ihasahotdog.files.wordpress.com/2011/06/funny-dog-pictures-goggie-ob-teh-week-snaaaaacks-i-love-snaaaaacks.jpg",
51 "http://ihasahotdog.files.wordpress.com/2011/06/funny-dog-pictures-goggie-ob-teh-week-pudge-is-teh-boss.jpg",
  /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...]
  /build/core/
cleanspec.mk 48 # that you made last week required touching a file and a change you
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeEditElement.cpp 288 && m_parameters.minimum.week() <= m_parameters.maximum.week()) {
289 range.minimum = m_parameters.minimum.week();
290 range.maximum = m_parameters.maximum.week();
DateTimeFieldElements.cpp 539 DEFINE_STATIC_LOCAL(AtomicString, weekPsuedoId, ("-webkit-datetime-edit-week-field", AtomicString::ConstructFromLiteral));
552 setValueAsInteger(date.week());
  /frameworks/base/core/java/android/text/format/
Time.java 69 * The Julian day of the Monday in the week of the epoch, December 29, 1969
111 * Day of week [0-6]
855 * Computes the week number according to ISO 8601. The current Time
861 * The first week of the year (week 1) is defined by ISO 8601 as the
862 * first week with four or more of its days in the starting year.
863 * Or equivalently, the week containing January 4. Or equivalently,
864 * the week with the year's first Thursday in it.
868 * The week number can be calculated by counting Thursdays. Week
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zic.c 1977 register int week; local
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 1977 register int week; local
    [all...]
  /external/chromium_org/chrome/browser/web_dev_style/
css_checker.py 171 'datetime-edit-week-field',
  /external/chromium_org/third_party/WebKit/Source/platform/text/
PlatformLocale.cpp 129 appendNumber(m_date.week(), 2);
219 // Converts a string like "Week $2, $1" to an LDML date format pattern like
220 // "'Week 'ww', 'yyyy".
406 case DateComponents::Week:
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
InputType.cpp 104 map->add(InputTypeNames::week, WeekInputType::create);
827 // As for date/datetime-local/month/time/week types, the current value is assumed as "the current local date/time".
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
results.js 167 var FORE_INTRO = 'Forecasts for this week';
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 440 * Save default agenda/day/week/month view for next time
450 if (mAllowWeekForDetailView && viewId == CalendarController.ViewType.WEEK) {
585 * Returns the week since {@link Time#EPOCH_JULIAN_DAY} (Jan 1, 1970)
586 * adjusted for first day of week.
588 * This takes a julian day and the week start day and calculates which
589 * week since {@link Time#EPOCH_JULIAN_DAY} that day occurs in, starting
590 * at 0. *Do not* use this to compute the ISO week number for the year.
592 * @param julianDay The julian day to calculate the week number for
593 * @param firstDayOfWeek Which week day is the first day of the week,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.cpp     [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 125 date.setTime(date.getTime()+(10*365*24*60*60*1000)); // default expiration is one week
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 125 date.setTime(date.getTime()+(10*365*24*60*60*1000)); // default expiration is one week
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
event_watcher.js 740 case 'week':
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
history.js 535 * timeframe (day or week) based containers.
548 WEEK: 1,
714 * query 'window' |range| days behind. As such for range set to WEEK an offset
944 $('timeframe-filter-week').addEventListener('change', handleRangeChange);
    [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
background.js 89 var DEFAULT_OPTIN_CHECK_PERIOD_SECONDS = 60 * 60 * 24 * 7; // 1 week
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]

Completed in 1738 milliseconds

12 3 4