/third_party/skia/third_party/externals/zlib/google/ |
H A D | zip_reader_unittest.cc | 294 EXPECT_EQ(6, exploded.hour); in TEST_F() 363 EXPECT_EQ(15, exploded.hour); in TEST_F()
|
H A D | zip_internal.cc | 258 zip_info.tmz_date.tm_hour = file_time_parts.hour; in TimeToZipFileInfo()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
H A D | format_test.cc | 335 EXPECT_EQ(3, tz.At(t).cs.hour()); in TEST() 342 EXPECT_EQ(3, tz.At(t).cs.hour()); in TEST()
|
H A D | duration_test.cc | 92 constexpr absl::Duration hour = absl::Hours(1); in TEST() local 101 EXPECT_EQ(hour, absl::Minutes(60)); in TEST() 191 const absl::Duration hour = absl::Hours(N); in TestToConversion() local 192 EXPECT_EQ(N * 60 * 60 * 1000 * 1000 * 1000, absl::ToInt64Nanoseconds(hour)); in TestToConversion() 193 EXPECT_EQ(N * 60 * 60 * 1000 * 1000, absl::ToInt64Microseconds(hour)); in TestToConversion() 194 EXPECT_EQ(N * 60 * 60 * 1000, absl::ToInt64Milliseconds(hour)); in TestToConversion() 195 EXPECT_EQ(N * 60 * 60, absl::ToInt64Seconds(hour)); in TestToConversion() 196 EXPECT_EQ(N * 60, absl::ToInt64Minutes(hour)); in TestToConversion() 197 EXPECT_EQ(N, absl::ToInt64Hours(hour)); in TestToConversion()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tztest.cpp | 1616 errln(UnicodeString("Set DST offset to 0.5 hour, but got back ") + (tz->getDSTSavings() / in TestDSTSavings() 1641 errln(UnicodeString("The offset for 10 AM, 6/1/98 (with a 1-hour DST offset) should have been -4 hours, but we got ") in TestDSTSavings() 1949 int32_t year, month, day, hour, minute, second; in TestFebruary() member 1983 data[i].hour, data[i].minute, data[i].second); in TestFebruary() 1989 data[i].hour, data[i].minute, data[i].second); in TestFebruary() 1998 data[i].hour, data[i].minute, data[i].second, in TestFebruary() 2005 data[i].hour, data[i].minute, data[i].second, in TestFebruary()
|
H A D | dtfmttst.cpp | 397 int32_t hour = 2 + (defaultOffset - PSTOffset) / (60*60*1000); in TestTwoDigitYearDSTParse() local 398 // hour is the expected hour of day, in units of seconds in TestTwoDigitYearDSTParse() 399 hour = ((hour < 0) ? hour + 24 : hour) * 60*60; in TestTwoDigitYearDSTParse() 412 hour += defaultTZ->inDaylightTime(d, status) ? 1 : 0; in TestTwoDigitYearDSTParse() 414 if (hr != hour) in TestTwoDigitYearDSTParse() 415 errln((UnicodeString)"FAIL: Should parse to hour " in TestTwoDigitYearDSTParse() 911 int32_t year,month,day,hour,min,sec; dateToFields(today,year,month,day,hour,min,sec); TestDayOfYearPattern195() local 4326 int32_t hour; global() member [all...] |
/kernel/linux/linux-5.10/include/xen/interface/ |
H A D | platform.h | 149 uint8_t hour; member
|
/kernel/linux/linux-6.6/include/xen/interface/ |
H A D | platform.h | 132 uint8_t hour; member
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_internal.cc | 266 zip_info.tmz_date.tm_hour = file_time_parts.hour; in TimeToZipFileInfo()
|
/third_party/node/deps/zlib/google/ |
H A D | zip_internal.cc | 266 .tm_hour = static_cast<uInt>(file_time_parts.hour), in TimeToZipFileInfo()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | ucal.h | 335 * hour of the morning or afternoon. <code>HOUR</code> is used for the 12-hour 346 * hour of the day. <code>HOUR_OF_DAY</code> is used for the 24-hour clock. 355 * minute within the hour. 742 * 3,600,000 (one hour) or zero. 1137 * @param hour The desired hour of day. 1151 int32_t hour, 1765 * typically one hour [all...] |
H A D | tzfmt.h | 791 * Appends seconds field to the offset pattern with hour/minute 792 * Note: This code will be obsoleted once we add hour-minute-second pattern data in CLDR. 794 * @param result the output offset pattern including hour, minute and seconds fields 801 * Truncates minutes field to the offset pattern with hour/minute 802 * Note: This code will be obsoleted once we add hour pattern data in CLDR. 913 * @param hour receives the hour offset field 919 UVector* patternItems, UBool forceSingleHourDigit, int32_t& hour, int32_t& min, int32_t& sec) const; 1029 * Initialize localized GMT format offset hour/min/sec patterns.
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | ucal.h | 335 * hour of the morning or afternoon. <code>HOUR</code> is used for the 12-hour 346 * hour of the day. <code>HOUR_OF_DAY</code> is used for the 24-hour clock. 355 * minute within the hour. 709 * 3,600,000 (one hour) or zero. 1104 * @param hour The desired hour of day. 1118 int32_t hour, 1700 * typically one hour [all...] |
H A D | tzfmt.h | 791 * Appends seconds field to the offset pattern with hour/minute 792 * Note: This code will be obsoleted once we add hour-minute-second pattern data in CLDR. 794 * @param result the output offset pattern including hour, minute and seconds fields 801 * Truncates minutes field to the offset pattern with hour/minute 802 * Note: This code will be obsoleted once we add hour pattern data in CLDR. 913 * @param hour receives the hour offset field 919 UVector* patternItems, UBool forceSingleHourDigit, int32_t& hour, int32_t& min, int32_t& sec) const; 1029 * Initialize localized GMT format offset hour/min/sec patterns.
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | tzfmt.h | 791 * Appends seconds field to the offset pattern with hour/minute 792 * Note: This code will be obsoleted once we add hour-minute-second pattern data in CLDR. 794 * @param result the output offset pattern including hour, minute and seconds fields 801 * Truncates minutes field to the offset pattern with hour/minute 802 * Note: This code will be obsoleted once we add hour pattern data in CLDR. 913 * @param hour receives the hour offset field 919 UVector* patternItems, UBool forceSingleHourDigit, int32_t& hour, int32_t& min, int32_t& sec) const; 1029 * Initialize localized GMT format offset hour/min/sec patterns.
|
H A D | ucal.h | 335 * hour of the morning or afternoon. <code>HOUR</code> is used for the 12-hour 346 * hour of the day. <code>HOUR_OF_DAY</code> is used for the 24-hour clock. 355 * minute within the hour. 709 * 3,600,000 (one hour) or zero. 1104 * @param hour The desired hour of day. 1118 int32_t hour, 1710 * typically one hour [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_mng_tlv.c | 422 if (p_time->hour > 23) in qed_mfw_get_tlv_time_value() 423 p_time->hour = 0; in qed_mfw_get_tlv_time_value() 434 p_time->hour, p_time->min, p_time->msec, p_time->usec); in qed_mfw_get_tlv_time_value()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_mng_tlv.c | 422 if (p_time->hour > 23) in qed_mfw_get_tlv_time_value() 423 p_time->hour = 0; in qed_mfw_get_tlv_time_value() 434 p_time->hour, p_time->min, p_time->msec, p_time->usec); in qed_mfw_get_tlv_time_value()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateFormatTest.java | 312 * So it need to add the timezone offset on hour field. in TestTwoDigitYearDSTParse() 321 int hour = 2 + (defaultOffset - PSTOffset) / (60*60*1000); in TestTwoDigitYearDSTParse() 322 // hour is the expected hour of day, in units of seconds in TestTwoDigitYearDSTParse() 323 hour = ((hour < 0) ? hour + 24 : hour) * 60*60; in TestTwoDigitYearDSTParse() 329 hour += defaultTZ.inDaylightTime(d) ? 1 : 0; in TestTwoDigitYearDSTParse() 332 // hr is the actual hour o in TestTwoDigitYearDSTParse() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateFormatTest.java | 309 * So it need to add the timezone offset on hour field. in TestTwoDigitYearDSTParse() 318 int hour = 2 + (defaultOffset - PSTOffset) / (60*60*1000); in TestTwoDigitYearDSTParse() 319 // hour is the expected hour of day, in units of seconds in TestTwoDigitYearDSTParse() 320 hour = ((hour < 0) ? hour + 24 : hour) * 60*60; in TestTwoDigitYearDSTParse() 326 hour += defaultTZ.inDaylightTime(d) ? 1 : 0; in TestTwoDigitYearDSTParse() 329 // hr is the actual hour o in TestTwoDigitYearDSTParse() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | fw.h | 184 u8 hour; member 211 u8 hour; member
|
/third_party/PyYAML/lib/yaml/ |
H A D | constructor.py | 315 (?P<hour>[0-9][0-9]?) 329 if not values['hour']: 331 hour = int(values['hour']) 350 return datetime.datetime(year, month, day, hour, minute, second, fraction,
|
/third_party/icu/icu4c/source/i18n/ |
H A D | ucal.cpp | 449 int32_t hour, in ucal_setDateTime() 456 ((Calendar*)cal)->set(year, month, date, hour, minute, second); in ucal_setDateTime() 445 ucal_setDateTime( UCalendar* cal, int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode *status) ucal_setDateTime() argument
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucal.cpp | 450 int32_t hour, in ucal_setDateTime() 457 ((Calendar*)cal)->set(year, month, date, hour, minute, second); in ucal_setDateTime() 446 ucal_setDateTime( UCalendar* cal, int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode *status) ucal_setDateTime() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucal.cpp | 449 int32_t hour, in ucal_setDateTime() 456 ((Calendar*)cal)->set(year, month, date, hour, minute, second); in ucal_setDateTime() 445 ucal_setDateTime( UCalendar* cal, int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second, UErrorCode *status) ucal_setDateTime() argument
|