Home
last modified time | relevance | path

Searched defs:job_id (Results 1 – 25 of 30) sorted by relevance

12

/external/autotest/server/cros/dynamic_suite/
Dreporting_utils.py204 def link_job(job_id, instance_server=None): argument
224 def _base_results_log(job_id, result_owner, hostname): argument
242 def link_result_logs(job_id, result_owner, hostname): argument
261 def link_status_log(job_id, result_owner, hostname): argument
Dtools.py211 def create_bug_keyvals(job_id, testname, bug_info): argument
229 def get_test_failure_bug_info(keyvals, job_id, testname): argument
Dsuite.py195 def set_attempted(self, job_id): argument
241 def get_retry_max(self, job_id): argument
Djob_status.py558 end_time_str=None, job_id=None, owner=None, hostname=None, argument
Dreporting.py221 def __init__(self, job_id, job_name, machine): argument
/external/webrtc/third_party/gtest-parallel/
Dgtest-parallel135 def handle_meta(self, job_id, args): argument
157 def logfile(self, job_id, name): argument
182 def logfile(self, job_id, name): argument
329 job_id = 0 variable
348 def run_job((command, job_id, test)): argument
/external/autotest/site_utils/
Dcollect_suite_time_stats.py101 def get_nontask_runtime(job_id, dut, job_info_dict): argument
141 def get_tasks_runtime(task_list, dut, t_start, job_id, job_info_dict): argument
171 def get_job_runtime(job_id, dut, job_info_dict): argument
Djob_history.py125 def try_get(self, host_id, job_id, start_time, end_time): argument
168 def try_get(self, job_id, start_time, end_time): argument
382 def get_job_info(job_id): argument
Dlxc.py586 def verify_autotest_setup(self, job_id): argument
824 def setup_test(self, name, job_id, server_package_url, result_path, argument
Ddiagnosis_utils.py239 def diagnose_job(self, job_id, instance_server): argument
/external/autotest/scheduler/
Drdb_testing_utils.py120 def create_special_task(cls, job_id=None, host_id=None, argument
172 def assign_job_to_shard(cls, job_id, shard_hostname): argument
257 def add_host_to_job(cls, host, job_id, activate=0): argument
277 def increment_priority(cls, job_id): argument
467 def check_host_assignment(self, job_id, host_id): argument
Dmonitor_db_unittest.py181 def _record_job_scheduled(self, job_id, host_id): argument
189 def _assert_job_scheduled_on(self, job_id, host_id): argument
198 def _assert_job_scheduled_on_number_of(self, job_id, host_ids, number): argument
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/
Dmap_job_control.py45 def get_job_by_id(cls, job_id=None): argument
164 def __get_state_by_id(cls, job_id): argument
Dmap_job_config.py39 job_id = _Option(basestring, default_factory=util._get_descending_key) variable in JobConfig
/external/chromium-trace/catapult/dashboard/dashboard/
Dbuildbucket_job_status.py21 def get(self, job_id): argument
Dbuildbucket_service.py73 def GetJobStatus(job_id, credentials=None): argument
/external/autotest/server/
Dautoserv143 def _run_with_ssp(job, container_name, job_id, results, parser, ssp_url): argument
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
Dlayer1.py477 def describe_job(self, vault_name, job_id): argument
661 def get_job_output(self, vault_name, job_id, byte_range=None): argument
Dvault.py396 def get_job(self, job_id): argument
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dmapreduce_pipeline.py259 job_id, argument
Dshuffler.py78 def get_root_key(cls, job_id): argument
/external/autotest/site_utils/autoupdate/
Dfull_release_test.py393 def get_job_url(server, job_id): argument
/external/toybox/toys/pending/
Dsh.c203 int job_id; member
/external/autotest/cli/contrib/
Dwhy_isnt_my_job_running.py19 job_id = int(args[0]) variable
/external/autotest/frontend/client/src/autotest/afe/
DHostDetailView.java292 String job_id = Utils.jsonToString(currentHostObject.get("current_job")).trim(); in handlePage() local

12