OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAttachedDevices
(Results
1 - 25
of
31
) sorted by null
1
2
/external/chromium_org/build/android/
host_heartbeat.py
23
devices = android_commands.
GetAttachedDevices
()
enable_asserts.py
27
devices = android_commands.
GetAttachedDevices
()
adb_logcat_monitor.py
67
def
GetAttachedDevices
(adb_cmd):
127
for device_id in
GetAttachedDevices
(adb_cmd):
adb_install_apk.py
74
devices = android_commands.
GetAttachedDevices
()
screenshot.py
72
if not options.device and len(android_commands.
GetAttachedDevices
()) > 1:
tombstones.py
212
devices = android_commands.
GetAttachedDevices
()
update_verification.py
115
devices = android_commands.
GetAttachedDevices
()
provision_devices.py
218
devices = android_commands.
GetAttachedDevices
()
/external/chromium_org/tools/telemetry/telemetry/core/platform/
android_device.py
30
device_serials = adb_commands.
GetAttachedDevices
()
51
util.WaitFor(adb_commands.
GetAttachedDevices
, 600)
52
device_serials = adb_commands.
GetAttachedDevices
()
/external/chromium_org/build/android/gyp/
get_device_configuration.py
26
devices = build_device.
GetAttachedDevices
()
/external/chromium_org/tools/profile_chrome/
controllers_unittest.py
16
devices = android_commands.
GetAttachedDevices
()
/external/chromium_org/build/android/gyp/util/
build_device.py
23
GetAttachedDevices
= android_commands.
GetAttachedDevices
/external/chromium_org/build/android/pylib/perf/
perf_control_unittest.py
21
devices = android_commands.
GetAttachedDevices
()
setup.py
28
devices = android_commands.
GetAttachedDevices
()
/external/chromium_org/tools/telemetry/telemetry/core/backends/
adb_commands.py
35
def
GetAttachedDevices
():
40
return android_commands.
GetAttachedDevices
()
/external/chromium_org/build/android/pylib/utils/
emulator.py
92
emulators = android_commands.
GetAttachedDevices
(hardware=False)
99
if not android_commands.
GetAttachedDevices
(hardware=False):
143
emulators = android_commands.
GetAttachedDevices
(hardware=False)
/external/chromium_org/build/android/buildbot/
bb_device_status_check.py
176
#
GetAttachedDevices
to compare results.
192
'adb devices(
GetAttachedDevices
): %s' % adb_online_devs]
299
devices = android_commands.
GetAttachedDevices
()
314
devices = android_commands.
GetAttachedDevices
()
325
offline_devices = android_commands.
GetAttachedDevices
(
bb_device_steps.py
178
devices = android_commands.
GetAttachedDevices
()
201
devices = android_commands.
GetAttachedDevices
()
/external/chromium_org/chrome/test/chromedriver/test/
test_environment.py
99
devices = android_commands.
GetAttachedDevices
()
/external/chromium_org/tools/android/
mempressure.py
90
devices = android_commands.
GetAttachedDevices
()
/external/chromium_org/build/android/pylib/
android_commands_unittest.py
21
devices = android_commands.
GetAttachedDevices
()
71
devices = android_commands.
GetAttachedDevices
()
/external/chromium_org/components/storage_monitor/
volume_mount_watcher_win.cc
185
std::vector<base::FilePath>
GetAttachedDevices
() {
418
return base::Bind(&
GetAttachedDevices
);
/external/chromium_org/build/android/pylib/base/
test_dispatcher.py
177
if runner.device_serial not in android_commands.
GetAttachedDevices
():
test_dispatcher_unittest.py
16
# Mock out android_commands.
GetAttachedDevices
().
18
android_commands.
GetAttachedDevices
= lambda: ['0', '1']
/external/chromium_org/tools/telemetry/telemetry/unittest/
system_stub.py
129
def
GetAttachedDevices
(self):
Completed in 3740 milliseconds
1
2