Home
last modified time | relevance | path

Searched refs:hour (Results 351 - 375 of 436) sorted by relevance

1...<<1112131415161718

/third_party/googletest/googletest/test/
H A Dgoogletest-json-output-unittest.py781 day=int(match.group(3)), hour=int(match.group(4)),
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-x509.c33 int tm_hour; // hour [0,23]
60 t.tm_hour = xtime->MBEDTLS_PRIVATE_V30_ONLY(hour); in lws_tls_mbedtls_time_to_unix()
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_reader.cc127 exploded_time.hour = raw_file_info.tmu_date.tm_hour; in EntryInfo()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc136 tm.tm_hour = cs.hour(); in make_time()
/third_party/icu/icu4c/source/i18n/
H A Dcalendar.cpp1247 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute) in set() argument
1252 set(UCAL_HOUR_OF_DAY, hour); in set()
1259 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second) in set() argument
1264 set(UCAL_HOUR_OF_DAY, hour); in set()
1853 // as the hour, the day of the month, and the era. in roll()
1872 // Rolling the hour is difficult on the ONSET and CEASE days of in roll()
2193 // vice versa, we need to adjust by an hour forward or back, in add()
2196 // We only adjust the DST for fields larger than an hour. For in add()
2197 // fields smaller than an hour, we cannot adjust for DST without in add()
2198 // causing problems. for instance, if you add one hour t in add()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcalendar.cpp1243 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute) in set() argument
1248 set(UCAL_HOUR_OF_DAY, hour); in set()
1255 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second) in set() argument
1260 set(UCAL_HOUR_OF_DAY, hour); in set()
1758 // as the hour, the day of the month, and the era.
1777 // Rolling the hour is difficult on the ONSET and CEASE days of
2112 // vice versa, we need to adjust by an hour forward or back, in add()
2115 // We only adjust the DST for fields larger than an hour. For in add()
2116 // fields smaller than an hour, we cannot adjust for DST without in add()
2117 // causing problems. for instance, if you add one hour t in add()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcalendar.cpp1232 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute) in set() argument
1237 set(UCAL_HOUR_OF_DAY, hour); in set()
1244 Calendar::set(int32_t year, int32_t month, int32_t date, int32_t hour, int32_t minute, int32_t second) in set() argument
1249 set(UCAL_HOUR_OF_DAY, hour); in set()
1779 // as the hour, the day of the month, and the era. in roll()
1798 // Rolling the hour is difficult on the ONSET and CEASE days of in roll()
2116 // vice versa, we need to adjust by an hour forward or back, in add()
2119 // We only adjust the DST for fields larger than an hour. For in add()
2120 // fields smaller than an hour, we cannot adjust for DST without in add()
2121 // causing problems. for instance, if you add one hour t in add()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dfw.h310 u8 hour; member
337 u8 hour; member
/third_party/mesa3d/src/amd/common/
H A Dac_rgp.c128 int32_t hour; member
157 header->hour = timep->tm_hour; in ac_sqtt_fill_header()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_reader_unittest.cc298 EXPECT_EQ(6, exploded.hour); in TEST_F()
406 EXPECT_EQ(15, exploded.hour); in TEST_F()
H A Dzip_reader.cc247 exploded_time.hour = info.tmu_date.tm_hour; in OpenEntry()
/third_party/python/Lib/
H A Dimaplib.py110 br' (?P<hour>[0-9][0-9]):(?P<min>[0-9][0-9]):(?P<sec>[0-9][0-9])'
1461 hour = int(mo.group('hour'))
1473 tt = (year, mon, day, hour, min, sec, -1, -1, -1)
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCompatibilityTest.java779 private int hour; in TestAddAcrossOffsetTransitions()
785 hour = h; in TestAddAcrossOffsetTransitions()
791 public int getHour() { return hour; } in TestAddAcrossOffsetTransitions()
811 errln("Error: Calendar.add produced wrong hour " + hr + " when adding day across transition for zone " + zoneName); in TestAddAcrossOffsetTransitions()
816 errln("Error: Calendar.add produced wrong hour " + hr + " when subtracting day across transition for zone " + zoneName); in TestAddAcrossOffsetTransitions()
1128 // Test rolling hour of day in TestRoll()
1140 // Test rolling hour in TestRoll()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DCompatibilityTest.java782 private int hour; in TestAddAcrossOffsetTransitions()
788 hour = h; in TestAddAcrossOffsetTransitions()
794 public int getHour() { return hour; } in TestAddAcrossOffsetTransitions()
814 errln("Error: Calendar.add produced wrong hour " + hr + " when adding day across transition for zone " + zoneName); in TestAddAcrossOffsetTransitions()
819 errln("Error: Calendar.add produced wrong hour " + hr + " when subtracting day across transition for zone " + zoneName); in TestAddAcrossOffsetTransitions()
1131 // Test rolling hour of day in TestRoll()
1143 // Test rolling hour in TestRoll()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc250 Win32Time(int year, int mon, int day, int hour, int min, int sec);
317 Win32Time::Win32Time(int year, int mon, int day, int hour, int min, int sec) { in Win32Time() argument
322 st.wHour = hour; in Win32Time()
416 // Convert to local time, as struct with fields for day, hour, year, etc. in LocalOffset()
/kernel/linux/linux-5.10/security/tomoyo/
H A Dutil.c98 stamp->hour = tm.tm_hour; in tomoyo_convert_time()
H A Dcommon.h896 u8 hour; member
/kernel/linux/linux-5.10/fs/udf/
H A Decma_167.h75 uint8_t hour; member
/kernel/linux/linux-6.6/fs/udf/
H A Decma_167.h75 uint8_t hour; member
/kernel/linux/linux-6.6/security/tomoyo/
H A Dutil.c98 stamp->hour = tm.tm_hour; in tomoyo_convert_time()
/third_party/node/deps/zlib/google/
H A Dzip_reader.cc254 .hour = static_cast<int>(info.tmu_date.tm_hour), in OpenEntry()
/third_party/ffmpeg/libavformat/
H A Ddashdec.c184 int hour = 0; in get_utc_date_time_insec() local
193 ret = sscanf(datetime, "%d-%d-%dT%d:%d:%fZ", &year, &month, &day, &hour, &minute, &second); in get_utc_date_time_insec()
194 /* year, month, day, hour, minute, second 6 arguments */ in get_utc_date_time_insec()
201 timeinfo.tm_hour = hour; in get_utc_date_time_insec()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dips.h552 uint8_t hour; member
/kernel/linux/linux-5.10/include/linux/qed/
H A Dqed_if.h203 u8 hour; member
/kernel/linux/linux-6.6/include/linux/qed/
H A Dqed_if.h207 u8 hour; member

Completed in 51 milliseconds

1...<<1112131415161718