| /third_party/toybox/toys/other/ |
| H A D | uptime.c | 31 unsigned int weeks, days, hours, minutes; in uptime_main() local
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | utmscale.cpp | 21 #define hours (minutes * 60) macro
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | utmscale.cpp | 21 #define hours (minutes * 60) macro
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timescale/ |
| H A D | GenerateCTimeScaleData.java | 42 private static final long hours = minutes * 60; field in GenerateCTimeScaleData
|
| H A D | EpochOffsets.java | 43 private static final long hours = minutes * 60; field in EpochOffsets
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | utmscale.cpp | 21 #define hours (minutes * 60) macro
|
| /third_party/toybox/toys/pending/ |
| H A D | last.c | 74 unsigned days, hours, mins; in seize_duration() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
| H A D | time_zone_fixed.cc | 71 int hours = Parse02d(np + 1); in FixedOffsetFromName() local
|
| H A D | time_zone_posix.cc | 77 int hours = 0; in ParseOffset() local
|
| /base/global/i18n_lite/frameworks/i18n/include/ |
| H A D | date_time_format_impl.h | 49 int32_t hours;
member
|
| /foundation/multimedia/player_framework/services/utils/ |
| H A D | time_format_utils.cpp | 57 int hours = std::stoi(iso8601Str.substr(length - 4, 2)); in FormatDateTimeByTimeZone() local
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| H A D | apollohw.h | 46 unsigned char hours, alarm_hours; member
|
| /kernel/linux/linux-6.6/arch/m68k/include/asm/ |
| H A D | apollohw.h | 46 unsigned char hours, alarm_hours; member
|
| /kernel/linux/linux-5.10/drivers/watchdog/ |
| H A D | bd70528_wdt.c | 166 unsigned int hours; in bd70528_wdt_set_timeout() local
|
| /kernel/linux/linux-5.10/drivers/power/supply/ |
| H A D | max14577_charger.c | 206 max14577_set_fast_charge_timer(struct max14577_charger *chg, unsigned long hours) max14577_set_fast_charge_timer() argument
|
| H A D | max77693_charger.c | 302 max77693_set_fast_charge_timer(struct max77693_charger *chg, unsigned long hours) max77693_set_fast_charge_timer() argument
|
| /kernel/linux/linux-6.6/drivers/power/supply/ |
| H A D | max14577_charger.c | 206 max14577_set_fast_charge_timer(struct max14577_charger *chg, unsigned long hours) max14577_set_fast_charge_timer() argument
|
| /third_party/ffmpeg/tools/ |
| H A D | sidxindex.c | 221 int hours = minutes / 60; in write_time() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
| H A D | TimeZoneAliasTest.java | 228 static public String formatHours(int hours) { in formatHours() argument
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
| H A D | TimeZoneAliasTest.java | 225 static public String formatHours(int hours) { in formatHours() argument
|
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| H A D | ecma-builtin-date.c | 210 ecma_number_t hours = ECMA_NUMBER_ZERO; in ecma_date_construct_helper() local 339 ecma_number_t hours = ECMA_NUMBER_ZERO; in ecma_builtin_date_parse_ISO_string_format() local 509 ecma_number_t hours = ecma_date_parse_date_chars (&date_str_curr_p, date_str_end_p, 2, 0, 24); ecma_builtin_date_parse_toString_formats() local [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-date.cc | 113 double date = 1.0, hours = 0.0, minutes = 0.0, seconds = 0.0, ms = 0.0; in BUILTIN() local 182 double month = 0.0, date = 1.0, hours = 0.0, minutes = 0.0, seconds = 0.0, in BUILTIN() local
|
| /third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
| H A D | Durations.java | 287 public static Duration fromHours(long hours) { in fromHours() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| H A D | video_view.cpp | 497 uint8_t hours = inSeconds / PanelView::SECONDS_PER_HOUR;
in FormatTime() local
|
| /kernel/linux/linux-5.10/drivers/rtc/ |
| H A D | rtc-ds1685.c | 265 u8 seconds, minutes, hours, wday, mday, month, years; in ds1685_rtc_read_time() local 312 u8 ctrlb, seconds, minutes, hours, wday, mday, month, years, century; in ds1685_rtc_set_time() local 388 u8 seconds, minutes, hours, mday, ctrlb, ctrlc; in ds1685_rtc_read_alarm() local 446 u8 ctrlb, seconds, minutes, hours, mday; ds1685_rtc_set_alarm() local 1075 u8 ctrla, ctrlb, hours; ds1685_rtc_probe() local [all...] |