Home
last modified time | relevance | path

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

/external/autotest/server/lib/
Dstatus_history.py223 def get_tasks(cls, afe, host_id, start_time, end_time): argument
250 def get_status_task(cls, afe, host_id, end_time): argument
332 def get_hqes(cls, afe, host_id, start_time, end_time): argument
627 def get_diagnosis_interval(host_id, end_time, success): argument
674 def get_status_task(host_id, end_time): argument
/external/bcc/examples/networking/distributed_bridge/
Dtunnel.py17 host_id = int(argv[1]) variable
Dtunnel_mesh.py18 host_id = int(argv[2]) variable
/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.py191 def _record_job_scheduled(self, job_id, host_id): argument
199 def _assert_job_scheduled_on(self, job_id, host_id): argument
237 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.py625 def get_host_special_tasks(self, host_id, **data): argument
631 def get_host_status_task(self, host_id, end_time): argument
637 def get_host_diagnosis_interval(self, host_id, end_time, success): argument
/external/tensorflow/tensorflow/python/tpu/
Dtpu_context.py166 def _placement_function(host_id): argument
527 …def _placement_function(_sentinal=None, replica_id=None, host_id=None): # pylint: disable=invalid… argument
565 def tpu_ordinal_function(self, host_id): argument
Dtpu_feed.py747 host_id, argument
Dtpu_estimator.py732 ctx, input_fn, inputs_structure_recorder, host_device, host_id): argument
775 ctx, input_fn, inputs_structure_recorder, batch_axis, device, host_id): argument
850 ctx, input_fn, inputs_structure_recorder, device, host_id): argument
/external/u-boot/disk/
Dpart_amiga.h34 u32 host_id; member
85 u32 host_id; member
101 u32 host_id; member
/external/autotest/frontend/afe/
Drpc_interface.py1454 def get_host_special_tasks(host_id, **filter_data): argument
1515 def get_status_task(host_id, end_time): argument
1542 def get_host_status_task(host_id, end_time): argument
1570 def get_host_diagnosis_interval(host_id, end_time, success): argument
/external/autotest/site_utils/deployment/
Dinstall.py355 def _wait_for_idle(afe, 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