/external/autotest/server/cros/ |
autoupdate_utils.py | 35 job_repo_url = afe_utils.get_host_attribute(
|
/external/autotest/server/hosts/ |
iota_host.py | 43 job_repo_url = afe_utils.get_host_attribute(
|
adb_host.py | [all...] |
cros_host.py | 365 job_repo_url = afe_utils.get_host_attribute(self, 442 job_repo_url = afe_utils.get_host_attribute( [all...] |
/external/autotest/server/ |
afe_utils.py | 137 def get_host_attribute(host, attribute, use_local_value=True): function 187 if get_host_attribute(host, attribute, use_local_value=False) != value:
|
adb_utils.py | 53 job_repo_url = afe_utils.get_host_attribute(
|
frontend.py | 564 def get_host_attribute(self, attr, **dargs): member in class:AFE 565 host_attrs = self.run('get_host_attribute', attribute=attr, **dargs)
|
/external/autotest/server/site_tests/android_ACTS/ |
android_ACTS.py | 90 job_repo_url = afe_utils.get_host_attribute(
|
/external/autotest/server/site_tests/autoupdate_EndToEndTest/ |
autoupdate_EndToEndTest.py | [all...] |
/external/autotest/frontend/afe/ |
rpc_interface.py | 465 def get_host_attribute(attribute, **host_filter_data): function [all...] |