Home
last modified time | relevance | path

Searched refs:is_hostless (Results 1 – 4 of 4) sorted by relevance

/external/autotest/venv/lucifer/
Djobx.py30 def is_hostless(job): function
133 if is_hostless(job):
/external/autotest/scheduler/
Dmonitor_db.py630 if queue_entry.is_hostless():
932 if queue_entry.is_hostless():
1329 if not entry.is_hostless())
Dhost_scheduler.py326 if not job.is_hostless()]
Dscheduler_models.py950 def is_hostless(self): member in HostQueueEntry