OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:short_of_range_px
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/firmware_TouchMTB/
validators.py
711
short_of_range_px
= abs(actual_edge - spec_edge)
718
deviation_ratio = (float(
short_of_range_px
) /
726
short_of_range_px
, axis_spec)
733
(
short_of_range_px
, short_of_range_mm))
[
all
...]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
validators_unittest.py
467
# files_px is a dictionary of {filename:
short_of_range_px
}
486
for filename,
short_of_range_px
in files_px.items():
487
self._test_range(filename,
short_of_range_px
)
[
all
...]
Completed in 2200 milliseconds