OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stop_on_first_failure
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/cros/image_comparison/
verifier.py
29
def __init__(self, image_comparer,
stop_on_first_failure
, threshold=0,
33
@param
stop_on_first_failure
: bool, true if the test should be stopped
43
self.
stop_on_first_failure
=
stop_on_first_failure
102
if self.
stop_on_first_failure
:
image_comparison_factory.py
63
def make_image_verifier(self, image_comparer,
stop_on_first_failure
=False):
69
@param
stop_on_first_failure
: bool, True if we should stop the test when
81
stop_on_first_failure
,
Completed in 72 milliseconds