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

  /external/autotest/client/site_tests/ui_AppLauncher/
ui_AppLauncher.py 55 property_file = os.path.join(self.bindir, self._KEYBOARD_PROP)
60 player.emulate('keyboard', property_file)
  /external/autotest/client/cros/input_playback/
input_playback.py 43 player.emulate(property_file=path_to_file)
123 def emulate(self, input_type='mouse', property_file=None):
132 e.g. 'evemu-describe /dev/input/event12 > property_file'.
136 @param property_file: Property file of device to be emulated. Generate
146 if not property_file:
151 property_file = os.path.join(
153 if not os.path.isfile(property_file):
154 raise error.TestError('Property file %s not found!' % property_file)
156 with open(property_file) as fh:
161 property_file)
    [all...]
stylus.py 42 property_file=_STYLUS_PROPERTY)
  /external/autotest/client/site_tests/touch_MouseScroll/
touch_MouseScroll.py 119 self._emulate_mouse(property_file=mouse_file)
134 self._emulate_mouse(property_file=apple_mouse_file)
  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
documentscan_AppTestWithFakeLorgnette.py 147 self._emulate_mouse(property_file=mouse_file)
  /external/autotest/client/cros/
touch_playback_test_base.py 61 self.player.emulate(input_type='mouse', property_file=mouse_props)
168 def _emulate_mouse(self, property_file=None):
174 self.player.emulate(input_type='mouse', property_file=property_file)

Completed in 767 milliseconds