/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
telephony.h | 58 char day[3]; member in struct:__anon9382
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
telephony.h | 58 char day[3]; member in struct:__anon9736
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
telephony.h | 58 char day[3]; member in struct:__anon10090
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
telephony.h | 58 char day[3]; member in struct:__anon10509
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
telephony.h | 58 char day[3]; member in struct:__anon10872
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
telephony.h | 58 char day[3]; member in struct:__anon11296
|
/packages/apps/AlarmClock/res/layout/ |
alarm_time.xml | 24 and an optional line below, used for day/days of week -->
|
/packages/apps/Calendar/src/com/android/calendar/ |
LaunchActivity.java | 34 static final String VIEW_TYPE_DAY = "DAY";
|
/packages/apps/Email/src/com/android/exchange/ |
Eas.java | 53 // 1 1 day ago Yes No
|
/packages/apps/Email/tests/src/com/android/email/mail/transport/ |
SmtpSenderUnitTests.java | 163 * Test: Open and send a single message (sunny day) 194 * Test: Open and send a single message with an empty attachment (no file) (sunny day) 224 * Test: Open and send a single message with an attachment (sunny day) 291 * Test: Open and send a single message with body & attachment (sunny day)
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/ |
ZoneInfo.java | 140 int year, int month, int day, 160 calc += (day - 1) * MILLISECONDS_PER_DAY;
|
/development/tools/zoneinfo/ |
ZoneInfo.java | 151 int year, int month, int day, 171 calc += (day - 1) * MILLISECONDS_PER_DAY;
|
/external/openssl/crypto/ |
o_time.c | 170 short year, month, day, hour, minute, second, member in struct:vms_vectime 196 result->tm_mday = time_values.day;
|
/external/v8/src/ |
dateparser.h | 43 // [2]: day 53 YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, UTC_OFFSET, OUTPUT_SIZE
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.3.1-4.js | 74 var DAY = 12; 175 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
|
15.9.3.1-5.js | 74 var DAY = 12; 152 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
|
15.9.3.2-4.js | 69 var DAY = 12; 169 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
|
15.9.3.2-5.js | 69 var DAY = 12; 151 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
|
15.9.3.8-5.js | 70 var DAY = 12; 170 testcases[item++] = new TestCase( SECTION, DateString+".getDay()", ResultArray[DAY], DateCase.getDay() );
|
/external/webkit/WebCore/html/ |
DateComponents.h | 43 // * Date type: year-month-day 46 // * DateTime or DateTimeLocal type: year-month-day hour-minute-second-millisecond
|
/frameworks/base/awt/javax/imageio/metadata/ |
IIOStandardMetadataFormat.java | 231 addAttribute("ImageCreationTime", "day", DATATYPE_INTEGER, true, null, "1", "31", true, 244 addAttribute("ImageModificationTime", "day", DATATYPE_INTEGER, true, null, "1", "31", true,
|
/frameworks/base/common/tests/src/com/android/common/ |
OperationSchedulerTest.java | 206 // But if we set the time back more than a day, the moratorium 207 // resets to the maximum moratorium (a day, by default), exposing
|
/frameworks/base/core/java/android/widget/ |
TimePicker.java | 34 * A view for selecting the time of day, in either 24 hour or AM/PM mode. 114 // written "12:xx" being the start of the half-day
|
/frameworks/base/docs/html/resources/tutorials/views/ |
hello-datepicker.jd | 7 widget, which allows the user to select the month, day, and year, in a familiar interface.</p> 92 and the current year, month and day are acquired. Finally, the private
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
MetaData.java | 165 * @param startDay the start of the BusyBit expansion (the start Julian day) 166 * @param endDay the end of the BusyBit expansion (the end Julian day)
|