/external/autotest/server/lib/ |
D | status_history.py | 223 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/ |
D | tunnel.py | 17 host_id = int(argv[1]) variable
|
D | tunnel_mesh.py | 18 host_id = int(argv[2]) variable
|
/external/autotest/scheduler/ |
D | rdb_testing_utils.py | 46 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
|
D | monitor_db_unittest.py | 191 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
|
D | scheduler_models.py | 583 def block_host(self, host_id): argument 590 def unblock_host(self, host_id): argument
|
D | monitor_db_functional_test.py | 130 def finish_active_process_on_host(self, host_id): argument
|
/external/autotest/site_utils/ |
D | job_history.py | 125 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/ |
D | afe_urls.py | 88 def get_host_url(self, host_id): argument
|
D | frontend.py | 625 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/ |
D | tpu_context.py | 166 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
|
D | tpu_feed.py | 747 host_id, argument
|
D | tpu_estimator.py | 732 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/ |
D | part_amiga.h | 34 u32 host_id; member 85 u32 host_id; member 101 u32 host_id; member
|
/external/autotest/frontend/afe/ |
D | rpc_interface.py | 1454 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/ |
D | install.py | 355 def _wait_for_idle(afe, host_id): argument
|
/external/autotest/frontend/client/src/autotest/afe/ |
D | HostDetailView.java | 281 String host_id = Utils.jsonToString(currentHostObject.get("id")).trim(); in handlePage() local
|
/external/autotest/cli/ |
D | host_unittest.py | 1235 def _gen_labels_rpcs(self, labels, platform=False, host_id=None): argument
|