Home
last modified time | relevance | path

Searched defs:list_coord (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/site_tests/firmware_TouchMTB/
Dmtb.py1069 def get_segments_by_distance(self, list_t, list_coord, segment_flag, ratio): argument
1081 def _find_boundary_index(list_coord, boundary_distance): argument
1117 def get_segments(self, list_t, list_coord, segment_flag, ratio): argument
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
Dmtb_unittest.py607 def _test_get_segments(self, list_t, list_coord, expected_segments, ratio): argument