Home
last modified time | relevance | path

Searched refs:job_start (Results 1 – 7 of 7) sorted by relevance

/external/autotest/site_utils/
Dcollect_suite_time_stats.py264 job_start = {}
266 job_start[t.afe_job_id] = time_utils.to_epoch_time(t.queued_time)
273 info_dict.setdefault('timestamps', (job_start[job_id], job_end[job_id]))
/external/fio/
Dclient.h97 client_cmd_op *job_start; member
Dclient.c1449 if (ops->job_start) in fio_handle_client()
1450 ops->job_start(client, cmd); in fio_handle_client()
Dgclient.c1395 .job_start = gfio_client_job_start,
/external/autotest/server/hosts/
Dfactory.py163 host_instance.job_start()
Dremote.py58 def job_start(self): member in RemoteHost
Dadb_host.py359 def job_start(self): member in ADBHost