/external/autotest/server/cros/dynamic_suite/ |
D | frontend_wrappers.py | 56 def __init__(self, timeout_min=30, delay_sec=10, **dargs): 75 def run(self, call, **dargs): 93 def _run(self, call, **dargs): 115 def _run_in_child_thread(self, call, **dargs): 150 def __init__(self, timeout_min=30, delay_sec=10, **dargs): 161 def run(self, call, **dargs): 171 def _run(self, call, **dargs):
|
D | dynamic_suite.py | 215 def __init__( 424 def run_provision_suite(**dargs): 485 def reimage_and_run(**dargs):
|
/external/autotest/site_utils/ |
D | hwid_lib_unittest.py | 74 def test_fail_to_open_url_urlerror(self, *args, **dargs): 82 def test_fail_decode_hwid(self, mock_urlopen, *args, **dargs): 93 def test_success(self, mock_urlopen, *args, **dargs): 112 def test_url_properly_constructed(self, mock_urlopen, *args, **dargs): 136 def test_url_properly_constructed_again(self, mock_urlopen, *args, **dargs):
|
/external/autotest/client/common_lib/ |
D | test.py | 335 def warmup(self, *args, **dargs): 345 postprocess_profiled_run, args, dargs): argument 396 constraints=(), *args, **dargs): 475 def run_once_profiling(self, postprocess_profiled_run, *args, **dargs): 542 def _exec(self, args, dargs): argument 645 def runsubtest(self, url, *args, **dargs): 676 def _cherry_pick_args(func, args, dargs): argument 711 def _cherry_pick_call(func, *args, **dargs): 718 def _validate_args(args, dargs, *funcs): argument 796 def _call_test_function(func, *args, **dargs): [all …]
|
D | profiler_manager.py | 8 def __init__(self, name, *args, **dargs): 23 def load_profiler(self, profiler, args, dargs): argument 30 def add(self, profiler, *args, **dargs):
|
D | log.py | 23 def decorated_func(*args, **dargs):
|
D | barrier.py | 494 def rendezvous(self, *hosts, **dargs): 523 def rendezvous_servers(self, masterid, *hosts, **dargs):
|
/external/autotest/client/common_lib/test_utils/ |
D | mock.py | 135 def __init__(self, symbol, return_obj, *args, **dargs): 144 def match(self, *args, **dargs): 172 def __init__(self, symbol, return_val, *args, **dargs): 187 def match(self, *args, **dargs): 204 def __call__(self, *args, **dargs): 214 def expect_call(self, *args, **dargs): 240 def run_original_function(self, *args, **dargs): 301 def __init__(self, *args, **dargs): 306 def expect_new(typ, *args, **dargs): 313 def __new__(typ, *args, **dargs): [all …]
|
/external/autotest/server/hosts/ |
D | base_classes.py | 54 def __init__(self, *args, **dargs): 62 def _initialize(self, *args, **dargs):
|
D | remote.py | 35 def _initialize(self, hostname, autodir=None, *args, **dargs): 115 fastsync=False, reboot_cmd=None, **dargs): 228 def reboot_followup(self, *args, **dargs): 235 def wait_for_restart(self, timeout=DEFAULT_REBOOT_TIMEOUT, **dargs):
|
D | teststation_host.py | 58 def _initialize(self, hostname='localhost', *args, **dargs): 115 def run(self, cmd, force_tty=True, *args, **dargs):
|
D | plankton_host.py | 38 required_by_test=True, is_in_lab=None, *args, **dargs):
|
/external/autotest/client/bin/ |
D | job.py | 64 def wrapped(self, *args, **dargs): 486 def _runtest(self, url, tag, timeout, args, dargs): argument 518 def _run_test_base(self, url, *args, **dargs): 559 def run_test(self, url, *args, **dargs): 607 def run_test_detail(self, url, *args, **dargs): 630 def _rungroup(self, subdir, testname, function, timeout, *args, **dargs): 676 def run_group(self, function, tag=None, **dargs): 936 def __create_step_tuple(self, fn, args, dargs): argument 956 def next_step_append(self, fn, *args, **dargs): 963 def next_step(self, fn, *args, **dargs): [all …]
|
D | profiler.py | 8 def setup(self, *args, **dargs): 12 def initialize(self, *args, **dargs):
|
D | profilers.py | 8 def load_profiler(self, profiler, args, dargs): argument
|
D | partition.py | 252 def parallel(partitions, method_name, *args, **dargs): 333 tag, fs_opt, do_fsck=True, **dargs): 414 def run_test(self, test, **dargs): 438 def run_test_on_partition(self, test, mountpoint_func, **dargs): 464 def _make_partition_and_run_test(test_tag, dir=None, **dargs):
|
D | test.py | 110 def runtest(job, url, tag, args, dargs): argument
|
/external/autotest/client/profilers/lttng/ |
D | lttng.py | 31 def setup(self, tarball='ltt-control-0.51-12082008.tar.gz', **dargs): 42 def initialize(self, outputsize=1048576, tracepoints=None, **dargs):
|
/external/autotest/server/ |
D | frontend.py | 100 def run(self, call, **dargs): 484 def get_hosts(self, hostnames=(), status=None, label=None, **dargs): 493 def get_hostnames(self, status=None, label=None, **dargs): 519 def create_host(self, hostname, **dargs): 524 def get_host_attribute(self, attr, **dargs): 529 def set_host_attribute(self, attr, val, **dargs): 533 def get_labels(self, **dargs): 538 def create_label(self, name, **dargs): 543 def get_acls(self, **dargs): 548 def create_acl(self, name, **dargs): [all …]
|
D | profiler.py | 52 def initialize(self, *args, **dargs): 58 def setup(self, *args, **dargs):
|
/external/autotest/client/profilers/blktrace/ |
D | blktrace.py | 13 def initialize(self, **dargs): 27 def setup(self, tarball='blktrace.tar.bz2', **dargs):
|
/external/autotest/client/common_lib/hosts/ |
D | base_classes.py | 68 def __init__(self, *args, **dargs): 72 def _initialize(self, *args, **dargs): 122 def run_output(self, command, *args, **dargs): 152 def reboot_setup(self, *args, **dargs): 163 def reboot_followup(self, *args, **dargs): 282 log_failure=True, old_boot_id=None, **dargs): 526 def record(self, *args, **dargs):
|
/external/autotest/server/cros/faft/ |
D | rpc_proxy.py | 32 def __call__(self, *args, **dargs): 61 def __call_faft_client(self, name, *args, **dargs):
|
/external/autotest/frontend/afe/ |
D | direct_afe.py | 16 def run(self, call, **dargs):
|
/external/autotest/client/profilers/powertop/ |
D | powertop.py | 14 def setup(self, *args, **dargs):
|