/external/autotest/server/lib/ |
D | status_history.py | 242 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/ |
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 | 190 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
|
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 | 664 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/tensorflow/tensorflow/contrib/tpu/profiler/ |
D | tf_op_stats.proto | 135 optional string host_id = 1; field
|
/external/autotest/frontend/afe/ |
D | rpc_interface.py | 1460 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/python/tpu/ |
D | tpu_context.py | 342 …def _placement_function(_sentinal=None, core_id=None, host_id=None): # pylint: disable=invalid-na… argument
|
D | tpu_estimator.py | 664 ctx, input_fn, inputs_structure_recorder, batch_axis, device, 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
|