/cts/tests/tests/widget/src/android/widget/cts/ |
TimePickerTest.java | 144 // set the same hour as current 214 // for 24 hour mode
|
/external/openssl/crypto/ |
o_time.c | 170 short year, month, day, hour, minute, second, member in struct:vms_vectime 195 result->tm_hour = time_values.hour;
|
/external/webkit/JavaScriptCore/runtime/ |
DateConstructor.cpp | 107 t.hour = args.at(3).toInt32(exec); 177 t.hour = args.at(3).toInt32(exec);
|
DatePrototype.cpp | 267 // Format of member function: f([hour,] [min,] [sec,] [ms]) 281 t->hour = 0; 461 // Maximum amount of space we need in buffer: 6 (max. digits in year) + 2 * 5 (2 characters each for month, day, hour, minute, second) + 4 (. + 3 digits for milliseconds) 464 snprintf(buffer, sizeof(buffer) - 1, "%04d-%02d-%02dT%02d:%02d:%02d.%03dZ", 1900 + gregorianDateTime->year, gregorianDateTime->month + 1, gregorianDateTime->monthDay, gregorianDateTime->hour, gregorianDateTime->minute, gregorianDateTime->second, static_cast<int>(fmod(thisDateObj->internalNumber(), 1000))); 665 return jsNumber(exec, gregorianDateTime->hour); 678 return jsNumber(exec, gregorianDateTime->hour); [all...] |
/frameworks/base/awt/javax/imageio/metadata/ |
IIOStandardMetadataFormat.java | 233 addAttribute("ImageCreationTime", "hour", DATATYPE_INTEGER, false, "0", "0", "23", true, 246 addAttribute("ImageModificationTime", "hour", DATATYPE_INTEGER, false, "0", "0", "23",
|
/external/icu4c/i18n/ |
vtzone.cpp | 198 int32_t hour = t / U_MILLIS_PER_HOUR; local 204 appendAsciiDigits(hour, 2, str); 228 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; local 253 hour = parseAsciiDigits(str, 9, 2, status); 264 hour < 0 || hour >= 24 || min < 0 || min >= 60 || sec < 0 || sec >= 60) { 277 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND); 293 int32_t sign = 0, hour = 0, min = 0, sec = 0; local 311 hour = parseAsciiDigits(str, 1, 2, status); 326 int32_t millis = sign * ((hour * 60 + min) * 60 + sec) * 1000 341 int32_t hour, min, sec; local [all...] |
calendar.cpp | 568 { 0, 0, 11, 11 }, // HOUR 591 // fields such as MONTH, HOUR, AM_PM, etc. It is possible to compute the 605 // local fields (YEAR, MONTH, DATE, HOUR, MINUTE, etc.) 627 // local fields (YEAR, MONTH, DATE, HOUR, MINUTE, etc.) 1055 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute 1857 int32_t hour = 0; local [all...] |
ucal.cpp | 360 int32_t hour, 367 ((Calendar*)cal)->set(year, month, date, hour, minute, second);
|
/external/icu4c/test/intltest/ |
dtifmtts.cpp | 343 "en", "2007 10 10 10:10:10", "2008 10 10 10:10:10", "hv", "10/10/2007 PT (Hour: 10) \\u2013 10/10/2008 PT (Hour: 10)", 345 "en", "2007 10 10 10:10:10", "2008 10 10 10:10:10", "hz", "10/10/2007 PDT (Hour: 10) \\u2013 10/10/2008 PDT (Hour: 10)", 410 "en", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "hv", "10/10/2007 PT (Hour: 10) \\u2013 11/10/2007 PT (Hour: 10)", 412 "en", "2007 10 10 10:10:10", "2007 11 10 10:10:10", "hz", "10/10/2007 PDT (Hour: 10) \\u2013 11/10/2007 PST (Hour: 10)", 476 "en", "2007 11 10 10:10:10", "2007 11 20 10:10:10", "hv", "11/10/2007 PT (Hour: 10) \\u2013 11/20/2007 PT (Hour: 10)", [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
EditEvent.java | 284 int hourDuration = endTime.hour - startTime.hour; 287 startTime.hour = hourOfDay; 292 endTime.hour = hourOfDay + hourDuration; 297 endTime.hour = hourOfDay; 323 mTime.hour, mTime.minute, 731 if (mEndTime.hour == 0 && mEndTime.minute == 0) { 747 if (mEndTime.hour == 0 && mEndTime.minute == 0) { [all...] |
/external/icu4c/i18n/unicode/ |
gregocal.h | 109 * cout << "HOUR: " << calendar->get( UCAL_HOUR, success ) << endl; 117 * cout << "Current Time, with hour reset to 3" << endl; 131 * cout << "HOUR: " << calendar->get( UCAL_HOUR, success ) << endl; 252 * @param hour The value used to set the HOUR_OF_DAY time field in the calendar. 258 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, UErrorCode& success); 268 * @param hour The value used to set the HOUR_OF_DAY time field in the calendar. 275 GregorianCalendar(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode& success); [all...] |
smpdtfmt.h | 75 * h hour in am/pm (1~12) (Number) 12 76 * H hour in day (0~23) (Number) 0 77 * m minute in hour (Number) 30 87 * k hour in day (1~24) (Number) 24 88 * K hour in am/pm (0~11) (Number) 0 163 * marker 'a' is left out from the format pattern while the "hour in am/pm" 664 * from large to small is: ERA, YEAR, MONTH, DATE, AM_PM, HOUR, MINUTE,... 677 * from large to small is: ERA, YEAR, MONTH, DATE, AM_PM, HOUR, MINUTE,... [all...] |
calendar.h | 54 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>, 122 * AM_PM + HOUR 186 HOUR, // Example: 0..11 246 * Useful constants for hour in 12-hour clock. Used in GregorianCalendar. 509 * for that field (e.g., days for the day fields, hours for the hour 528 * for that field (e.g., days for the day fields, hours for the hour 547 * hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the hour value in the range 572 * hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the hour value in the rang [all...] |
udat.h | 291 * UDAT_HOUR_OF_DAY1_FIELD is used for the one-based 24-hour clock. 300 * UDAT_HOUR_OF_DAY0_FIELD is used for the zero-based 24-hour clock. 372 * UDAT_HOUR1_FIELD is used for the one-based 12-hour clock. 373 * For example, 11:30 PM + 1 hour results in 12:30 AM. 381 * UDAT_HOUR0_FIELD is used for the zero-based 12-hour clock. 382 * For example, 11:30 PM + 1 hour results in 00:30 AM. [all...] |
/frameworks/base/core/java/android/text/format/ |
DateUtils.java | 184 * This is not actually the preferred 24-hour date format in all locales. [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
CalendarTest.java | 369 int hour = cal.get(Calendar.HOUR); local 370 cal.set(Calendar.HOUR, hour); 373 // setting AM_PM without HOUR should not have any affect 378 hour = cal.get(Calendar.HOUR); 382 assertEquals(hour, cal.get(Calendar.HOUR)); [all...] |
/packages/apps/Calendar/res/values/ |
strings.xml | 59 a reminder of 1 hour would be displayed as '1 hour'. The translation 60 should use the shortest acceptable abbreviation of 'hour' to save space. --> 62 <!-- This is the label for a 1-hour reminder. --> 63 <item quantity="one">1 hour</item>
|
/external/tcpdump/ |
print-ospf6.c | 104 register time_t hour = us / 3600; local 107 if (hour) 109 (u_int32_t) hour, (u_int32_t) mins, (u_int32_t) sec);
|
/external/wpa_supplicant/ |
os.h | 60 * @hour: Hour (0 .. 23) 70 int os_mktime(int year, int month, int day, int hour, int min, int sec,
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
os.h | 60 * @hour: Hour (0 .. 23) 70 int os_mktime(int year, int month, int day, int hour, int min, int sec,
|
/frameworks/base/core/java/android/app/ |
AlarmManager.java | 161 * set a recurring alarm for the top of every hour but the phone was asleep 210 * for example, an alarm that repeats every hour, but not necessarily at 211 * the top of every hour. These alarms are more power-efficient than
|
/packages/apps/DeskClock/res/values/ |
strings.xml | 117 <!-- Alarm confirmation toast: singular hour --> 118 <string name="hour">1 hour</string>
|
/cts/tools/host/src/com/android/cts/ |
HostUtils.java | 261 int hour = cal.get(Calendar.HOUR_OF_DAY); local 280 fmt.format(formatStr, year, month, date, hour, min, sec);
|
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
DateTest.java | 105 static private long getTime(int year, int month, int date, int hour, 107 aCal.set(year, month, date, hour, minute, second);
|
/development/tools/zoneinfo/tzdata2009s/ |
asia | 190 # Bangladesh has decided that the clock advanced by an hour to make 537 # an hour recently, due to a law proposed by Zurab Murvanidze, 601 # today to advance East Timor's time by one hour. The time change, 696 # The official time of the country will should move forward one hour 750 # The official time of the country will be moved forward for one hour [all...] |