Home
last modified time | relevance | path

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

/external/autotest/client/cros/image_comparison/
Dverifier.py29 def __init__(self, image_comparer, stop_on_first_failure, threshold=0, argument
43 self.stop_on_first_failure = stop_on_first_failure
102 if self.stop_on_first_failure:
Dimage_comparison_factory.py63 def make_image_verifier(self, image_comparer, stop_on_first_failure=False): argument
81 stop_on_first_failure,