Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/pipeline/pipeline/
Dpipeline.py294 def __init__(self, output_names, force_strict=False): argument
307 self._strict = len(output_names) > 0 or force_strict
661 future = PipelineFuture(self.output_names, force_strict=True)
687 future = PipelineFuture(self.output_names, force_strict=True)