HomeSort by relevance Sort by last modified time
    Searched refs:day (Results 226 - 250 of 376) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
telephony.h 58 char day[3]; member in struct:__anon42446
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
telephony.h 58 char day[3]; member in struct:__anon42894
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 101 public static final String INTENT_VALUE_VIEW_TYPE_DAY = "DAY";
114 // The work day is being counted as 6am to 8pm
220 // This is the "detail" view which is either agenda or day view
225 return ViewType.DAY;
432 * Save default agenda/day/week/month view for next time
446 || viewId == CalendarController.ViewType.DAY;
578 * adjusted for first day of week.
580 * This takes a julian day and the week start day and calculates which
581 * week since {@link Time#EPOCH_JULIAN_DAY} that day occurs in, startin
862 int day; \/\/ quick reference to the day this segment is on field in class:Utils.DNASegment
    [all...]
  /development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
WeatherWidgetProvider.java 68 public static String EXTRA_DAY_ID = "com.example.android.weatherlistwidget.day";
144 final String day = intent.getStringExtra(EXTRA_DAY_ID); local
146 Toast.makeText(ctx, String.format(formatStr, day), Toast.LENGTH_SHORT).show();
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 184 // dateRange(day)
189 // dateRange(day, "GMT")
199 // dateRange(day, month)
208 // dateRange(day, month, year)
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 165 #define COARSE_UTC(year, month, day, hour, minute, second) \
169 (day - 1) * 24 * 60 * 60 + \
  /external/icu4c/test/intltest/
dtfmttst.cpp 365 // hour is the expected hour of day, in units of seconds
377 int32_t y, m, day, hr, min, sec; local
378 dateToFields(d, y, m, day, hr, min, sec);
780 int32_t month,yr,day,hr,min,sec; dateToFields(d,yr,month,day,hr,min,sec); local
786 dateToFields(d,yr,month,day,hr,min,sec);
837 * Test the day of year pattern.
844 int32_t year,month,day,hour,min,sec; dateToFields(today,year,month,day,hour,min,sec); local
845 UDate expected = date(year, month, day);
3851 int32_t day; member in struct:__anon8874
3949 int32_t day = rootChineseCalendar->get(UCAL_DATE, status); local
3953 ppos.getIndex() + " " + year +"-"+month+"("+isLeapMonth+")-"+day); local
4039 int32_t day; member in struct:__anon8877
4100 int32_t day = cal->get(UCAL_DATE, status); local
    [all...]
