Home
last modified time | relevance | path

Searched refs:ShouldDisable (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/
Dbenchmark_runner_unittest.py84 BenchmarkFoo.ShouldDisable = FakeShouldDisable
85 BenchmarkBar.ShouldDisable = FakeShouldDisable
108 BenchmarkFoo.ShouldDisable = FakeShouldDisable
109 BenchmarkBar.ShouldDisable = FakeShouldDisable
Dbenchmark.py81 def ShouldDisable(cls, possible_browser): member in Benchmark
Dbenchmark_runner.py45 not benchmark_class.ShouldDisable(possible_browser) and
/external/chromium-trace/catapult/telemetry/telemetry/internal/
Dstory_runner.py278 if possible_browser and benchmark.ShouldDisable(possible_browser):