HomeSort by relevance Sort by last modified time
    Searched full:sunday (Results 1 - 25 of 213) sorted by null

1 2 3 4 5 6 7 8 9

  /dalvik/tests/092-locale/
expected.txt 1 USA(GMT): Sunday, January 1, 2012
2 USA: first=1, name=Sunday
  /libcore/luni/src/test/java/tests/api/java/util/
SimpleTimeZoneTest.java 54 1, Calendar.SUNDAY, 0, Calendar.NOVEMBER, -1, Calendar.SUNDAY,
68 1, Calendar.SUNDAY, 0, Calendar.NOVEMBER, -1, Calendar.SUNDAY,
77 10, Calendar.SUNDAY, 0, Calendar.NOVEMBER, -1, Calendar.SUNDAY,
86 1, 10, 0, Calendar.NOVEMBER, -1, Calendar.SUNDAY,
95 1, Calendar.SUNDAY, 0, Calendar.NOVEMBER, -10, Calendar.SUNDAY,
111 1, Calendar.SUNDAY, 0, Calendar.NOVEMBER, -1, Calendar.SUNDAY
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
MonthDisplayHelperTest.java 43 Calendar.DECEMBER, Calendar.SUNDAY - 1);
78 mHelper = new MonthDisplayHelper(2007, Calendar.AUGUST, Calendar.SUNDAY);
92 Calendar.AUGUST, Calendar.SUNDAY);
102 mHelper = new MonthDisplayHelper(2007, Calendar.AUGUST, Calendar.SUNDAY);
146 Calendar.AUGUST, Calendar.SUNDAY);
157 Calendar.AUGUST, Calendar.SUNDAY);
164 Calendar.SUNDAY);
185 Calendar.SUNDAY);
  /frameworks/base/core/tests/coretests/src/android/util/