caltest.cpp 636 * Test the handling of the day of the week, checking for correctness and
665 dow > max) errln(UnicodeString("FAIL: Day of week ") + (int32_t)dow + " out of range");
666 if (dow != UCAL_SUNDAY) errln("FAIL: Day of week should be SUNDAY[%d] not %d", UCAL_SUNDAY, dow);
739 verify765("1997 third day of June = ", c, 1997, UCAL_JUNE, 3);
790 * results in the first WOY/DOW day of the year satisfying the
832 CalendarTest::verify765(const UnicodeString& msg, Calendar* c, int32_t year, int32_t month, int32_t day)
841 d == day) {
847 errln("FAIL: " + msg + dateToString(c->getTime(status), str) + "; expected " + (int32_t)year + "/" + (int32_t)(month + 1) + "/" + (int32_t)day +
1506 int32_t day = cal.get(UCAL_DATE, status); local
2224 int32_t day = 15; local
2402 int32_t day; member in class:CalFields
    [all...]
tzbdtest.cpp 167 int32_t y, m, day, h, min, sec; local
168 dateToFields(d, y, m, day, h, min, sec);
170 showNN(day) + " " + showNN(h) + ":" + showNN(min) +
417 * Test the handling of the "new" rules; that is, rules other than nth Day of week.
calcasts.cpp 8 * conversion between julian-day to fields and vice versa.
64 checkField(cal, UCAL_DATE, cases[i].day,status);
76 cal->set(UCAL_DATE, cases[i].day);
128 // Julian Day Era Year Month Day WkDay Hour Min Sec
217 // Julian Day Era Year Month Day WkDay Hour Min Sec
287 // Julian Day Era Year Month Day WkDay Hour Min Sec
304 // G.YY/MM/DD Era Year Month Day WkDay Hour Min Se
    [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncStorageEngine.java 82 private static final long DEFAULT_POLL_FREQUENCY_SECONDS = 60 * 60 * 24; // One day
260 public final int day; field in class:SyncStorageEngine.DayStats
266 public DayStats(int day) {
267 this.day = day;
1152 int day = getCurrentDayLocked(); local
2240 int day = in.readInt(); local
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c 347 if (-1 == drm_checkDate(curDateTime.year, curDateTime.month, curDateTime.day,
351 YMD_HMS_2_INT(curDateTime.year, curDateTime.month, curDateTime.day,
390 int32_t year, mon, day, hour, min, sec, date, time; local
403 INT_2_YMD_HMS(year, mon, day, date, hour, min, sec, time);
414 day += hour / 24;
417 if (day > 31) {
418 mon += day / 31;
419 day %= 31;
425 if (day > (ret = drm_monthDays(year, mon))) {
426 day -= ret
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 407 /*setting the first day of the week to other values */
433 /*testing if the UCalendar's timezone is currently in day light saving's time*/
668 verify1("1999 10th day of January is :", caldef, datdef, 1999, UCAL_JANUARY, 10);
670 verify1("1999 3rd day of December is :", caldef, datdef, 1999, UCAL_DECEMBER, 3);
672 verify1("2000 3rd day of May is :", caldef, datdef, 2000, UCAL_MAY, 3);
674 verify1("1999 32th day of August is :", caldef, datdef, 1999, UCAL_SEPTEMBER, 1);
676 verify1("1999 0th day of March is :", caldef, datdef, 1999, UCAL_FEBRUARY, 28);
700 verify2("1999 10th day of October at 6:45:30 is :", caldef, datdef, 1999, UCAL_OCTOBER, 10, 6, 45, 30, 0 );
702 verify2("1999 3rd day of March at 15:10:55 is :", caldef, datdef, 1999, UCAL_MARCH, 3, 3, 10, 55, 1);
704 verify2("1999 3rd day of May at 25:30:45 is :", caldef, datdef, 1999, UCAL_MAY, 4, 1, 30, 45, 0)
870 int32_t day; member in struct:__anon8758
1631 int32_t day; member in struct:__anon8759
2251 int32_t day; member in struct:__anon8766
    [all...]
  /external/libpng/
png.c 689 ptime->day % 32, short_months[(ptime->month - 1) % 12],
700 ptime->day % 32, short_months[(ptime->month - 1) % 12],
708 ptime->day % 32, short_months[(ptime->month - 1) % 12],
  /external/qemu/distrib/libpng-1.2.19/
png.c 667 ptime->day % 32, short_months[(ptime->month - 1) % 12],
678 ptime->day % 32, short_months[(ptime->month - 1) % 12],
686 ptime->day % 32, short_months[(ptime->month - 1) % 12],
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 146 SInt32 day = CFAbsoluteTimeGetDayOfWeek(time, 0); local
148 RetainPtr<CFStringRef> dateCFString(AdoptCF, CFStringCreateWithFormat(0, 0, dateFormatString, dayStrings[day - 1], dateValue.day,
  /frameworks/base/core/java/android/widget/
DatePicker.java 50 * year, month, and day spinners or a {@link CalendarView}. The set of spinners
135 * @param dayOfMonth The day of the month that was set.
211 // calendar view day-picker
221 // day
222 mDaySpinner = (NumberPicker) findViewById(R.id.day);
538 * @param dayOfMonth The day of the month.
577 * @param dayOfMonth The initial day of the month.
687 * @return The selected day of month.
722 // Day
781 private SavedState(Parcelable superState, int year, int month, int day) {
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CalendarTest.java 263 // DAY/MONTH has priority when DATE set after DAY_OF_YEAR
528 // test by day
842 for (int day = 1; day <= 7; day++) {
843 cal.set(Calendar.DAY_OF_WEEK, day);
844 value = symbols.getShortWeekdays()[day];
847 value = symbols.getWeekdays()[day];
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CalendarTest.java 263 // DAY/MONTH has priority when DATE set after DAY_OF_YEAR
528 // test by day
842 for (int day = 1; day <= 7; day++) {
843 cal.set(Calendar.DAY_OF_WEEK, day);
844 value = symbols.getShortWeekdays()[day];
847 value = symbols.getWeekdays()[day];
    [all...]
  /cts/tests/src/android/app/cts/
DialogStubActivity.java 406 public void onDateChanged(DatePicker view, int year, int month, int day) {
408 super.onDateChanged(view, year, month, day);
  /external/jdiff/src/jdiff/
HTMLStatistics.java 56 Date day = new Date(); local
80 h_.writeText(" <td class=\"diffvalue\">" + formatter.format( day ) + "</td>");
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_attrinsertbefore4.js 113 dayNode = doc.createTextNode("day");
hc_attrreplacechild2.js 111 dayNode = doc.createTextNode("day");
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_attrinsertbefore4.js 113 dayNode = doc.createTextNode("day");
hc_attrreplacechild2.js 111 dayNode = doc.createTextNode("day");

Completed in 1458 milliseconds

1 2 3 4 5 6 7 8 91011>>