Home | History | Annotate | Download | only in afe

Lines Matching refs:started_on

696 def _common_entry_to_dict(entry, type, job_dict, exec_path, status, started_on):
702 started_on=started_on,
742 queue_entry['status'], queue_entry['started_on'])
779 started_on field of queue_entries. this isn't guaranteed to work perfectly
780 since queue_entries may also have null started_on values.
788 hqe_index = 0 # index for scanning by started_on times
794 if queue_entry['started_on'] is None:
797 queue_entry['started_on'])