HomeSort by relevance Sort by last modified time
    Searched refs:_AFE (Results 1 - 3 of 3) sorted by null

  /external/autotest/site_utils/
job_directories.py 17 _AFE = frontend_wrappers.RetryingAFE()
223 entry = _AFE.get_jobs(id=self._id, finished=True)
226 hqes = _AFE.get_host_queue_entries(finished_on__isnull=False,
243 entry = _AFE.get_special_tasks(id=self._id, is_complete=True)
gs_offloader_unittest.py 471 self.mox.StubOutWithMock(job_directories._AFE, 'get_jobs')
472 self.mox.StubOutWithMock(job_directories._AFE,
474 self.mox.StubOutWithMock(job_directories._AFE,
521 job_directories._AFE.get_jobs(
524 job_directories._AFE.get_host_queue_entries(
597 job_directories._AFE.get_jobs(
615 job_directories._AFE.get_special_tasks(
634 job_directories._AFE.get_special_tasks(
    [all...]
  /external/autotest/server/hosts/
cros_host.py 64 _AFE = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10)
391 hosts = self._AFE.get_hosts(hostname=self.hostname)
417 self._AFE.set_host_attribute(ds_constants.JOB_REPO_URL, repo_url,
522 labels = self._AFE.get_labels(
    [all...]

Completed in 446 milliseconds