Searched refs:is_local (Results 1 – 3 of 3) sorted by relevance
/tools/acloud/list/ |
D | instance.py | 236 is_local=False, device_information=None, zone=None, argument 252 self._is_local = is_local # True if this is a local instance 407 is_local=True, device_information=device_information, 579 avd_flavor=avd_flavor, is_local=True, 754 avd_flavor=avd_flavor, is_local=False,
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 1408 is_local = comm_channel == job 1414 elif (type(comm_channel) is SshConnection or is_local): 1619 is_local = comm_channel == job 1620 os_type = platform.system() if is_local else 'Linux' 1629 if (type(comm_channel) is SshConnection or is_local):
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/ |
D | dut_log_test_utils.py | 83 def start_diagmdlog_background(ad, maskfile="default.cfg", is_local=True): argument 96 if is_local:
|