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

  /external/chromium-trace/catapult/telemetry/telemetry/
benchmark_runner_unittest.py 72 """Ensure that overridden ShouldDisable class methods are respected."""
84 BenchmarkFoo.ShouldDisable = FakeShouldDisable
85 BenchmarkBar.ShouldDisable = FakeShouldDisable
91 """Ensure that browser-dependent ShouldDisable overrides are respected."""
108 BenchmarkFoo.ShouldDisable = FakeShouldDisable
109 BenchmarkBar.ShouldDisable = FakeShouldDisable
benchmark.py 81 def ShouldDisable(cls, possible_browser):
benchmark_runner.py 45 not benchmark_class.ShouldDisable(possible_browser) and
  /external/chromium-trace/catapult/telemetry/telemetry/internal/
story_runner.py 278 if possible_browser and benchmark.ShouldDisable(possible_browser):

Completed in 2004 milliseconds