HomeSort by relevance Sort by last modified time
    Searched full:weekday (Results 26 - 50 of 399) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalWidgetViewsFactory.java 191 // Compute if the city week day matches the weekday of the current timezone.
199 final String weekday = cityCal.getDisplayName(DAY_OF_WEEK, Calendar.SHORT, locale);
200 final String slashDay = mContext.getString(R.string.world_day_of_week_label, weekday);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_strftime.py 90 ('%a', calendar.day_abbr[now[6]], 'abbreviated weekday name'),
91 ('%A', calendar.day_name[now[6]], 'full weekday name'),
105 ('%w', '0?%d' % ((1+now[6]) % 7), 'weekday as a number (Sun 1st)'),
test_strptime.py 46 # Make sure that full and abbreviated weekday names are correct in
49 "Testing of full weekday name failed")
51 "Testing of abbreviated weekday name failed")
120 "did not find abbreviated weekday in pattern string '%s'" %
123 "did not find full weekday in pattern string '%s'" %
151 "re object couldn't find the abbreviated weekday month in "
281 # Test weekday directives
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_strftime.py 90 ('%a', calendar.day_abbr[now[6]], 'abbreviated weekday name'),
91 ('%A', calendar.day_name[now[6]], 'full weekday name'),
105 ('%w', '0?%d' % ((1+now[6]) % 7), 'weekday as a number (Sun 1st)'),
test_strptime.py 46 # Make sure that full and abbreviated weekday names are correct in
49 "Testing of full weekday name failed")
51 "Testing of abbreviated weekday name failed")
120 "did not find abbreviated weekday in pattern string '%s'" %
123 "did not find full weekday in pattern string '%s'" %
151 "re object couldn't find the abbreviated weekday month in "
281 # Test weekday directives
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strftime.py 90 ('%a', calendar.day_abbr[now[6]], 'abbreviated weekday name'),
91 ('%A', calendar.day_name[now[6]], 'full weekday name'),
105 ('%w', '0?%d' % ((1+now[6]) % 7), 'weekday as a number (Sun 1st)'),
test_strptime.py 46 # Make sure that full and abbreviated weekday names are correct in
49 "Testing of full weekday name failed")
51 "Testing of abbreviated weekday name failed")
120 "did not find abbreviated weekday in pattern string '%s'" %
123 "did not find full weekday in pattern string '%s'" %
151 "re object couldn't find the abbreviated weekday month in "
281 # Test weekday directives
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strftime.py 90 ('%a', calendar.day_abbr[now[6]], 'abbreviated weekday name'),
91 ('%A', calendar.day_name[now[6]], 'full weekday name'),
105 ('%w', '0?%d' % ((1+now[6]) % 7), 'weekday as a number (Sun 1st)'),
test_strptime.py 46 # Make sure that full and abbreviated weekday names are correct in
49 "Testing of full weekday name failed")
51 "Testing of abbreviated weekday name failed")
120 "did not find abbreviated weekday in pattern string '%s'" %
123 "did not find full weekday in pattern string '%s'" %
151 "re object couldn't find the abbreviated weekday month in "
281 # Test weekday directives
  /external/v8/src/
