Home
last modified time | relevance | path

Searched refs:_IsRefBuild (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/dashboard/dashboard/
Dadd_point_queue.py78 if not _IsRefBuild(test_key):
342 def _IsRefBuild(test_key): function
Dbench_find_anomalies.py432 tests = [t for t in tests if _GetSheriffForTest(t) and not _IsRefBuild(t)]
540 def _IsRefBuild(test): function