/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 | abortjob | 13 afe = frontend_wrappers.RetryingAFE(timeout_min=5, delay_sec=10) variable
|
/external/autotest/site_utils/deployment/ |
D | install.py | 179 def _update_build(afe, report_log, arguments): argument 184 def _create_host(hostname, afe, afe_host): argument 245 def _update_host_attributes(afe, hostname, host_attrs): argument 287 def _wait_for_idle(afe, host_id): argument 305 def _ensure_host_idle(afe, afe_host): argument 337 def _get_afe_host(afe, hostname, host_attrs, arguments): argument 496 def _install_and_update_afe(afe, hostname, host_attrs, arguments): argument 614 def _report_results(afe, report_log, hostnames, results, arguments): argument 686 def _get_used_servo_ports(servo_hostname, afe): argument 708 def _get_free_servo_port(servo_hostname, used_servo_ports, afe): argument [all …]
|
/external/autotest/site_utils/stable_images/ |
D | stable_version.py | 89 def __init__(self, afe, dry_run): argument 248 def _create_version_map_handler(image_type, afe, dry_run): argument 252 def _requested_mapping_handlers(afe, image_type): argument 275 def list_all_mappings(afe, image_type): argument 293 def list_mapping_by_key(afe, image_type, key): argument 329 def set_mapping(afe, image_type, key, version, dry_run): argument 367 def delete_mapping(afe, image_type, key, dry_run): argument 414 def _dispatch_command(afe, arguments): argument
|
D | stable_version_unittest.py | 73 def _dispatch_command_success(self, afe, argv, name_called): argument
|
D | assign_stable_images.py | 74 def __init__(self, afe, dry_run): argument
|
/external/autotest/site_utils/ |
D | dut_status.py | 264 def _get_host_histories(afe, arguments): argument 299 def _validate_host_list(afe, arguments): argument 362 def _validate_command(afe, arguments): argument
|
D | balance_pools.py | 190 def __init__(self, afe, pool, labels, start_time, end_time): argument 202 def _get_hosts(self, afe, start_time, end_time): argument 374 def _balance_model(arguments, afe, pool, labels, start_time, end_time): argument 576 def infer_balancer_targets(afe, arguments, pools): argument
|
D | add_detected_host_labels.py | 44 def add_missing_labels(afe, hostname): argument
|
D | sync_cloudsql_access.py | 72 def update_allowed_networks(project, instance, afe=None, extra_servers=None, argument
|
D | test_runner_utils.py | 182 def fetch_local_suite(autotest_path, suite_predicate, afe, test_arg, remote, argument 490 def _auto_detect_labels(afe, remote): argument 517 def perform_local_run(afe, argument
|
D | lab_inventory.py | 479 def create_inventory(cls, afe, start_time, end_time, modellist=[]): argument 1382 def get_inventory(afe): argument 1388 def get_managed_boards(afe): argument
|
/external/autotest/server/ |
D | site_utils.py | 139 def get_labels_from_afe(hostname, label_prefix, afe): argument 159 def get_label_from_afe(hostname, label_prefix, afe): argument 177 def get_board_from_afe(hostname, afe): argument 192 def get_build_from_afe(hostname, afe): argument 358 def lock_host_with_labels(afe, lock_manager, labels): argument 751 def wait_for_idle_duts(duts, afe, max_wait=IDLE_DUT_WAIT_TIMEOUT): argument 789 def lock_duts_and_wait(duts, afe, lock_msg='default lock message', argument
|
D | frontend.py | 209 def __init__(self, afe): argument 745 def __init__(self, afe, hash): argument 834 def __init__(self, afe, hash): argument 853 def __init__(self, afe, hash): argument
|
/external/autotest/server/lib/ |
D | status_history.py | 231 def get_tasks(cls, afe, host_id, start_time, end_time): argument 258 def get_status_task(cls, afe, host_id, end_time): argument 340 def get_hqes(cls, afe, host_id, start_time, end_time): argument 441 def get_host_history(cls, afe, hostname, start_time, end_time): argument 462 def get_multiple_histories(cls, afe, start_time, end_time, labels=()): argument 485 def __init__(self, afe, afehost, start_time, end_time): argument
|
D | suite_report.py | 171 def generate_suite_report(suite_job_id, afe=None, tko=None, argument
|
/external/autotest/server/cros/dynamic_suite/ |
D | job_status.py | 97 def __init__(self, afe, tko): argument 147 def _yield_job_results(afe, tko, job): argument
|
D | tools.py | 126 def get_random_best_host(afe, host_list, require_usable_hosts=True): argument
|
D | dynamic_suite.py | 531 def _perform_reimage_and_run(spec, afe, tko, suite_job_id=None): argument
|
D | suite.py | 314 afe=None, argument 870 afe=None, argument 1432 afe=None, argument
|
/external/autotest/server/hosts/ |
D | afe_store.py | 18 def __init__(self, hostname, afe=None): argument
|
/external/autotest/server/cros/ |
D | host_lock_manager.py | 54 def __init__(self, afe=None): argument
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | JSR166TestCase.java | 305 AssertionFailedError afe = new AssertionFailedError(t.toString()); in tearDown() local 427 AssertionFailedError afe = new AssertionFailedError("unexpected exception: " + t); in threadUnexpectedException() local
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | JSR166TestCase.java | 302 AssertionFailedError afe = new AssertionFailedError(t.toString()); in tearDown() local 424 AssertionFailedError afe = new AssertionFailedError("unexpected exception: " + t); in threadUnexpectedException() local
|