Home
last modified time | relevance | path

Searched refs:hour (Results 226 - 250 of 480) sorted by relevance

12345678910>>...20

/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dstats.h38 struct cache_stats hour; member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.h41 __le16 hour; member
/kernel/linux/linux-6.6/include/linux/
H A Dtime.h21 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 Dupload_nano_results.py40 str(now.month).zfill(2), str(now.day).zfill(2), str(now.hour).zfill(2),
H A Dupload_buildstats_results.py41 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 Darkts_native_timepicker_bridge.cpp294 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 Dnode_date_picker_modifier.cpp441 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 Dx509_cert_parser.c602 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 Dacpi_tad.c59 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 Dacpi_tad.c59 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 Dx509_cert_parser.c667 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 Dcrond.c46 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 Dform_timer_mgr.cpp69 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 Drtc_if.h64 * 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 Dpicker_time_component.h94 std::string GetHourFormatString(uint32_t hour) const;
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Derr_common.h73 u8 hour; member
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Derr_common.h73 u8 hour; member
/kernel/linux/linux-5.10/include/linux/
H A Dtime.h21 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 Dtzbdtest.h84 void verifyMapping(Calendar& cal, int year, int month, int dom, int hour,
/third_party/node/deps/icu-small/source/i18n/
H A Dzonemeta.h129 static UnicodeString& formatCustomID(uint8_t hour, uint8_t min, uint8_t sec, UBool negative, UnicodeString& id);
/third_party/icu/icu4c/source/i18n/
H A Dzonemeta.h118 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 Dzonemeta.h118 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 Dupload_dm_results.py53 # /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 Dapi.py49 str(now.hour ).zfill(2),
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_none.c35 int os_mktime(int year, int month, int day, int hour, int min, int sec, in os_mktime() argument

Completed in 15 milliseconds

12345678910>>...20