HomeSort by relevance Sort by last modified time
    Searched full:hour (Results 176 - 200 of 528) sorted by null

1 2 3 4 5 6 78 91011>>

  /cts/tests/tests/widget/src/android/widget/cts/
TimePickerTest.java 144 // set the same hour as current
214 // for 24 hour mode
  /external/chromium/base/
pr_time_unittest.cc 25 // must be a time guaranteed to be outside of a DST fallback hour in
30 12, // hour
time_posix.cc 68 timestruct.tm_hour = exploded.hour;
140 exploded->hour = timestruct.tm_hour;
time.h 206 int hour; // Hour within the current day (0-23) member in struct:base::Time::Exploded
207 int minute; // Minute within the current hour (0-59)
  /external/webkit/JavaScriptCore/runtime/
DateConstructor.cpp 107 t.hour = args.at(3).toInt32(exec);
177 t.hour = args.at(3).toInt32(exec);
  /packages/apps/Calendar/res/values-en-rGB/
arrays.xml 28 <item msgid="1920425054049263702">"1 hour"</item>
132 <item msgid="30462793717552">"1 hour"</item>
  /packages/apps/DeskClock/res/values-en-rGB/
strings.xml 53 <string name="hour" msgid="2546819039651509323">"1 hour"</string>
  /external/chromium/third_party/icu/source/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...]
  /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...]
  /external/chromium/third_party/icu/source/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...]
  /external/chromium/third_party/icu/public/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...]
  /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...]
timezone.h 394 * typically one hour.
621 * (i.e., one hour) if this time zone observes Daylight Saving
701 * @param hour Receives parsed hour field
706 static UBool parseCustomID(const UnicodeString& id, int32_t& sign, int32_t& hour,
724 * @param hour offset hours
731 static UnicodeString& formatCustomID(int32_t hour, int32_t min, int32_t sec,
calendar.h 54 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
122 * AM_PM + HOUR
192 HOUR, // Example: 0..11
252 * Useful constants for hour in 12-hour clock. Used in GregorianCalendar.
515 * for that field (e.g., days for the day fields, hours for the hour
534 * for that field (e.g., days for the day fields, hours for the hour
553 * hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the hour value in the range
578 * hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the hour value in the rang
    [all...]
  /frameworks/base/core/java/android/text/format/
DateUtils.java 190 * This is not actually the preferred 24-hour date format in all locales.
    [all...]
  /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
  /frameworks/base/telephony/java/android/telephony/
SmsCbMessage.java 416 int hour = IccUtils.gsmBcdByteToInt(pdu[9]); local
438 time.hour = hour;
  /packages/apps/DeskClock/res/values/
strings.xml 117 <!-- Alarm confirmation toast: singular hour -->
118 <string name="hour">1 hour</string>
  /development/tools/zoneinfo/tzdata2010k/
asia 190 # Bangladesh has decided that the clock advanced by an hour to make
212 # "...The government yesterday decided to put the clock back by one hour
656 # an hour recently, due to a law proposed by Zurab Murvanidze,
720 # today to advance East Timor's time by one hour. The time change,
    [all...]

Completed in 629 milliseconds

1 2 3 4 5 6 78 91011>>