Searched refs:hostless (Results 1 – 6 of 6) sorted by relevance
/external/autotest/frontend/afe/ |
D | rpc_utils.py | 449 hostless = False 468 hostless = True 478 hostless=hostless) 762 hostless=False, argument 774 if hostless:
|
D | frontend_test_utils.py | 90 synchronous=False, hostless=False, argument 151 if hostless:
|
D | rpc_interface.py | 899 image=None, hostless=False, firmware_rw_build=None, argument 946 if image and hostless: 961 hostless=hostless, test_args=test_args, **kwargs) 984 hostless=False, argument 1061 hostless=hostless, 1309 def _get_image_for_job(job, hostless): argument 1334 if not image and hostless and job.control_file: 2010 hostless=True,
|
D | rpc_interface_unittest.py | 103 job1 = self._create_job(hostless=True) 908 job_id = self._create_job_helper(hostless=True) 1465 hostless=True, 1663 hostless=True)
|
/external/autotest/frontend/client/src/autotest/afe/create/ |
D | CreateJobViewDisplay.java | 114 private CheckBoxImpl hostless = new CheckBoxImpl(); field in CreateJobViewDisplay 269 hostlessPanel.add(hostless); in initialize() 403 return hostless; in getHostless()
|
/external/autotest/server/ |
D | sequence.py | 168 hostless=False, keyvals=None,
|