Home
last modified time | relevance | path

Searched defs:host_id (Results 1 – 14 of 14) sorted by relevance

/external/autotest/server/lib/
Dstatus_history.py242 def get_tasks(cls, afe, host_id, start_time, end_time): argument
269 def get_status_task(cls, afe, host_id, end_time): argument
362 def get_hqes(cls, afe, host_id, start_time, end_time): argument
668 def get_diagnosis_interval(host_id, end_time, success): argument
715 def get_status_task(host_id, end_time): argument
/external/autotest/scheduler/
Drdb_testing_utils.py46 def __init__(self, hostname, host_id, **kwargs): argument
120 def create_special_task(cls, job_id=None, host_id=None, argument
415 def assert_host_db_status(self, host_id): argument
467 def check_host_assignment(self, job_id, host_id): argument
Dmonitor_db_unittest.py190 def _record_job_scheduled(self, job_id, host_id): argument
198 def _assert_job_scheduled_on(self, job_id, host_id): argument
236 def _lock_host(self, host_id): argument
Dscheduler_models.py583 def block_host(self, host_id): argument
590 def unblock_host(self, host_id): argument
Dmonitor_db_functional_test.py130 def finish_active_process_on_host(self, host_id): argument
/external/autotest/site_utils/
Djob_history.py125 def try_get(self, host_id, job_id, start_time, end_time): argument
141 def update(self, host_id, start_time, end_time): argument
/external/autotest/server/
Dafe_urls.py88 def get_host_url(self, host_id): argument
Dfrontend.py664 def get_host_special_tasks(self, host_id, **data): argument
670 def get_host_status_task(self, host_id, end_time): argument
676 def get_host_diagnosis_interval(self, host_id, end_time, success): argument
/external/autotest/frontend/afe/
Drpc_interface.py1460 def get_host_special_tasks(host_id, **filter_data): argument
1521 def get_status_task(host_id, end_time): argument
1548 def get_host_status_task(host_id, end_time): argument
1576 def get_host_diagnosis_interval(host_id, end_time, success): argument
/external/tensorflow/tensorflow/contrib/tpu/profiler/
Dtf_op_stats.proto135 optional string host_id = 1; field
/external/tensorflow/tensorflow/contrib/tpu/python/tpu/
Dtpu_context.py342 …def _placement_function(_sentinal=None, core_id=None, host_id=None): # pylint: disable=invalid-na… argument
Dtpu_estimator.py664 ctx, input_fn, inputs_structure_recorder, batch_axis, device, host_id): argument
/external/autotest/frontend/client/src/autotest/afe/
DHostDetailView.java281 String host_id = Utils.jsonToString(currentHostObject.get("id")).trim(); in handlePage() local
/external/autotest/cli/
Dhost_unittest.py1235 def _gen_labels_rpcs(self, labels, platform=False, host_id=None): argument