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.py46 if not utils.wait_for_idle_cpu(60.0, 0.1):
47 if not utils.wait_for_idle_cpu(20.0, 0.2):
/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
Dgraphics_WebGLManyPlanetsDeep.py40 if not utils.wait_for_idle_cpu(60.0, 0.1):
41 if not utils.wait_for_idle_cpu(20.0, 0.2):
/external/autotest/client/site_tests/graphics_GLMark2/
Dgraphics_GLMark2.py83 if not utils.wait_for_idle_cpu(60.0, 0.1):
84 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/graphics_WebGLAquarium/
Dgraphics_WebGLAquarium.py299 if not utils.wait_for_idle_cpu(60.0, 0.1):
300 if not utils.wait_for_idle_cpu(20.0, 0.2):
/external/autotest/client/site_tests/video_PlaybackPerf/
Dvideo_PlaybackPerf.py174 if not utils.wait_for_idle_cpu(WAIT_FOR_IDLE_CPU_TIMEOUT,
/external/autotest/client/site_tests/video_HangoutHardwarePerf/
Dvideo_HangoutHardwarePerf.py80 if not utils.wait_for_idle_cpu(
/external/autotest/client/site_tests/video_WebRtcPerf/
Dvideo_WebRtcPerf.py262 if not utils.wait_for_idle_cpu(WAIT_FOR_IDLE_CPU_TIMEOUT,
/external/autotest/client/site_tests/graphics_Idle/
Dgraphics_Idle.py48 if not utils.wait_for_idle_cpu(20.0, 0.1):
/external/autotest/client/bin/
Dutils.py1557 def wait_for_idle_cpu(timeout, utilization): function