HomeSort by relevance Sort by last modified time
    Searched refs:AXIS (Results 1 - 25 of 25) sorted by null

  /external/walt/pywalt/pywalt/
evparser.py 6 AXIS = 'axis'
8 re_xy = re.compile(r'.*time (?P<time>\d+\.\d+), type \d+ \(EV_ABS\), code \d+ \(ABS_(?P<axis>[XY])\), value (?P<value>\d+)')
17 x = array([int(e[VALUE]) for e in events if e[AXIS] == 'X'])
18 tx = array([float(e[TIME]) for e in events if e[AXIS] == 'X'])
20 y = array([int(e[VALUE]) for e in events if e[AXIS] == 'Y'])
21 ty = array([float(e[TIME]) for e in events if e[AXIS] == 'Y'])
  /external/libffi/src/cris/
sysv.S 3 Copyright (c) 2005 Axis Communications AB
36 ;; AXIS ETRAX 100LX Programmer's Manual chapter 6.3).
  /external/python/cpython2/Modules/_ctypes/libffi/src/cris/
sysv.S 3 Copyright (c) 2005 Axis Communications AB
36 ;; AXIS ETRAX 100LX Programmer's Manual chapter 6.3).
  /external/python/cpython3/Modules/_ctypes/libffi/src/cris/
sysv.S 3 Copyright (c) 2005 Axis Communications AB
36 ;; AXIS ETRAX 100LX Programmer's Manual chapter 6.3).
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
mtb_unittest.py 18 from firmware_constants import AXIS, GV, MTB, PLATFORM, UNIT, VAL
67 self.assertEqual(displacement[AXIS.X], expected_x)
68 self.assertEqual(displacement[AXIS.Y], expected_y)
544 'drag_edge_thumb.horizontal.dat': {AXIS.X: 0, AXIS.Y: 97},
546 'drag_edge_thumb.horizontal_2.dat': {AXIS.X: 0, AXIS.Y: 24},
549 {AXIS.X: 97, AXIS.Y: 88},
552 {AXIS.X: 0, AXIS.Y: 14}
    [all...]
validators_unittest.py 18 from firmware_constants import AXIS, GV, MTB, PLATFORM, VAL
232 '20130227_204458.dat': [AXIS.X],
234 '20130227_203228.dat': [AXIS.Y],
236 'fw_11.27-robot-20130227_204902.dat': [AXIS.X, AXIS.Y],
448 # Determine the axis based on the direction in the gesture variation
449 axis = (self.device.axis_x if validator.is_horizontal(variation)
452 self.assertTrue(axis is not None)
456 expected_short_of_range_px, axis)
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_constants.py 35 AXIS = _Axis()
36 AXIS.X = 'x'
37 AXIS.Y = 'y'
38 AXIS.LIST = [AXIS.X, AXIS.Y]
mtb.py 16 from firmware_constants import AXIS, GV, MTB, UNIT, VAL
572 """Calculate the distance moved in an axis."""
    [all...]
touch_device.py 15 from firmware_constants import AXIS
18 # Define AbsAxis class with axis attributes: min, max, and resolution
35 self.axes = {AXIS.X: self.axis_x, AXIS.Y: self.axis_y}
90 """Get the resolutions in x and y axis of the device."""
176 def pixel_to_mm_single_axis(self, value_pixel, axis):
178 value_mm = float(value_pixel - axis.min) / axis.resolution
firmware_log.py 56 from firmware_constants import AXIS
267 AXIS.LIST,
273 AXIS.LIST,
validators.py 70 from firmware_constants import AXIS, GV, MTB, UNIT, VAL
539 horizontal axis, list_t, always represent the time instants, and the
540 vertical axis, list_y, could be either the coordinates in x or y axis.
591 """Calculate various errors for axis-time.
596 # It is fine if axis-time is a horizontal line.
630 X, Y = AXIS.LIST
631 # For horizontal lines, only consider x axis
634 # For vertical lines, only consider y axis
646 for axis, list_c in self.list_coords.items()
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9+181-r4173-1/
javac-9+181-r4173-1.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r4023-3/
javac-9-dev-r4023-3.jar 
  /prebuilts/tools/common/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 3018 milliseconds