HomeSort by relevance Sort by last modified time
    Searched full:week (Results 276 - 300 of 808) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /prebuilts/sdk/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /sdk/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /system/core/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /system/core/libutils/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /system/extras/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /system/netd/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /system/vold/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /tools/external/fat32lib/
CleanSpec.mk 33 # that you made last week required touching a file and a change you
  /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...]
DayOfMonthCursor.java 46 * @param weekStartDay What dayOfMonth of the week the week should start,
AllInOneActivity.java 484 case ViewType.WEEK:
577 // FRAG_TODO save highlighted days of the week;
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 148 // Bits used in EAS recurrences for days of the week
252 // MSFT day of week starts w/ Sunday = 0; RRule starts w/ Sunday = 1
255 setWord(bytes, offset + MSFT_SYSTEMTIME_DAY, rrule.week < 0 ? 5 : rrule.week);
269 // MSFT day of week starts w/ Sunday = 0; TimeZone starts w/ Sunday = 1
299 // MSFT day of week starts w/ Sunday = 0; TimeZone starts w/ Sunday = 1
407 int week; field in class:CalendarUtilities.RRule
423 * Create an RRULE based on month, day of week, and week #
425 * @param _dayOfWeek the day of the week (1 = SU, 7 = SA
462 int week = calendar.get(Calendar.DAY_OF_WEEK_IN_MONTH); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
caltest.h 28 * Test the handling of the day of the week, checking for correctness and
156 * Test that the days of the week progress properly when add is called repeatedly
  /external/icu4c/test/intltest/
caltest.h 28 * Test the handling of the day of the week, checking for correctness and
156 * Test that the days of the week progress properly when add is called repeatedly
  /frameworks/base/core/java/android/util/
DayOfMonthCursor.java 44 * @param weekStartDay What dayOfMonth of the week the week should start,
  /frameworks/webview/chromium/overlay/frameworks/base/core/res/res/values-af/
strings.xml 25 <string name="webviewchromium_week_picker_dialog_title" msgid="7510337683315786995">"Stel week"</string>
29 <string name="webviewchromium_accessibility_date_picker_week" msgid="3705851794085779778">"Week"</string>
  /libcore/luni/src/main/java/java/text/
DateFormat.java 713 * Marks the day of the week part of a date.
715 public static final Field DAY_OF_WEEK = new Field("day of week", Calendar.DAY_OF_WEEK);
728 * Marks the day of the week in the month part of a date.
730 public static final Field DAY_OF_WEEK_IN_MONTH = new Field("day of week in month",
734 * Marks the week of the year part of a date.
736 public static final Field WEEK_OF_YEAR = new Field("week of year",
740 * Marks the week of the month part of a date.
742 public static final Field WEEK_OF_MONTH = new Field("week of month",
DateFormatSymbols.java 33 * months, the names of the days of the week, and the time zone data.
285 * of the week. Use the {@link java.util.Calendar} constants
296 * week. Use the {@link java.util.Calendar} constants
450 * the week. Use the {@link java.util.Calendar} constants
462 * week. Use the {@link java.util.Calendar} constants
  /external/chromium_org/content/public/android/java/strings/
android_content_strings.grd 50 <message desc="Title for the week picker dialog, which can be used to choose a week. [CHAR-LIMIT=32]" name="IDS_WEEK_PICKER_DIALOG_TITLE">
51 Set week
62 <message desc="Content description for the date time picker week component. [CHAR-LIMIT=32]" name="IDS_ACCESSIBILITY_DATE_PICKER_WEEK">
63 Week
  /packages/apps/Calendar/res/values/
strings.xml 92 <!-- This is for displaying the week of the year near the date. Eg. "January, 2011 Week 1" -->
94 <!-- Label for displaying week of the year for all week values [CHAR LIMIT=16] -->
95 <item quantity="other">WEEK <xliff:g id="count">%d</xliff:g></item>
116 Week view. -->
117 <string name="week_view">"Week"</string>
135 (Day view, Week view, Agenda view, Month view) they are currently in. -->
437 <!-- A description for an event that repeats weekly on some day of the week. For example,
517 <!-- Settings week start label to start week on specific day--
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py 439 # Test that the day of the week is calculated as needed
444 "Calculation of day of the week failed;"
448 # Should be able to infer date if given year, week of year (%U or %W)
449 # and day of the week
461 test_helper((1901, 1, 3), "week 0")
470 test_helper((2008, 12, 29), "Monday in the last week of the year")
471 test_helper((2008, 12, 22), "Monday in the second-to-last week of the "
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 439 # Test that the day of the week is calculated as needed
444 "Calculation of day of the week failed;"
448 # Should be able to infer date if given year, week of year (%U or %W)
449 # and day of the week
461 test_helper((1901, 1, 3), "week 0")
470 test_helper((2008, 12, 29), "Monday in the last week of the year")
471 test_helper((2008, 12, 22), "Monday in the second-to-last week of the "
  /external/chromium_org/third_party/icu/source/i18n/unicode/
gregocal.h 56 * 53. Week 1 for a year is the first week that contains at least
59 * <code>getFirstDayOfWeek()</code>, and the day of the week of January 1.
60 * Weeks between week 1 of one year and week 1 of the following year are
66 * reflecting ISO 8601 and many national standards), then week 1 of 1998 starts
68 * <code>getFirstDayOfWeek()</code> is <code>SUNDAY</code>, then week 1 of 1998
70 * of 1998 then are part of week 53 of 1997.
623 * Subclasses may override this to convert from week fields
    [all...]
  /external/icu4c/i18n/unicode/
gregocal.h 56 * 53. Week 1 for a year is the first week that contains at least
59 * <code>getFirstDayOfWeek()</code>, and the day of the week of January 1.
60 * Weeks between week 1 of one year and week 1 of the following year are
66 * reflecting ISO 8601 and many national standards), then week 1 of 1998 starts
68 * <code>getFirstDayOfWeek()</code> is <code>SUNDAY</code>, then week 1 of 1998
70 * of 1998 then are part of week 53 of 1997.
625 * Subclasses may override this to convert from week fields
    [all...]

Completed in 1301 milliseconds

<<11121314151617181920>>