HomeSort by relevance Sort by last modified time
    Searched refs:hour (Results 126 - 150 of 247) sorted by null

1 2 3 4 56 7 8 910

  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekAdapter.java 263 day.hour = currTime.hour;
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 165 #define COARSE_UTC(year, month, day, hour, minute, second) \
170 (hour - 0) * 60 * 60 + \
  /external/chromium/base/third_party/nspr/
prtime.cc 137 gregorian_date.hour = exploded->tm_hour;
530 int hour = -1; local
784 if (hour >= 0 && min >= 0) /* already got it */
835 /* If we made it here, we've parsed hour and min,
857 hour = tmp_hour;
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
jsref.js 540 function MakeTime( hour, min, sec, ms ) {
541 if ( isNaN( hour ) || isNaN( min ) || isNaN( sec ) || isNaN( ms ) ) {
545 hour = ToInteger(hour);
550 return( (hour*msPerHour) + (min*msPerMinute) +
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/
jsref.js 501 function MakeTime( hour, min, sec, ms ) {
502 if ( isNaN( hour ) || isNaN( min ) || isNaN( sec ) || isNaN( ms ) ) {
506 hour = ToInteger(hour);
511 return( (hour*msPerHour) + (min*msPerMinute) +
  /external/v8/src/
date.js 279 function MakeTime(hour, min, sec, ms) {
280 if (!$isFinite(hour)) return $NaN;
284 return TO_INTEGER(hour) * msPerHour
840 function DateSetHours(hour, min, sec, ms) {
842 hour = ToNumber(hour);
847 var time = MakeTime(hour, min, sec, ms);
853 function DateSetUTCHours(hour, min, sec, ms) {
855 hour = ToNumber(hour);
    [all...]
  /external/icu4c/i18n/
smpdtfmt.cpp 1044 int32_t hour = offset \/ 60; local
1102 int32_t hour = 0; local
2771 int32_t hour = 0, min = 0, sec = 0; local
    [all...]
vtzone.cpp 200 int32_t hour = t / U_MILLIS_PER_HOUR; local
206 appendAsciiDigits(hour, 2, str);
230 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; local
255 hour = parseAsciiDigits(str, 9, 2, status);
266 hour < 0 || hour >= 24 || min < 0 || min >= 60 || sec < 0 || sec >= 60) {
279 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND);
295 int32_t sign = 0, hour = 0, min = 0, sec = 0; local
313 hour = parseAsciiDigits(str, 1, 2, status);
328 int32_t millis = sign * ((hour * 60 + min) * 60 + sec) * 1000
343 int32_t hour, min, sec; local
    [all...]
gregocal.cpp 89 {/*N/A*/-1,/*N/A*/-1,/*N/A*/-1,/*N/A*/-1}, // HOUR
119 * HOUR 0 0 11 11
129 * (*) In units of one-hour
236 int32_t hour, int32_t minute, UErrorCode& status)
246 set(UCAL_HOUR_OF_DAY, hour);
253 int32_t hour, int32_t minute, int32_t second,
264 set(UCAL_HOUR_OF_DAY, hour);
    [all...]
  /external/libxml2/
xmlschemastypes.c 65 unsigned int hour :5; /* 0 <= hour <= 23 */ member in struct:_xmlSchemaValDate
79 double sec; /* sec stores min and hour also */
5829 unsigned long mon, day, hour = 0, min = 0; local
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 456 int32_t hour; local
510 hour=ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status);
519 if(hour == ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status))
521 else if((hour-8 + 1) != ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status)) /*because it is not in daylight savings time */
522 log_err("FAIL: Error setTimeZone doesn't change the represented time correctly with 8 hour offset\n");
1509 int32_t hour; member in struct:__anon6354
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.c 668 ptime->year, ptime->hour % 24, ptime->minute % 60,
679 ptime->year, ptime->hour % 24, ptime->minute % 60,
687 ptime->year, ptime->hour % 24, ptime->minute % 60,
  /external/stlport/src/
time_facets.cpp 203 #define __hour12(hour) \
204 (((hour) % 12 == 0) ? (12) : (hour) % 12)
  /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);
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SmsMessage.java 577 int hour = IccUtils.gsmBcdByteToInt(pdu[cur++]); local
599 time.hour = hour;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
time_facets.cpp 203 #define __hour12(hour) \
204 (((hour) % 12 == 0) ? (12) : (hour) % 12)
  /external/icu4c/i18n/unicode/
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...]
ucal.h 299 * whether the <code>HOUR</code> is before or after noon.
310 * hour of the morning or afternoon. <code>HOUR</code> is used for the 12-hour
312 * E.g., at 10:04:15.250 PM the <code>HOUR</code> is 10.
321 * hour of the day. <code>HOUR_OF_DAY</code> is used for the 24-hour clock.
330 * minute within the hour.
594 * 3,600,000 (one hour) or zero.
921 * @param hour The desired hour of day
    [all...]
  /external/icu4c/test/intltest/
calcasts.cpp 66 checkField(cal, UCAL_HOUR, cases[i].hour,status);
78 cal->set(UCAL_HOUR, cases[i].hour);
128 // Julian Day Era Year Month Day WkDay Hour Min Sec
218 // Julian Day Era Year Month Day WkDay Hour Min Sec
288 // Julian Day Era Year Month Day WkDay Hour Min Sec
305 // G.YY/MM/DD Era Year Month Day WkDay Hour Min Sec
337 // Julian Day Era Year Month Day WkDay Hour Min Sec
394 // JD Era Year Month Day WkDay Hour Min Sec
439 // JD Era Year Month Day WkDay Hour Min Sec
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c 348 curDateTime.hour, curDateTime.min, curDateTime.sec))
352 CurrentTime.date, curDateTime.hour, curDateTime.min,
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);
410 hour += min / 60;
413 if (hour > 23) {
414 day += hour / 24;
415 hour %= 24;
433 YMD_HMS_2_INT(year, mon, day, XXConstraint->EndTime.date, hour,
462 curDateTime.hour, curDateTime.min, curDateTime.sec)
    [all...]
  /external/chromium/base/metrics/
field_trial.cc 59 exploded.hour = 0;
  /external/chromium/chrome/browser/diagnostics/
diagnostics_main.cc 256 exploded.hour, exploded.minute, exploded.second);
  /external/chromium/chrome/browser/extensions/
convert_web_app.cc 71 (create_time_exploded.hour * Time::kMicrosecondsPerHour));
  /external/chromium/net/ftp/
ftp_directory_listing_parser_vms.cc 170 if (!base::StringToInt(time_parts[0], &time_exploded.hour))
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 197 my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $dst) = localtime($time);
200 $hour = pad($hour, '0', 2);
203 return "$mon/$mday $hour:$min:$sec";

Completed in 1033 milliseconds

1 2 3 4 56 7 8 910