/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...] |
/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/ |
SuggestTests.java | 97 suggested("Sunday", mHelper.getFirstSuggestion("sunday")); 98 suggested("Sunday", mHelper.getFirstSuggestion("sundat")); 143 assertTrue("valid word Sunday", mHelper.isValidWord("Sunday")); 144 assertFalse("non valid word sunday", mHelper.isValidWord("sunday"));
|
EditDistanceTests.java | 46 * dist(Sunday, Saturday) == 3 53 final int dist = Utils.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
|
/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]);
|
/cts/tests/tests/util/src/android/util/cts/ |
MonthDisplayHelperTest.java | 62 Calendar.DECEMBER, Calendar.SUNDAY - 1); 131 mHelper = new MonthDisplayHelper(2007, Calendar.AUGUST, Calendar.SUNDAY); 159 Calendar.AUGUST, Calendar.SUNDAY); 195 mHelper = new MonthDisplayHelper(2007, Calendar.AUGUST, Calendar.SUNDAY); 287 Calendar.AUGUST, Calendar.SUNDAY); 304 Calendar.AUGUST, Calendar.SUNDAY); 337 Calendar.SUNDAY); 364 Calendar.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...] |
/cts/tests/tests/text/src/android/text/format/cts/ |
DateUtilsTest.java | 59 assertEquals("Sunday", 60 DateUtils.getDayOfWeekString(Calendar.SUNDAY, DateUtils.LENGTH_LONG)); 62 DateUtils.getDayOfWeekString(Calendar.SUNDAY, DateUtils.LENGTH_MEDIUM)); 64 DateUtils.getDayOfWeekString(Calendar.SUNDAY, DateUtils.LENGTH_SHORT)); 66 DateUtils.getDayOfWeekString(Calendar.SUNDAY, DateUtils.LENGTH_SHORTER)); 68 DateUtils.getDayOfWeekString(Calendar.SUNDAY, DateUtils.LENGTH_SHORTEST)); 71 DateUtils.getDayOfWeekString(Calendar.SUNDAY, 60)); 316 assertEquals("17:31, Sunday, November 24, 1833", 320 assertEquals("06:28, Sunday, February 7, 2106",
|
/external/skia/include/core/ |
SkTime.h | 30 uint8_t fDayOfWeek; //!< 0..6, 0==Sunday
|
/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],
|
/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/base/libs/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;
|
/prebuilt/sdk/14/renderscript/include/ |
rs_time.rsh | 43 * tm_wday - Days since Sunday. This ranges from 0 to 6.
|
/prebuilt/sdk/15/renderscript/include/ |
rs_time.rsh | 43 * tm_wday - Days since Sunday. This ranges from 0 to 6.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/ |
AdtUtilsTest.java | 103 assertEquals(3, AdtUtils.editDistance("saturday", "sunday"));
|
/frameworks/base/core/res/res/xml-en/ |
autotext.xml | 141 <word src="sunday">Sunday</word>
|