Home
last modified time | relevance | path

Searched refs:PushIfNeeded (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/build/android/gyp/util/
Dbuild_device.py34 def PushIfNeeded(self, *args, **kwargs): member in BuildDevice
35 return self.adb.PushIfNeeded(*args, **kwargs)
/external/chromium_org/build/android/pylib/gtest/
Dtest_package_exe.py97 adb.PushIfNeeded(
147 adb.PushIfNeeded(target_name, test_binary)
Dtest_package_apk.py47 adb.PushIfNeeded(command_line_file.name,
Dtest_runner.py78 self.adb.PushIfNeeded(
/external/chromium_org/build/android/pylib/
Dvalgrind_tools.py109 self._adb.PushIfNeeded(os.path.join(DIR_SOURCE_ROOT, f),
163 self._adb.PushIfNeeded(os.path.join(DIR_SOURCE_ROOT, f),
Dforwarder.py282 adb.PushIfNeeded(
Dandroid_commands.py958 def PushIfNeeded(self, host_path, device_path): member in AndroidCommands
1513 self.PushIfNeeded(host_path, device_path)
/external/chromium_org/build/android/pylib/uiautomator/
Dtest_package.py27 adb.PushIfNeeded(self._jar_path, constants.TEST_EXECUTABLE_DIR)
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
Dandroid_prebuilt_profiler_helper.py37 adb.Adb().PushIfNeeded(GetHostPath(profiler_binary),
/external/chromium_org/build/android/gyp/
Dpush_libraries.py44 device.PushIfNeeded(host_path, device_path)
Dcreate_device_library_links.py69 device.PushIfNeeded(options.script_host_path, options.script_device_path)
/external/chromium_org/build/android/
Dprovision_devices.py60 android_cmd.PushIfNeeded(adb_reboot, '/data/local/tmp/')
/external/chromium_org/build/android/pylib/instrumentation/
Dtest_runner.py108 self.adb.PushIfNeeded(
120 self.adb.PushIfNeeded(host_test_files_path, '%s/%s/%s' % (
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
Dandroid_browser_backend.py90 self.adb.Adb().PushIfNeeded(new_profile_dir, saved_profile_location)