OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:afe_job_id
(Results
26 - 33
of
33
) sorted by null
1
2
/external/autotest/frontend/afe/
rpc_interface.py
[
all
...]
/external/autotest/contrib/
compare_suite.py
121
self.tko_job = tko_models.Job.objects.filter(
afe_job_id
=self.id)[0]
/external/autotest/site_utils/
collect_suite_time_stats.py
266
job_start[t.
afe_job_id
] = time_utils.to_epoch_time(t.queued_time)
job_history.py
208
self.tko_job = tko_models.Job.objects.filter(
afe_job_id
=self.id)[0]
/external/autotest/server/
frontend.py
147
test_finished_time,
afe_job_id
, job_owner, hostname.
155
'test_started_time', 'test_finished_time', '
afe_job_id
',
[
all
...]
site_utils.py
344
views = tko.run('get_detailed_test_views',
afe_job_id
=suite_job_id)
/external/autotest/scheduler/
scheduler_models.py
[
all
...]
/external/autotest/server/cros/dynamic_suite/
suite_unittest.py
470
afe_job_id
=self._FAKE_JOB_ID)
[
all
...]
Completed in 171 milliseconds
1
2