date.h 70 // Given the number of days since the epoch, computes the weekday.
72 int Weekday(int days) {
178 int week_day = Weekday(DaysFromYearMonth(year, 0));
195 int* weekday, int* hour, int* min, int* sec, int* ms);
date.cc 179 int* weekday, int* hour, int* min, int* sec,
184 *weekday = Weekday(days);
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
maxds3231m.cxx 56 t.weekDay = 3;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormatSymbols.java 395 * Format wide weekday strings, for example: "Sunday", "Monday", etc.
404 * CLDR-style format abbreviated (not short) weekday strings,
414 * CLDR-style format short weekday strings, for example: "Su", "Mo", etc.
424 * CLDR-style format narrow weekday strings, for example: "S", "M", etc.
433 * Standalone wide weekday strings. For example: "Sunday", "Monday", etc.
442 * CLDR-style standalone abbreviated (not short) weekday strings,
452 * CLDR-style standalone short weekday strings, for example: "Sun", "Mon", etc.
462 * Standalone narrow weekday strings. For example: "S", "M", etc. An array
818 * Returns wide weekday strings. For example: "Sunday", "Monday", etc.
819 * @return the weekday strings. Use <code>Calendar.SUNDAY</code>
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormatSymbols.java 406 * Format wide weekday strings, for example: "Sunday", "Monday", etc.
415 * CLDR-style format abbreviated (not short) weekday strings,
425 * CLDR-style format short weekday strings, for example: "Su", "Mo", etc.
435 * CLDR-style format narrow weekday strings, for example: "S", "M", etc.
444 * Standalone wide weekday strings. For example: "Sunday", "Monday", etc.
453 * CLDR-style standalone abbreviated (not short) weekday strings,
463 * CLDR-style standalone short weekday strings, for example: "Sun", "Mon", etc.
473 * Standalone narrow weekday strings. For example: "S", "M", etc. An array
839 * Returns wide weekday strings. For example: "Sunday", "Monday", etc.
840 * @return the weekday strings. Use <code>Calendar.SUNDAY</code>
    [all...]
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BaseCluster.java 168 if (mHistogram.containsKey(TimeStatsAggregator.WEEKDAY)) {
169 mDuration += mHistogram.get(TimeStatsAggregator.WEEKDAY);
  /external/chromium-libpac/src/
proxy_resolver_script.h 117 " function getDay(weekday) {\n" \
118 " if (weekday in wdays) {\n" \
119 " return wdays[weekday];\n" \
  /prebuilts/go/darwin-x86/src/time/
time.go 112 // A Weekday specifies a day of the week (Sunday = 0, ...).
113 type Weekday int
116 Sunday Weekday = iota
136 func (d Weekday) String() string { return days[d] }
313 // Weekday returns the day of the week specified by t.
314 func (t Time) Weekday() Weekday {
318 // absWeekday is like Weekday but operates on an absolute time.
319 func absWeekday(abs uint64) Weekday {
322 return Weekday(int(sec) / secondsPerDay
    [all...]
  /prebuilts/go/linux-x86/src/time/
time.go 112 // A Weekday specifies a day of the week (Sunday = 0, ...).
113 type Weekday int
116 Sunday Weekday = iota
136 func (d Weekday) String() string { return days[d] }
313 // Weekday returns the day of the week specified by t.
314 func (t Time) Weekday() Weekday {
318 // absWeekday is like Weekday but operates on an absolute time.
319 func absWeekday(abs uint64) Weekday {
322 return Weekday(int(sec) / secondsPerDay
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
udat.h 277 * Constant for date skeleton with weekday.
282 * Constant for date skeleton with abbreviated weekday.
287 * Constant for date skeleton with year, month, weekday, and day.
293 * Constant for date skeleton with year, abbreviated month, weekday, and day.
299 * Constant for date skeleton with year, numeric month, weekday, and day.
323 * Constant for date skeleton with month, weekday, and day.
329 * Constant for date skeleton with abbreviated month, weekday, and day.
335 * Constant for date skeleton with numeric month, weekday, and day.
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/
bisect_stats.py 123 monday = today - datetime.timedelta(days=today.weekday())
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTime.java 53 time.weekDay = other.weekDay;
130 time.weekDay = 0;
154 time.weekDay = 0;
  /hardware/bsp/intel/peripheral/libupm/src/maxds3231m/
maxds3231m.cxx 68 time.weekDay = BCDtoDEC(buffer[3]);
maxds3231m.h 62 uint8_t weekDay;
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceProcessor.java 246 int v = EventRecurrence.timeDay2Day(iterator.weekDay);
329 int dotw = (instance.weekDay - instance.monthDay + 36) % 7;
514 first = generated.weekDay;
    [all...]
  /external/toybox/toys/posix/
date.c 35 %a short weekday name %A weekday name %u day of week (1-7, 1=mon)

Completed in 649 milliseconds

12 3 4 5 6 7 8 91011>>