Home | History | Annotate | Download | only in scheduler

Lines Matching refs:where

115             where=query, order_by=sort_order))
140 where=['(afe_host_queue_entries.id IS NULL OR '
213 @return: A dictionary where the key is a suite job id,
263 where="NOT afe_hosts.leased "
278 WHERE afe_jobs.id IN (%s)
287 WHERE job_id IN (%s)
297 WHERE job_id IN (%s)
326 where="active_hqe.host_id IS NULL AND new_tasks.host_id IS NULL "
360 where="id IN (SELECT label_id FROM afe_hosts_labels)")
371 where="id IN (%s)" % job_string_label_list)