/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | stats.h | 38 struct cache_stats hour; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_coredump.h | 41 __le16 hour; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | time.h | 21 const unsigned int day, const unsigned int hour, 42 /* the number of minutes after the hour, in the range 0 to 59*/
|
/third_party/skia/infra/bots/recipes/ |
H A D | upload_nano_results.py | 40 str(now.month).zfill(2), str(now.day).zfill(2), str(now.hour).zfill(2),
|
H A D | upload_buildstats_results.py | 41 str(now.month).zfill(2), str(now.day).zfill(2), str(now.hour).zfill(2),
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_timepicker_bridge.cpp | 294 std::string hour = "hour";
in SetTimepickerDateTimeOptions() local 296 std::string hour = hourArg->ToString(vm)->ToString(vm);
in SetTimepickerDateTimeOptions() local 297 if (hour == "2-digit") {
in SetTimepickerDateTimeOptions() 299 } else if (hour == "numeric") {
in SetTimepickerDateTimeOptions()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_date_picker_modifier.cpp | 441 auto hour = argsPtr->GetValue("hour"); in SetDatePickerOnDateChange() 452 if (hour && hour->IsNumber()) { in SetDatePickerOnDateChange() 453 event.componentAsyncEvent.data[3].i32 = hour->GetInt(); in SetDatePickerOnDateChange()
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | x509_cert_parser.c | 602 unsigned year, mon, day, hour, min, sec, mon_len; in x509_decode_time() local 629 hour = DD2bin(p); in x509_decode_time() 653 hour > 24 || /* ISO 8601 permits 24:00:00 as midnight tomorrow */ in x509_decode_time() 658 *_t = mktime64(year, mon, day, hour, min, sec); in x509_decode_time()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | acpi_tad.c | 59 u8 hour; /* 0 - 23 */ member 84 rt->hour > 23 || rt->minute > 59 || rt->second > 59 || in acpi_tad_set_real_time() 189 rt.hour = val; in time_store() 236 rt.year, rt.month, rt.day, rt.hour, rt.minute, rt.second, in time_show()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | acpi_tad.c | 59 u8 hour; /* 0 - 23 */ member 84 rt->hour > 23 || rt->minute > 59 || rt->second > 59 || in acpi_tad_set_real_time() 189 rt.hour = val; in time_store() 236 rt.year, rt.month, rt.day, rt.hour, rt.minute, rt.second, in time_show()
|
/kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
H A D | x509_cert_parser.c | 667 unsigned year, mon, day, hour, min, sec, mon_len; in x509_decode_time() local 694 hour = DD2bin(p); in x509_decode_time() 718 hour > 24 || /* ISO 8601 permits 24:00:00 as midnight tomorrow */ in x509_decode_time() 723 *_t = mktime64(year, mon, day, hour, min, sec); in x509_decode_time()
|
/third_party/toybox/toys/pending/ |
H A D | crond.c | 46 char min[60], hour[24], dom[31], mon[12], dow[7], *cmd; member 112 // strings are not allowed for min, hour and dom fields. in getindex() 122 // set elements of minute, hour, day of month, month and day of week arrays. 226 * @hourly -> Run once an hour (0 * * * *). in parse_line() 269 if (parse_and_fillarray(j->hour, 0, sizeof(j->hour), tokens[1])) in parse_line() 606 if (job->min[lt->tm_min] && job->hour[lt->tm_hour] in schedule_jobs()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_timer_mgr.cpp | 69 if (task.hour >= Constants::MIN_TIME && task.hour <= Constants::MAX_HOUR && in AddFormTimer() 229 changedItem.refreshTask.hour = timerCfg.updateAtHour; in UpdateAtTimerValue() 231 changedItem.updateAtTime = changedItem.refreshTask.hour * Constants::MIN_PER_HOUR + changedItem.refreshTask.min; in UpdateAtTimerValue() 263 timerTask.hour = timerCfg.updateAtHour; in IntervalToAtTimer() 438 atItem.updateAtTime = task.hour * Constants::MIN_PER_HOUR + task.min; in AddUpdateAtTimer() 892 tmAtTime.tm_hour = foundItem.refreshTask.hour; in UpdateAtTimerAlarm()
|
/drivers/hdf_core/framework/include/platform/ |
H A D | rtc_if.h | 64 * The RTC information includes the year, month, day, day of the week, hour, minute, second, and millisecond. 71 uint8_t hour; /**< Hour. The value ranges from 0 to 23. */ member 122 * The time information includes the year, month, day, day of the week, hour, minute, second, and millisecond.
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | picker_time_component.h | 94 std::string GetHourFormatString(uint32_t hour) const;
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | err_common.h | 73 u8 hour; member
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | err_common.h | 73 u8 hour; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | time.h | 21 const unsigned int day, const unsigned int hour, 55 /* the number of minutes after the hour, in the range 0 to 59*/
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzbdtest.h | 84 void verifyMapping(Calendar& cal, int year, int month, int dom, int hour,
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | zonemeta.h | 129 static UnicodeString& formatCustomID(uint8_t hour, uint8_t min, uint8_t sec, UBool negative, UnicodeString& id);
|
/third_party/icu/icu4c/source/i18n/ |
H A D | zonemeta.h | 118 static UnicodeString& formatCustomID(uint8_t hour, uint8_t min, uint8_t sec, UBool negative, UnicodeString& id);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | zonemeta.h | 118 static UnicodeString& formatCustomID(uint8_t hour, uint8_t min, uint8_t sec, UBool negative, UnicodeString& id);
|
/third_party/skia/platform_tools/android/tradefed/ |
H A D | upload_dm_results.py | 53 # /dm-json-v1/year/month/day/hour/build-number/builder/dm.json 59 str(now.hour ).zfill(2),
|
/third_party/skia/infra/bots/recipe_modules/gold_upload/ |
H A D | api.py | 49 str(now.hour ).zfill(2),
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os_none.c | 35 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() argument
|