Home
last modified time | relevance | path

Searched refs:minutes (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/examples/
H A Dylong_runtime_signal.rs31 let minutes = duration.as_secs() % 3600 / 60; 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 Dconsole.cpp620 uint32_t minutes = 0; in PrintTime() local
629 minutes = ms / MINUTE; in PrintTime()
630 ms = ms - MINUTE * minutes; in PrintTime()
637 groupIndent.c_str(), timerName.c_str(), hours, minutes, seconds, ms, log.c_str()); in PrintTime()
640 if (minutes != 0) { in PrintTime()
642 groupIndent.c_str(), timerName.c_str(), minutes, seconds, ms, log.c_str()); in PrintTime()
/commonlibrary/ets_utils/js_sys_module/console/test/
H A Dtest_console.cpp759 double minutes = 60 * seconds; in HWTEST_F() local
760 ConsoleTest::PrintTime(name, minutes, log); in HWTEST_F()
765 double hours = 60 * minutes; in HWTEST_F()

Completed in 4 milliseconds