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

  /external/chromium_org/build/android/pylib/uiautomator/
test_package.py 27 adb.PushIfNeeded(self._jar_path, constants.TEST_EXECUTABLE_DIR)
  /external/chromium_org/build/android/gyp/util/
build_device.py 34 def PushIfNeeded(self, *args, **kwargs):
35 return self.adb.PushIfNeeded(*args, **kwargs)
  /external/chromium_org/build/android/gyp/
push_libraries.py 39 device.PushIfNeeded(host_path, device_path)
create_device_library_links.py 68 device.PushIfNeeded(options.script_host_path, options.script_device_path)
  /external/chromium_org/build/android/pylib/
fake_dns.py 34 self._adb.PushIfNeeded(
device_stats_monitor.py 36 self._adb.PushIfNeeded(host_path, DeviceStatsMonitor.DEVICE_PATH)
valgrind_tools.py 109 self._adb.PushIfNeeded(os.path.join(DIR_SOURCE_ROOT, f),
163 self._adb.PushIfNeeded(os.path.join(DIR_SOURCE_ROOT, f),
forwarder.py 271 adb.PushIfNeeded(
android_commands.py 820 def PushIfNeeded(self, host_path, device_path):
882 """Get total size of pushes to the device done via PushIfNeeded()
886 1. Total size of push requests to PushIfNeeded (MB)
    [all...]
  /external/chromium_org/build/android/pylib/gtest/
test_package_exe.py 98 adb.PushIfNeeded(
148 adb.PushIfNeeded(target_name, test_binary)
test_package_apk.py 52 adb.PushIfNeeded(command_line_file.name,
test_runner.py 73 self.adb.PushIfNeeded(
  /external/chromium_org/build/android/
provision_devices.py 60 android_cmd.PushIfNeeded(adb_reboot, '/data/local/tmp/')
  /external/chromium_org/build/android/pylib/instrumentation/
test_runner.py 92 self.adb.PushIfNeeded(
104 self.adb.PushIfNeeded(host_test_files_path,

Completed in 62 milliseconds