DayOfMonthCursorTest.java 32 Calendar.SEPTEMBER, 11, Calendar.SUNDAY);
45 Calendar.SEPTEMBER, 3, Calendar.SUNDAY);
75 Calendar.SEPTEMBER, 28, Calendar.SUNDAY);
105 Calendar.SEPTEMBER, 13, Calendar.SUNDAY);
129 Calendar.SEPTEMBER, 23, Calendar.SUNDAY);
MonthDisplayHelperTest.java 104 Calendar.SEPTEMBER, Calendar.SUNDAY);
115 Calendar.SEPTEMBER, Calendar.SUNDAY);
141 Calendar.AUGUST, Calendar.SUNDAY);
156 Calendar.AUGUST, Calendar.SUNDAY);
168 Calendar.AUGUST, Calendar.SUNDAY);
180 Calendar.SEPTEMBER, Calendar.SUNDAY);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
SimpleTimeZoneTest.java 54 1, Calendar.SUNDAY, 0, Calendar.NOVEMBER, -1, Calendar.SUNDAY,
75 1, Calendar.SUNDAY, 0, Calendar.NOVEMBER, -1, Calendar.SUNDAY,
137 Calendar.NOVEMBER, 1, Calendar.SUNDAY, 0, Calendar.NOVEMBER,
138 -1, Calendar.SUNDAY, 0);
156 -Calendar.SUNDAY, 2 * 3600000, Calendar.OCTOBER, -1,
157 Calendar.SUNDAY, 2 * 3600000);
179 -Calendar.SUNDAY, 2 * 3600000, Calendar.OCTOBER, -1,
180 Calendar.SUNDAY, 2 * 3600000, 7200000)
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
EditDistanceTests.java 46 * dist(Sunday, Saturday) == 3
53 final int dist = BinaryDictionary.editDistance("Saturday", "Sunday");
54 assertEquals("edit distance between 'Saturday' and 'Sunday' is 3",
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
cron.yaml 23 schedule: every sunday 00:00
  /cts/tests/tests/text/src/android/text/format/cts/
DateUtilsTest.java 51 assertEquals("Sunday",
52 DateUtils.getDayOfWeekString(Calendar.SUNDAY, DateUtils.LENGTH_LONG));
54 DateUtils.getDayOfWeekString(Calendar.SUNDAY, DateUtils.LENGTH_MEDIUM));
56 DateUtils.getDayOfWeekString(Calendar.SUNDAY, DateUtils.LENGTH_SHORT));
58 DateUtils.getDayOfWeekString(Calendar.SUNDAY, DateUtils.LENGTH_SHORTER));
60 DateUtils.getDayOfWeekString(Calendar.SUNDAY, DateUtils.LENGTH_SHORTEST));
63 DateUtils.getDayOfWeekString(Calendar.SUNDAY, 60));
232 assertEquals("17:31, Sunday, November 24, 1833",
236 assertEquals("06:28, Sunday, February 7, 2106",
  /libcore/luni/src/test/java/libcore/java/util/
OldAndroidLocaleTest.java 66 assertEquals("Sunday", engSymbols.getWeekdays()[Calendar.SUNDAY]);
67 //assertEquals("Sonntag", deuSymbols.getWeekdays()[Calendar.SUNDAY]);
105 assertEquals("Sunday", engSymbols.getWeekdays()[Calendar.SUNDAY]);
106 assertEquals("Sonntag", deuSymbols.getWeekdays()[Calendar.SUNDAY]);
  /external/skia/include/core/
SkTime.h 23 uint8_t fDayOfWeek; //!< 0..6, 0==Sunday
  /frameworks/base/core/java/android/util/
MonthDisplayHelper.java 48 if (weekStartDay < Calendar.SUNDAY || weekStartDay > Calendar.SATURDAY) {
67 this(year, month, Calendar.SUNDAY);
86 * {@link java.util.Calendar#SUNDAY}.
103 * the week as Sunday, and the month starts on a Wednesday, the offset is 3.
  /external/icu4c/i18n/unicode/
dtrule.h 40 for example, 2nd Sunday in March. */
42 for example, first Sunday on or after March 8. */
44 for example, first Sunday on or before March 14. */
81 * @param dayOfWeek The day of week, for example, <code>Calendar::SUNDAY</code>.
98 * @param dayOfWeek The day of week, for example, <code>Calendar::SUNDAY</code>.
simpletz.h 53 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code>
271 * Time starts at the second Sunday in March, at 2 AM in standard time.
293 * (e.g., (15, -SUNDAY) is the first Sunday after the 15th of the month
294 * [or the 15th itself if the 15th is a Sunday].)</li>
315 * Time starts at the second Sunday in March, at 2 AM in standard time.
337 * (e.g., (15, -SUNDAY) is the first Sunday after the 15th of the month
338 * [or the 15th itself if the 15th is a Sunday].)</li>
430 * Savings Time ends at the last (-1) Sunday in October, at 2 AM in standard time
    [all...]
  /external/bluetooth/glib/tests/
date-test.c 171 TEST("Number of Sunday weeks in year is 52 or 53",
285 TEST("Sunday week of year is not more than number of weeks in the year",
291 TEST("Sunday week of year is >= than last week of year",
296 TEST("Sunday week of year on Sunday 1 more than previous day's week of year",
301 TEST("Sunday week of year on non-Sunday 0 more than previous day's week of year",
testgdate.c 178 TEST("Number of Sunday weeks in year is 52 or 53",
292 TEST("Sunday week of year is not more than number of weeks in the year",
298 TEST("Sunday week of year is >= than last week of year",
303 TEST("Sunday week of year on Sunday 1 more than previous day's week of year",
308 TEST("Sunday week of year on non-Sunday 0 more than previous day's week of year",
  /packages/apps/DeskClock/src/com/android/deskclock/
RepeatPreference.java 47 weekdays[Calendar.SUNDAY],
  /external/v8/test/test262/
test262.status 78 # in PST/PDT between first Sunday in March and first Sunday in April. The DST
  /packages/apps/Calendar/tests/src/com/android/calendar/widget/
CalendarAppWidgetServiceTest.java 124 long sunday = tomorrow + DateUtils.DAY_IN_MILLIS; local
151 cursor.addRow(getRow(0, sunday, sunday + TWO_HOURS, title + i, location + i, 0));
  /frameworks/rs/scriptc/
rs_time.rsh 43 * tm_wday - Days since Sunday. This ranges from 0 to 6.
  /libcore/luni/src/main/java/java/text/
DateFormatSymbols.java 298 * {@code Calendar.SUNDAY} etc. as indices for the array.
309 * {@code Calendar.SUNDAY} etc. as indices for the array.
445 * {@code Calendar.SUNDAY} etc. as indices for the array.
457 * {@code Calendar.SUNDAY} etc. as indices for the array.
  /packages/apps/Calendar/src/com/android/calendar/
EventRecurrenceFormatter.java 91 case EventRecurrence.SU: return Calendar.SUNDAY;
  /prebuilts/sdk/renderscript/include/
rs_time.rsh 43 * tm_wday - Days since Sunday. This ranges from 0 to 6.
  /frameworks/base/core/res/res/xml-en/
autotext.xml 141 <word src="sunday">Sunday</word>
  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeeksAdapter.java 65 * Which day the week should start on. {@link Time#SUNDAY} through
92 // When the week starts; numbered like Time.<WEEKDAY> (e.g. SUNDAY=0).

Completed in 664 milliseconds

1 2 3 4 5 6 7 8 9