OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wrong_pixels_margin
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/cros/chameleon/
screen_utility_factory.py
74
wrong_pixels_margin
= self._WRONG_PIXELS_MARGIN_FOR_ANALOG
77
wrong_pixels_margin
= self._WRONG_PIXELS_MARGIN_FOR_DIGITAL
84
pixel_diff_margin,
wrong_pixels_margin
)
screen_comparison.py
22
wrong_pixels_margin
, skip_if_diff_sizes=False):
32
@param
wrong_pixels_margin
: The percentage of margin for wrong pixels.
44
assert 0.0 <=
wrong_pixels_margin
<= 1.0
45
self._wrong_pixels_margin =
wrong_pixels_margin
Completed in 218 milliseconds