OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prepared_devices
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py
338
def
prepared_devices
(self):
member in class:AndroidDevices
444
prepared_devices
= self.get_option('
prepared_devices
', [])
445
for serial in
prepared_devices
:
567
if not self._devices.
prepared_devices
():
578
self._options.
prepared_devices
= self._devices.
prepared_devices
()
581
self._options.
prepared_devices
= [d.get_serial() for d in self._devices.usable_devices(self.host.executive)]
584
return min(len(self._options.
prepared_devices
), requested_num_workers)
[
all
...]
Completed in 165 milliseconds