/external/autotest/client/site_tests/touch_WakeupSource/ |
D | touch_WakeupSource.py | 39 device_dir = self.player.devices[input_type].device_dir 40 if not device_dir: 43 filename = os.path.join(device_dir, 'power', 'wakeup') 52 for device_dir in os.listdir(i2c_devices_dir): 53 event_search = os.path.join(i2c_devices_dir, device_dir, '*', 58 parent = os.path.join(i2c_devices_dir, device_dir)
|
/external/autotest/client/cros/input_playback/ |
D | input_playback.py | 25 self.device_dir = None # e.g. '/sys/class/input/event4/device/device' 238 def _find_device_ids(self, device_dir, input_type): argument 251 if not device_dir or input_type not in ['touchpad', 'touchscreen']: 257 fw_path = os.path.join(device_dir, fw_filename) 264 hw_path = os.path.join(device_dir, hw_filename) 271 id_folder = os.path.abspath(os.path.join(device_dir, '..', 'id')) 287 input_name_path = os.path.join(device_dir, 'input') 345 device_dir = os.path.join(class_folder, 'device', 'device') 346 if os.path.exists(device_dir): 347 new_device.device_dir = device_dir [all …]
|
/external/skia/infra/bots/flavor/ |
D | default_flavor.py | 108 def copy_directory_contents_to_device(self, host_dir, device_dir): argument 112 if str(host_dir) != str(device_dir): 116 str(host_dir), str(device_dir))) # pragma: no cover 118 def copy_directory_contents_to_host(self, device_dir, host_dir): argument 122 if str(host_dir) != str(device_dir): 126 str(host_dir), str(device_dir))) # pragma: no cover
|
D | ios_flavor.py | 60 def copy_directory_contents_to_device(self, host_dir, device_dir): argument 64 host_dir, device_dir 67 def copy_directory_contents_to_host(self, device_dir, host_dir): argument 71 device_dir, host_dir],
|
D | ssh_flavor.py | 96 def copy_directory_contents_to_device(self, host_dir, device_dir): argument 98 _, remote_path = self._make_scp_cmd(device_dir) 104 def copy_directory_contents_to_host(self, device_dir, host_dir): argument 106 _, remote_path = self._make_scp_cmd(device_dir)
|
D | android_flavor.py | 126 def copy_directory_contents_to_device(self, host_dir, device_dir): argument 132 '-s', self.serial, host_dir, device_dir], 136 def copy_directory_contents_to_host(self, device_dir, host_dir): argument 140 name='pull %s' % self._bot_info.m.path.basename(device_dir), 142 '-s', self.serial, device_dir, host_dir],
|
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionTest/ |
D | kernel_ExternalUsbPeripheralsDetectionTest.py | 142 tmp_list = [device_dir for device_dir in 145 if re.match(r'\d-\d.*:\d\.\d', device_dir)] 152 for device_dir in tmp_list: 154 '%s/driver' % device_dir)
|
/external/libcxx/test/libcxx/android/test/ |
D | format.py | 37 def __init__(self, cxx, libcxx_src_root, libcxx_obj_root, device_dir, argument 46 self.device_dir = device_dir 50 return os.path.join(self.device_dir, file_name)
|
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/ |
D | kernel_ExternalUsbPeripheralsDetectionStress.py | 80 tmp_list = [device_dir for device_dir in 83 if re.match(r'\d-\d.*:\d\.\d', device_dir)] 90 for device_dir in tmp_list: 92 '%s/driver' % device_dir)
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | touch_device.py | 230 device_dir = 'device' 242 device_dir = os.path.join(input_dir, 'device', '*') 243 for f in glob.glob(device_dir):
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
D | android_profiling_helper.py | 196 device_dir = os.path.dirname(lib) 197 output_dir = os.path.join(symfs_dir, device_dir[1:])
|