OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/tools/telemetry/telemetry/core/platform/profiler/
android_prebuilt_profiler_helper.py
37
adb.Adb().
PushIfNeeded
(GetHostPath(profiler_binary),
/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/pylib/gtest/
test_package_exe.py
97
adb.
PushIfNeeded
(
147
adb.
PushIfNeeded
(target_name, test_binary)
test_package_apk.py
47
adb.
PushIfNeeded
(command_line_file.name,
test_runner.py
78
self.adb.
PushIfNeeded
(
/external/chromium_org/build/android/gyp/
push_libraries.py
44
device.
PushIfNeeded
(host_path, device_path)
create_device_library_links.py
69
device.
PushIfNeeded
(options.script_host_path, options.script_device_path)
/external/chromium_org/build/android/
provision_devices.py
60
android_cmd.
PushIfNeeded
(adb_reboot, '/data/local/tmp/')
/external/chromium_org/build/android/pylib/
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
282
adb.
PushIfNeeded
(
android_commands.py
[
all
...]
/external/chromium_org/build/android/pylib/instrumentation/
test_runner.py
108
self.adb.
PushIfNeeded
(
120
self.adb.
PushIfNeeded
(host_test_files_path, '%s/%s/%s' % (
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
android_browser_backend.py
80
# Avoid this by pushing to a safe location using
PushIfNeeded
, and
90
self.adb.Adb().
PushIfNeeded
(new_profile_dir, saved_profile_location)
Completed in 128 milliseconds