Searched defs:hour (Results 1 - 25 of 90) sorted by relevance

1234

/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
H A Ddateinterval.py19 hour = minute*60 variable
20 day = hour*24
29 'h': hour,
63 """Decodes a number in the format 1h4d3m (1 hour, 3 days, 3 minutes)
/external/icu/icu4c/source/test/intltest/
H A Dcalcasts.h34 int32_t hour; member in struct:CalendarCaseTest::TestCase
/external/v8/test/intl/date-format/
H A Dtimezone-name.js39 hour : '2-digit', minute : '2-digit', second : '2-digit',
/external/v8/test/intl/overrides/
H A Ddate.js36 [], {hour: 'numeric', minute: 'numeric', second: 'numeric'});
39 hour: 'numeric', minute: 'numeric', second: 'numeric'});
49 locale, {hour: 'numeric', minute: 'numeric', second: 'numeric'});
52 hour: 'numeric', minute: 'numeric', second: 'numeric'});
61 hour: 'numeric', minute: '2-digit', second: 'numeric'};
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseannot.h64 FX_BYTE hour; member in struct:CPDFSDK_DateTime::FX_DATETIME
/external/apache-http/android/src/android/net/http/
H A DLegacyHttpDateTime.java75 this.hour = h;
80 int hour; field in class:LegacyHttpDateTime.TimeOfDay
119 time.set(timeOfDay.second, timeOfDay.minute, timeOfDay.hour, date,
209 int hour = timeString.charAt(i++) - '0';
211 hour = hour * 10 + (timeString.charAt(i++) - '0');
223 return new TimeOfDay(hour, minute, second);
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
H A Ddatetime_utils.py27 'year', 'month', 'week', 'day', 'hour', 'minute', 'second',
56 hour = timedelta(hours=1) variable
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
H A Dindex.php75 $hour = substr($timePart,8,2); variable
77 $timeStamp = mktime($hour, $minute, 0, $month, $day, $year);
/external/icu/icu4c/source/test/compat/
H A Dtzdate.c32 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime);
39 int year, month, day, hour, minute; local
54 hour = atoi(argv[4]);
61 systemtime = getSystemCurrentTime(systime, sysyear, month, day, hour, minute, useCurrentTime);
109 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime) { argument
122 ts.tm_hour = hour;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBuddhistCalendar.java165 * @param hour The value used to set the calendar's {@link #HOUR_OF_DAY HOUR_OF_DAY} time field.
172 public BuddhistCalendar(int year, int month, int date, int hour, argument
175 super(year, month, date, hour, minute, second);
H A DTaiwanCalendar.java166 * @param hour The value used to set the calendar's {@link #HOUR_OF_DAY HOUR_OF_DAY} time field.
171 public TaiwanCalendar(int year, int month, int date, int hour, argument
174 super(year, month, date, hour, minute, second);
H A DCECalendar.java151 * @param hour The value used to set the calendar's {@link #HOUR_OF_DAY HOUR_OF_DAY} time field.
155 protected CECalendar(int year, int month, int date, int hour, argument
159 this.set(year, month, date, hour, minute, second);
H A DCopticCalendar.java226 * @param hour The value used to set the calendar's {@link #HOUR_OF_DAY HOUR_OF_DAY} time field.
231 public CopticCalendar(int year, int month, int date, int hour, argument
233 super(year, month, date, hour, minute, second);
H A DJapaneseCalendar.java192 * @param hour The value used to set the calendar's {@link #HOUR_OF_DAY HOUR_OF_DAY} time field.
199 public JapaneseCalendar(int year, int month, int date, int hour, argument
202 super(year, month, date, hour, minute, second);
H A DPersianCalendar.java237 * @param hour the value used to set the {@link #HOUR_OF_DAY HOUR_OF_DAY} time field
249 public PersianCalendar(int year, int month, int date, int hour, argument
256 this.set(Calendar.HOUR_OF_DAY, hour);
H A DEthiopicCalendar.java250 * @param hour The value used to set the calendar's {@link #HOUR_OF_DAY HOUR_OF_DAY} time field.
255 public EthiopicCalendar(int year, int month, int date, int hour, argument
258 super(year, month, date, hour, minute, second);
H A DGregorianCalendar.java135 * System.out.println("Current Time, with hour reset to 3");
421 * @param hour the value used to set the HOUR_OF_DAY time field
428 public GregorianCalendar(int year, int month, int date, int hour, argument
435 set(HOUR_OF_DAY, hour);
446 * @param hour the value used to set the HOUR_OF_DAY time field
455 public GregorianCalendar(int year, int month, int date, int hour, argument
462 set(HOUR_OF_DAY, hour);
/external/v8/src/
H A Ddateparser.cc71 int& hour = comp_[0]; local
77 if (!IsHour12(hour)) return false;
78 hour %= 12;
79 hour += hour_offset_;
82 if (!IsHour(hour) || !IsMinute(minute) ||
85 output->set(HOUR, Smi::FromInt(hour));
H A Ddateparser-inl.h278 int hour = hourmin / 100; local
280 if (!TimeComposer::IsHour(hour) || !TimeComposer::IsMinute(min)) {
283 tz->SetAbsoluteHour(hour);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPDateTimeFactory.java58 * @param hour hours
65 int hour, int minute, int second, int nanoSecond)
71 dt.setHour(hour);
64 create(int year, int month, int day, int hour, int minute, int second, int nanoSecond) argument
H A DXMPDateTime.java25 * <li> hour - The time zone hour in the range 0..23.
55 /** @return Returns hour - The hour in the range 0..23. */
58 /** @param hour Sets the hour in the range 0..23. */
59 void setHour(int hour); argument
/external/icu/icu4c/source/i18n/
H A Dwintzimpl.cpp62 int32_t hour, min, sec, mil; local
72 hour = mil/3600000;
79 standardDate.wHour = hour;
93 hour = mil/3600000;
100 daylightDate.wHour = hour;
/external/lzma/CPP/Windows/
H A DTime.cpp58 unsigned year, mon, day, hour, min, sec;
69 hour = (unsigned)(v64 % 24);
113 dosTime = (year << 25) | (mon << 21) | (day << 16) | (hour << 11) | (min << 5) | (sec >> 1);
144 unsigned hour, unsigned min, unsigned sec, UInt64 &resSeconds)
148 day < 1 || day > 31 || hour > 23 || min > 59 || sec > 59)
159 resSeconds = ((UInt64)(numDays * 24 + hour) * 60 + min) * 60 + sec;
143 GetSecondsSince1601(unsigned year, unsigned month, unsigned day, unsigned hour, unsigned min, unsigned sec, UInt64 &resSeconds) argument
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPDateTimeImpl.java38 private int hour = 0; field in class:XMPDateTimeImpl
83 this.hour = intCalendar.get(Calendar.HOUR_OF_DAY);
105 this.hour = calendar.get(Calendar.HOUR_OF_DAY);
206 return hour;
213 public void setHour(int hour) argument
215 this.hour = Math.min(Math.abs(hour), 23);
322 calendar.set(Calendar.HOUR_OF_DAY, hour);
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DDateTest.java99 static private long getTime(int year, int month, int date, int hour, argument
101 aCal.set(year, month, date, hour, minute, second);

Completed in 519 milliseconds

1234