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

  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
inspector_timeline_unittest.py 18 def _IsDone():
20 util.WaitFor(_IsDone, 5)
tracing_backend_unittest.py 66 def _IsDone():
69 util.WaitFor(_IsDone, 5)
  /external/chromium_org/tools/perf/measurements/
image_decoding.py 31 def _IsDone():
42 assert _IsDone()
tab_switching.py 58 def _IsDone():
64 util.WaitFor(_IsDone, 30)
  /external/chromium_org/tools/perf/benchmarks/
dom_perf.py 47 def _IsDone():
49 util.WaitFor(_IsDone, 600)

Completed in 159 milliseconds