Home | History | Annotate | Download | only in afe

Lines Matching refs:started_on

585 def _common_entry_to_dict(entry, type, job_dict, exec_path, status, started_on):
591 started_on=started_on,
631 queue_entry['status'], queue_entry['started_on'])
668 started_on field of queue_entries. this isn't guaranteed to work perfectly
669 since queue_entries may also have null started_on values.
677 hqe_index = 0 # index for scanning by started_on times
683 if queue_entry['started_on'] is None:
686 queue_entry['started_on'])