/external/autotest/contrib/ |
D | manage_powerunit_info.py | 55 def add_powerunit_info_to_host(afe, device, keyvals): argument 73 def add_from_csv(afe, csv_file): argument 94 def dump_to_csv(afe, csv_file): argument 112 def list_powerunit_info(afe, devices): argument 173 afe = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10, variable
|
D | find_suite_tasks.py | 37 def GetSuiteHQEs(suite_job_id, look_past_seconds, afe=None, tko=None): argument 108 name_filter=None, status_filter=None, afe=None, tko=None): argument
|
D | abortjob | 13 afe = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10) variable
|
/external/autotest/site_utils/deployment/ |
D | install.py | 165 def _update_build(afe, report_log, arguments): argument 249 def _create_host(hostname, afe, afe_host): argument 304 def _update_host_attributes(afe, hostname, host_attrs): argument 336 def _get_afe_host(afe, hostname, host_attrs, arguments): argument 456 def _install_and_update_afe(afe, hostname, host_attrs, arguments): argument 559 def _report_results(afe, report_log, hostnames, results): argument 623 def _get_used_servo_ports(servo_hostname, afe): argument 644 def _get_free_servo_port(servo_hostname, used_servo_ports, afe): argument 686 def _get_afe_servo_port(host_info, afe): argument 713 def _get_host_attributes(host_info_list, afe): argument
|
/external/autotest/site_utils/ |
D | dut_status.py | 259 def _get_host_histories(afe, arguments): argument 294 def _validate_host_list(afe, arguments): argument 357 def _validate_command(afe, arguments): argument
|
D | balance_pools.py | 175 def __init__(self, afe, pool, labels, start_time, end_time): argument 187 def _get_hosts(self, afe, start_time, end_time): argument 359 def _balance_model(arguments, afe, pool, labels, start_time, end_time): argument 588 def infer_balancer_targets(afe, arguments, pools): argument
|
D | add_detected_host_labels.py | 40 def add_missing_labels(afe, hostname): argument
|
D | abort_suite.py | 54 def abort_suites(afe, substring): argument
|
D | sync_cloudsql_access.py | 60 def update_allowed_networks(project, instance, afe=None, extra_servers=None): argument
|
D | deploy_server.py | 32 def discover_servers(afe): argument
|
D | test_runner_utils.py | 114 def fetch_local_suite(autotest_path, suite_predicate, afe, test_arg, remote, argument 412 def _auto_detect_labels(afe, remote): argument 437 def perform_local_run(afe, autotest_path, tests, remote, fast_mode, argument
|
D | lab_inventory.py | 449 def create_inventory(cls, afe, start_time, end_time, modellist=[]): argument 1332 def get_inventory(afe): argument 1338 def get_managed_boards(afe): argument
|
D | run_suite.py | 1293 def __init__(self, instance_server, afe, tko, build, board, argument 1673 def create_suite(afe, options): argument 1845 def _handle_job_wait(afe, job_id, options, job_timer, is_real_time): argument 2004 def _poke_buildbot_with_output(afe, job_id, job_timer): argument
|
/external/autotest/site_utils/chromeos_proxy/ |
D | swarming_bot_manager.py | 77 def is_server_in_prod(server_name, afe): argument 104 def tick(afe, bot_manager): argument
|
/external/autotest/server/ |
D | site_utils.py | 130 def get_labels_from_afe(hostname, label_prefix, afe): argument 150 def get_label_from_afe(hostname, label_prefix, afe): argument 168 def get_board_from_afe(hostname, afe): argument 183 def get_build_from_afe(hostname, afe): argument 343 def lock_host_with_labels(afe, lock_manager, labels): argument 817 def wait_for_idle_duts(duts, afe, max_wait=IDLE_DUT_WAIT_TIMEOUT): argument 855 def lock_duts_and_wait(duts, afe, lock_msg='default lock message', argument
|
D | frontend.py | 215 def __init__(self, afe, android): argument 305 def __init__(self, afe): argument 346 def __init__(self, afe): argument 372 def __init__(self, afe): argument 779 def __init__(self, afe, hash): argument 868 def __init__(self, afe, hash): argument 887 def __init__(self, afe, hash): argument
|
/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 474 def get_host_history(cls, afe, hostname, start_time, end_time): argument 495 def get_multiple_histories(cls, afe, start_time, end_time, labels=()): argument 518 def __init__(self, afe, afehost, start_time, end_time): argument
|
D | suite_report.py | 159 def generate_suite_report(suite_job_id, afe=None, tko=None): argument
|
/external/autotest/server/hosts/ |
D | servo_host.py | 334 def get_attached_duts(self, afe): argument 354 def _choose_dut_for_synchronized_reboot(self, dut_list, afe): argument 378 def _sync_job_scheduled_for_duts(self, dut_list, afe): argument 400 def schedule_synchronized_reboot(self, dut_list, afe, force_reboot=False): argument
|
D | afe_store.py | 18 def __init__(self, hostname, afe=None): argument
|
/external/autotest/server/cros/dynamic_suite/ |
D | job_status.py | 64 def _abort_jobs_if_timedout(afe, jobs, start_time, timeout_mins): argument 121 def __init__(self, afe, tko): argument 171 def _yield_job_results(afe, tko, job): argument
|
D | tools.py | 122 def get_random_best_host(afe, host_list, require_usable_hosts=True): argument
|
D | dynamic_suite.py | 522 def _perform_reimage_and_run(spec, afe, tko, suite_job_id=None): argument
|
/external/autotest/server/cros/ |
D | host_lock_manager.py | 55 def __init__(self, afe=None): argument
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | JSR166TestCase.java | 337 AssertionFailedError afe = in tearDown() local 475 AssertionFailedError afe = in threadUnexpectedException() local
|