HomeSort by relevance Sort by last modified time
    Searched full:list_x (Results 1 - 6 of 6) sorted by null

  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
mtb_unittest.py 37 def __init__(self, list_x, list_y):
38 self.list_x = list_x
42 """Return list_x, list_y directly."""
43 return (self.list_x, self.list_y)
63 def _call_get_reversed_motions(self, list_x, list_y, expected_x,
65 mtb = FakeMtb(list_x, list_y)
71 list_x = (10, 22 ,36, 54, 100)
73 self._call_get_reversed_motions(list_x, list_y, 0, 0, GV.TLBR)
76 list_x = (10, 22 ,36, 154, 100
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py 611 # Should not write "list_x = list_y = []" below.
613 list_x = []
647 list_x.append(prev_x)
649 return (list_x, list_y)
774 list_x = self._init_dict(target_slots, [])
809 list_x[s].append(x[s])
812 return (list_x, list_y)
    [all...]
validators.py 265 """Get list_x, list_y, and list_t for the specified finger.
270 list_x = [p.x for p in points]
273 return (list_x, list_y, list_t)
489 (list_x, list_y) = self.packets.get_x_y(self.finger)
493 ave_distance = self._simple_linear_regression(list_y, list_x)
496 ave_distance = self._simple_linear_regression(list_x, list_y)
610 def _calc_errors_all_axes(self, list_t, list_x, list_y):
614 list_t, list_x)
629 list_x, list_y, list_t = self._get_axes_by_finger(self.finger)
633 self.list_coords = {X: list_x}
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestAttributes.java     [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 

Completed in 934 milliseconds