Searched refs:PushChangedFiles (Results 1 – 15 of 15) sorted by relevance
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils_devicetest.py | 92 self.device.PushChangedFiles([(host_file_path, device_file_path)]) 108 self.device.PushChangedFiles([(host_file_path, device_file_path)]) 126 self.device.PushChangedFiles([(host_tmp_dir, _DEVICE_DIR)], 150 self.device.PushChangedFiles([(host_tmp_dir, _DEVICE_DIR)], 195 self.device.PushChangedFiles([(host_tmp_dir, _DEVICE_DIR)], 232 self.device.PushChangedFiles([(host_tmp_dir, _DEVICE_DIR)], 242 self.device.PushChangedFiles([(host_tmp_dir, _DEVICE_DIR)],
|
D | forwarder.py | 403 device.PushChangedFiles([(forwarder_device_path_on_host,
|
D | device_utils.py | 1199 self.PushChangedFiles([(modules_dir, device_dir)], 1221 self.PushChangedFiles([(modules_dir, device_dir)], 1863 def PushChangedFiles(self, member in DeviceUtils
|
D | device_utils_test.py | 1129 (self.call.device.PushChangedFiles(
|
/external/angle/build/android/incremental_install/ |
D | installer.py | 235 device.PushChangedFiles([(temp_dir, device_lib_dir)], 253 device.PushChangedFiles([(dex_staging_dir, device_dex_dir)],
|
/external/cronet/build/android/incremental_install/ |
D | installer.py | 235 device.PushChangedFiles([(temp_dir, device_lib_dir)], 253 device.PushChangedFiles([(dex_staging_dir, device_dex_dir)],
|
/external/angle/build/android/pylib/utils/ |
D | simpleperf.py | 155 device.PushChangedFiles([(host_simpleperf_path, device_simpleperf_path)])
|
/external/cronet/build/android/pylib/utils/ |
D | simpleperf.py | 155 device.PushChangedFiles([(host_simpleperf_path, device_simpleperf_path)])
|
/external/angle/build/android/pylib/local/device/ |
D | local_device_gtest_run.py | 309 device.PushChangedFiles([(self._host_dist_dir, self._device_dist_dir)], 423 dev.PushChangedFiles(
|
D | local_device_instrumentation_test_run.py | 466 dev.PushChangedFiles(host_device_tuples_substituted,
|
/external/cronet/build/android/pylib/local/device/ |
D | local_device_gtest_run.py | 403 device.PushChangedFiles([(self._host_dist_dir, self._device_dist_dir)], 516 dev.PushChangedFiles(
|
D | local_device_instrumentation_test_run.py | 458 dev.PushChangedFiles(host_device_tuples_substituted,
|
/external/cronet/build/android/ |
D | provision_devices.py | 461 device.PushChangedFiles([(adb_reboot, '/data/local/tmp/')])
|
/external/angle/build/android/ |
D | provision_devices.py | 461 device.PushChangedFiles([(adb_reboot, '/data/local/tmp/')])
|
/external/chromium-trace/catapult/devil/docs/ |
D | device_utils.md | 815 ### DeviceUtils.PushChangedFiles 1342 enable_device_files_cache: For PushChangedFiles(), cache checksums of
|