/packages/apps/Calendar/src/com/android/calendar/ |
CalendarActivity.java | 44 * This is the base class for Day and Week Activities.
|
/packages/apps/DeskClock/res/values-cs/ |
strings.xml | 51 <string name="day" msgid="7984755014526510295">"1 den"</string>
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
SetAlarm.java | 338 (days == 1) ? context.getString(R.string.day) :
|
Alarms.java | 519 // if alarm is behind current time, advance one day 547 * Shows day and time -- used for lock screen
|
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
Pop3StoreUnitTests.java | 68 * Test various sunny-day operations of UIDL parser for multi-line responses 89 * Test various sunny-day operations of UIDL parser for single-line responses 108 * Test various rainy-day operations of the UIDL parser for multi-line responses 126 * Test various rainy-day operations of the UIDL parser for single-line responses [all...] |
/packages/apps/Gallery3D/src/com/cooliris/media/ |
MediaClustering.java | 318 // max timestamp are on the same day and from the
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
RecurrenceProcessorTest.java | 232 // one day which isn't in the result [all...] |
CalendarProvider2Test.java | 105 * start and end time, whether it is an all-day event, and so on) are 553 new EventInfo("allday daily0", "all-day daily from 5/1/2008", 556 new EventInfo("allday daily1", "all-day daily from 5/1/2008 until 5/3/2008", 559 new EventInfo("allday weekly0", "all-day weekly from 5/1/2008", 562 new EventInfo("allday weekly1", "all-day for 2 days weekly from 5/1/2008", 565 new EventInfo("allday yearly0", "all-day yearly on 5/1/2008", 686 * This sequence of commands inserts and deletes some all-day events. [all...] |
/prebuilt/common/jython/ |
LICENSE | 162 within that sixty-day period.
|
/external/bison/m4/ |
po_gl.m4 | 56 dnl This could go away some day; the PATH_PROG_WITH_TEST already does it. 72 dnl This could go away some day; the PATH_PROG_WITH_TEST already does it.
|
/external/elfutils/m4/ |
gettext.m4 | 362 dnl This could go away some day; the PATH_PROG_WITH_TEST already does it. 378 dnl This could go away some day; the PATH_PROG_WITH_TEST already does it.
|
/external/jdiff/src/jdiff/ |
HTMLStatistics.java | 56 Date day = new Date(); local 80 h_.writeText(" <td class=\"diffvalue\">" + formatter.format( day ) + "</td>");
|
/frameworks/base/core/jni/ |
android_text_format_Time.cpp | 425 // day of month 513 // day
|
/development/tools/zoneinfo/tzdata2009s/ |
europe | [all...] |
asia | 431 # The page does not give start or end times of day. 697 # at the 24[:00] hours of the first day of Farvardin and should return 698 # to its previous state at the 24[:00] hours of the 30th day of 751 # on the 24 hours of the first day of the month of Farvardin and will 753 # thirtieth day of Shahrivar. [all...] |
australasia | [all...] |
/external/libxml2/ |
nanoftp.c | 1600 int day = 0; local [all...] |
/external/qemu/ |
trace.c | 194 uint32_t day = tm->tm_mday; local 195 tens = day / 10; 196 ones = (day - tens * 10); 197 day = (tens << 4) | ones; 199 *pdate = (year << 16) | (mon << 8) | day; [all...] |
/frameworks/base/core/java/android/content/ |
SyncManager.java | [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/sms/ |
BearerData.java | 246 int day = IccUtils.cdmaBcdByteToInt(data[2]); local 247 if (day < 1 || day > 31) return null; 248 ts.monthDay = day; 267 builder.append(", day=" + monthDay); [all...] |
/external/icu4c/test/cintltst/ |
cdattst.c | 404 int32_t year, month, day; local 408 day = ucal_get(ucal, UCAL_DATE, &status); 409 ucal_setDateTime(ucal, year, month, day, 18, 49, 0, &status); /* set to today at 18:49:00 */ [all...] |
/external/icu4c/test/intltest/ |
numfmtst.cpp | [all...] |
/external/iproute2/examples/ |
cbq.init-v0.7.3 | 127 # differentiate RATE throughout the whole day. Time overlapping is 413 # throughout the day. You can specify multiple TIME parameters, if 886 ### Check the day-of-week (if present) [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmServiceStateTracker.java | 144 /** Wake lock used while setting time of day. */ [all...] |
/bionic/libc/private/ |
resolv_private.h | 62 * It can change every day so the right thing to do with it is use it
|