Home
last modified time | relevance | path

Searched refs:wait_for_idle_cpu (Results 1 – 10 of 10) sorted by relevance

/external/autotest/client/site_tests/graphics_WebGLPerformance/
Dgraphics_WebGLPerformance.py55 if not utils.wait_for_idle_cpu(60.0, 0.1):
56 if not utils.wait_for_idle_cpu(20.0, 0.2):
/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
Dgraphics_WebGLManyPlanetsDeep.py49 if not utils.wait_for_idle_cpu(60.0, 0.1):
50 if not utils.wait_for_idle_cpu(20.0, 0.2):
/external/autotest/client/site_tests/graphics_GLMark2/
Dgraphics_GLMark2.py91 if not utils.wait_for_idle_cpu(60.0, 0.1):
92 if not utils.wait_for_idle_cpu(20.0, 0.2):
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dgraphics_WebGLAquarium.py263 if not utils.wait_for_idle_cpu(60.0, 0.1):
264 if not utils.wait_for_idle_cpu(20.0, 0.2):
/external/autotest/client/cros/
Dperf.py46 if not utils.wait_for_idle_cpu(60.0, 0.1):
/external/autotest/client/site_tests/video_PlaybackPerf/
Dvideo_PlaybackPerf.py167 if not utils.wait_for_idle_cpu(WAIT_FOR_IDLE_CPU_TIMEOUT,
/external/autotest/client/site_tests/graphics_Idle/
Dgraphics_Idle.py33 if not utils.wait_for_idle_cpu(20.0, 0.1):
/external/autotest/client/site_tests/video_WebRtcPerf/
Dvideo_WebRtcPerf.py227 if not utils.wait_for_idle_cpu(WAIT_FOR_IDLE_CPU_TIMEOUT,
/external/autotest/client/site_tests/video_HangoutHardwarePerf/
Dvideo_HangoutHardwarePerf.py79 if not utils.wait_for_idle_cpu(
/external/autotest/client/bin/
Dsite_utils.py525 def wait_for_idle_cpu(timeout, utilization): function