Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 26) sorted by relevance

12

/tools/test/connectivity/acts/framework/acts/
Dtest_decorators.py48 def test_info_decorator(func): argument
86 def decorator(func): argument
147 def test_tracker_info_decorator(func): argument
158 def __init__(self, func, predicate, keyed_info): argument
Dbase_test.py481 def _exec_procedure_func(self, func, tr_record): argument
598 def get_func_with_retry(self, func, attempts=2): argument
706 def _exec_func(self, func, *args): argument
Dutils.py355 def concurrent_exec(func, param_list): argument
561 def decorator(func): argument
1045 def wait_until(func, timeout_s, condition=True, sleep_s=1.0): argument
/tools/asuite/aidegen/lib/
Dcommon_util.py68 def time_logged(func=None, *, message='', maximum=1): argument
368 def back_to_cwd(func): argument
509 def io_error_handle(func): argument
547 def decorator(func): argument
/tools/test/connectivity/acts/framework/acts/event/
Devent_bus.py40 def register(self, event_type, func, filter_fn=None, order=0): argument
184 def register(event_type, func, filter_fn=None, order=0): argument
279 def __init__(self, event_type, func, filter_fn=None, order=0): argument
Ddecorators.py27 def __init__(self, func): argument
38 def __init__(self, func): argument
Dsubscription_handle.py22 def __init__(self, event_type, func, event_filter=None, order=0): argument
57 def _wrap_call(self, func): argument
Dsubscription_bundle.py28 def add(self, event_type, func, event_filter=None, argument
/tools/acloud/internal/lib/
Dutils.py187 def _Wrapper(func): argument
259 def PollAndWait(func, expected_return, timeout_exception, timeout_secs, argument
718 def __call__(self, func): argument
1290 def _Wrapper(func): argument
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceLine.kt150 val func = sliceTo(ftraceLine.function) { skipUntil { it == ':'.toByte() } } in parseLine() constant
/tools/test/connectivity/acts/framework/tests/
Dacts_test_decorators_test.py59 def _verify_test_info(self, func): argument
308 def _run_with_test_logic(self, func): argument
/tools/asuite/atest-py2/
Datest_decorator.py29 def fun_var_decorate(func): argument
/tools/asuite/atest-py2/test_finders/
Dtest_finder_base.py39 def wrapper(func): argument
/tools/asuite/atest/test_finders/
Dtest_finder_base.py39 def wrapper(func): argument
/tools/asuite/atest-py2/metrics/
Dmetrics_utils.py31 def fun_var_decorate(func): argument
/tools/asuite/atest/metrics/
Dmetrics_utils.py31 def fun_var_decorate(func): argument
/tools/repohooks/rh/
Dshell_unittest.py40 def _assertEqual(self, func, test_input, test_output, result): argument
Dutils.py230 def _lock_breaker(self, func, *args, **kwargs): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils_tests/power/tel/lab/
Densure_valid_calibration_table_test.py50 def _assert_no_exception(self, func, *args, **kwargs): argument
/tools/asuite/atest/test_runners/
Dtest_runner_base.py91 def handle_subprocess(self, subproc, func): argument
/tools/asuite/atest-py2/test_runners/
Dtest_runner_base.py93 def handle_subprocess(self, subproc, func): argument
/tools/asuite/aidegen_functional_test/
Daidegen_functional_test_main.py438 def test_samples(func): argument
/tools/asuite/atest/
Datest.py79 def _run_multi_proc(func, *args, **kwargs): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dota_chamber.py171 def _capture_output(func, *args, **kwargs): argument
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py295 def filter_devices(ads, func): argument

12