Home
last modified time | relevance | path

Searched defs:sleep_seconds (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_utils.cc24 void SleepForSeconds(double sleep_seconds) { in SleepForSeconds()
/external/llvm-project/lldb/test/API/test_runner/test/
Dinferior.py77 def handle_sleep(options, sleep_seconds): argument
/external/autotest/client/site_tests/power_HotCPUSuspend/
Dpower_HotCPUSuspend.py47 def sleep_and_measure_cpu(sleep_seconds): argument
/external/autotest/client/cros/
Dcros_logging.py146 def get_last_msg(self, patterns, retries=0, sleep_seconds=0.2): argument
/external/llvm-project/lldb/test/API/tools/lldb-server/
Dmain.cpp209 int sleep_seconds = 2 * (this_thread_index - 1); in thread_func() local
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc232 void SleepSeconds(double sleep_seconds) { in SleepSeconds()
321 Status TimeMultipleRuns(double sleep_seconds, int num_runs, double max_time_s, in TimeMultipleRuns()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
Dgdbremote_testcase.py408 sleep_seconds=3, argument
/external/autotest/client/cros/power/
Dpower_status.py2931 def read_pch_powergating_info(self, sleep_seconds=1): argument