HomeSort by relevance Sort by last modified time
    Searched refs:wait_for_idle_cpu (Results 1 - 12 of 12) sorted by null

  /external/autotest/client/site_tests/graphics_GLMark2/
graphics_GLMark2.py 83 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/site_tests/graphics_WebGLManyPlanetsDeep/
graphics_WebGLManyPlanetsDeep.py 41 if not utils.wait_for_idle_cpu(60.0, 0.1):
42 if not utils.wait_for_idle_cpu(20.0, 0.2):
  /external/autotest/client/site_tests/graphics_WebGLPerformance/
graphics_WebGLPerformance.py 48 if not utils.wait_for_idle_cpu(60.0, 0.1):
49 if not utils.wait_for_idle_cpu(20.0, 0.2):
  /external/autotest/client/cros/
perf.py 46 if not utils.wait_for_idle_cpu(60.0, 0.1):
  /external/autotest/client/site_tests/video_MediaRecorderPerf/
video_MediaRecorderPerf.py 115 def wait_for_idle_cpu(self): member in class:video_MediaRecorderPerf
116 if not utils.wait_for_idle_cpu(WAIT_FOR_IDLE_CPU_TIMEOUT,
123 self.wait_for_idle_cpu()
  /external/autotest/client/site_tests/video_WebRtcPerf/
video_WebRtcPerf.py 231 if not utils.wait_for_idle_cpu(WAIT_FOR_IDLE_CPU_TIMEOUT,
273 utils.wait_for_idle_cpu(WAIT_FOR_IDLE_CPU_TIMEOUT, CPU_IDLE_USAGE)
275 if not utils.wait_for_idle_cpu(WAIT_FOR_IDLE_CPU_TIMEOUT,
  /external/autotest/client/site_tests/video_JDAPerf/
video_JDAPerf.py 89 if not utils.wait_for_idle_cpu(WAIT_FOR_IDLE_CPU_TIMEOUT,
  /external/autotest/client/site_tests/graphics_WebGLAquarium/
graphics_WebGLAquarium.py 306 if not utils.wait_for_idle_cpu(60.0, 0.1):
307 if not utils.wait_for_idle_cpu(20.0, 0.2):
  /external/autotest/client/site_tests/video_PlaybackPerf/
video_PlaybackPerf.py 198 if not utils.wait_for_idle_cpu(WAIT_FOR_IDLE_CPU_TIMEOUT,
279 if not utils.wait_for_idle_cpu(WAIT_FOR_IDLE_CPU_TIMEOUT,
  /external/autotest/client/site_tests/video_HangoutHardwarePerf/
video_HangoutHardwarePerf.py 79 if not utils.wait_for_idle_cpu(
  /external/autotest/client/site_tests/graphics_Idle/
graphics_Idle.py 48 if not utils.wait_for_idle_cpu(20.0, 0.1):
  /external/autotest/client/bin/
utils.py 1574 def wait_for_idle_cpu(timeout, utilization): function
    [all...]

Completed in 468 milliseconds