Searched refs:hours (Results 1 - 3 of 3) sorted by relevance
/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/ |
H A D | ylong_runtime_signal.rs | 30 let hours = duration.as_secs() / 3600; in print_time() 33 let formatted_time = format!("{:02}:{:02}:{:02}", hours, minutes, seconds); in print_time()
|
/commonlibrary/ets_utils/js_sys_module/console/ |
H A D | console.cpp | 619 uint32_t hours = 0; in PrintTime() local 626 hours = ms / HOUR; in PrintTime() 627 ms = ms - HOUR * hours; in PrintTime() 635 if (hours != 0) { in PrintTime() 637 groupIndent.c_str(), timerName.c_str(), hours, minutes, seconds, ms, log.c_str()); in PrintTime()
|
/commonlibrary/ets_utils/js_sys_module/console/test/ |
H A D | test_console.cpp | 765 double hours = 60 * minutes; in HWTEST_F() local 766 ConsoleTest::PrintTime(name, hours, log); in HWTEST_F()
|
Completed in 5 milliseconds