Home
last modified time | relevance | path

Searched defs:dargs (Results 1 – 25 of 53) sorted by relevance

123

/external/autotest/server/cros/dynamic_suite/
Dfrontend_wrappers.py56 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):
Ddynamic_suite.py221 def __init__(
437 def run_provision_suite(**dargs):
498 def reimage_and_run(**dargs):
/external/autotest/site_utils/
Dhwid_lib_unittest.py74 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/
Dtest.py353 def warmup(self, *args, **dargs):
363 postprocess_profiled_run, args, dargs): argument
467 constraints=(), *args, **dargs):
546 def run_once_profiling(self, postprocess_profiled_run, *args, **dargs):
613 def _exec(self, args, dargs): argument
716 def runsubtest(self, url, *args, **dargs):
734 def _validate_args(args, dargs, *funcs): argument
812 def _call_test_function(func, *args, **dargs):
829 dargs, argument
Dprofiler_manager.py8 def __init__(self, name, *args, **dargs):
23 def load_profiler(self, profiler, args, dargs): argument
30 def add(self, profiler, *args, **dargs):
Dbarrier.py494 def rendezvous(self, *hosts, **dargs):
523 def rendezvous_servers(self, mainid, *hosts, **dargs):
Dlog.py27 def decorated_func(*args, **dargs):
Dbase_job.py144 def wrapped_method(self, *args, **dargs):
169 def wrapped_method(self, *args, **dargs):
821 def __init__(self, *args, **dargs):
884 def _find_resultdir(self, *args, **dargs):
945 def _build_tagged_test_name(self, testname, dargs): argument
/external/autotest/client/common_lib/test_utils/
Dmock.py135 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/client/bin/
Djob.py67 def wrapped(self, *args, **dargs):
494 def _runtest(self, url, tag, timeout, args, dargs): argument
526 def _run_test_base(self, url, *args, **dargs):
567 def run_test(self, url, *args, **dargs):
615 def run_test_detail(self, url, *args, **dargs):
638 def _rungroup(self, subdir, testname, function, timeout, *args, **dargs):
684 def run_group(self, function, tag=None, **dargs):
938 def __create_step_tuple(self, fn, args, dargs): argument
958 def next_step_append(self, fn, *args, **dargs):
965 def next_step(self, fn, *args, **dargs):
[all …]
Dprofiler.py8 def setup(self, *args, **dargs):
12 def initialize(self, *args, **dargs):
Dpartition.py253 def parallel(partitions, method_name, *args, **dargs):
334 tag, fs_opt, do_fsck=True, **dargs):
415 def run_test(self, test, **dargs):
439 def run_test_on_partition(self, test, mountpoint_func, **dargs):
465 def _make_partition_and_run_test(test_tag, dir=None, **dargs):
Dprofilers.py8 def load_profiler(self, profiler, args, dargs): argument
Dtest.py99 def runtest(job, url, tag, args, dargs): argument
/external/autotest/server/
Dfrontend.py106 def run(self, call, **dargs):
489 def get_hosts(self, hostnames=(), status=None, label=None, **dargs):
498 def get_hostnames(self, status=None, label=None, **dargs):
524 def create_host(self, hostname, **dargs):
529 def get_host_attribute(self, attr, **dargs):
534 def set_host_attribute(self, attr, val, **dargs):
538 def get_labels(self, **dargs):
543 def create_label(self, name, **dargs):
548 def get_acls(self, **dargs):
553 def create_acl(self, name, **dargs):
[all …]
Dprofiler.py57 def initialize(self, *args, **dargs):
63 def setup(self, *args, **dargs):
Dprofilers.py44 def load_profiler(self, profiler_name, args, dargs): argument
51 def add(self, profiler, *args, **dargs):
/external/autotest/server/hosts/
Dbase_classes.py54 def __init__(self, *args, **dargs):
62 def _initialize(self, *args, **dargs):
Dremote.py41 def _initialize(self, hostname, autodir=None, *args, **dargs):
121 fastsync=False, reboot_cmd=None, **dargs):
234 def reboot_followup(self, *args, **dargs):
241 def wait_for_restart(self, timeout=DEFAULT_REBOOT_TIMEOUT, **dargs):
Dteststation_host.py58 def _initialize(self, hostname='localhost', *args, **dargs):
115 def run(self, cmd, force_tty=True, *args, **dargs):
Dpdtester_host.py40 *args, **dargs):
/external/autotest/client/profilers/lttng/
Dlttng.py37 def setup(self, tarball='ltt-control-0.51-12082008.tar.gz', **dargs):
48 def initialize(self, outputsize=1048576, tracepoints=None, **dargs):
/external/autotest/client/common_lib/hosts/
Dbase_classes.py75 def __init__(self, *args, **dargs):
79 def _initialize(self, *args, **dargs):
129 def run_output(self, command, *args, **dargs):
159 def reboot_setup(self, *args, **dargs):
170 def reboot_followup(self, *args, **dargs):
289 log_failure=True, old_boot_id=None, **dargs):
533 def record(self, *args, **dargs):
/external/autotest/server/cros/faft/
Drpc_proxy.py33 def __call__(self, *args, **dargs):
75 def __call_faft_client(self, name, *args, **dargs):
/external/autotest/frontend/afe/
Ddirect_afe.py16 def run(self, call, **dargs):

123