OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_afe_host
(Results
1 - 7
of
7
) sorted by null
/external/autotest/server/hosts/
cros_label_unittest.py
84
self.
_afe_host
= MockAFEHost(labels)
98
self.
_afe_host
= utils.EmptyAFEHost()
cros_label.py
54
for label in host.
_afe_host
.labels:
72
for label in host.
_afe_host
.labels:
adb_host.py
166
adb_serial = adb_serial or self.
_afe_host
.attributes.get('serials')
168
self.
_afe_host
.attributes.get('fastboot_serial'))
[
all
...]
abstract_ssh.py
87
self.
_afe_host
= afe_host or utils.EmptyAFEHost()
[
all
...]
/external/autotest/server/
afe_utils.py
44
return host.
_afe_host
/external/autotest/server/cros/chaos_lib/
static_runner.py
121
'afe_host' : self._host.
_afe_host
,
chaos_runner.py
161
'afe_host' : self._host.
_afe_host
,
Completed in 277 milliseconds