HomeSort by relevance Sort by last modified time
    Searched defs:week (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium-trace/catapult/third_party/Paste/paste/util/
dateinterval.py 21 week = day*7 variable
27 'w': week,
  /external/chromium-trace/catapult/third_party/WebOb/webob/
datetime_utils.py 27 'year', 'month', 'week', 'day', 'hour', 'minute', 'second',
55 week = timedelta(weeks=1) variable
  /packages/apps/Calendar/src/com/android/calendar/
CalendarViewAdapter.java 49 // Day view: show day of the week + full date underneath
50 // Week view: show the month + year
52 // Agenda view: show day of the week + full date underneath
66 // The current selected event's time, used to calculate the date and day of the week
188 case ViewType.WEEK:
226 case ViewType.WEEK:
304 // Used when the user selects a new day/week/month to watch
310 // Builds a string with the day of the week and the word yesterday/today/tomorrow
344 // Week: month day-day or month day - month day
385 // Calculate the start of the week, taking into account the "first day of the week
420 int week = Utils.getWeekNumberFromTime(mMilliTime, mContext); local
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /system/core/metricsd/
metrics_collector.cc 729 const int week = day / 7; local
741 if (weekly_cycle_->Get() != week) {
742 weekly_cycle_->Set(week);
  /external/icu/icu4c/source/tools/tzcode/
zic.c 2042 register int week; local
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 308 milliseconds

1 2