Home
last modified time | relevance | path

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

12

/tools/test/connectivity/acts/framework/acts/event/
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
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
Devent_subscription.py28 def __init__(self, event_type, func, event_filter=None, order=0): argument
Dsubscription_bundle.py28 def add(self, event_type, func, event_filter=None, argument
/tools/test/connectivity/acts/framework/acts/libs/
Dversion_selector.py22 def _fully_qualified_name(func): argument
79 def decorator(func): argument
137 def __init__(self, level, func, direction): argument
/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.py486 def _exec_procedure_func(self, func, tr_record): argument
603 def get_func_with_retry(self, func, attempts=2): argument
711 def _exec_func(self, func, *args): argument
Dutils.py361 def concurrent_exec(func, param_list): argument
567 def decorator(func): argument
1068 def wait_until(func, timeout_s, condition=True, sleep_s=1.0): argument
/tools/asuite/atest/
Datest_decorator.py28 def fun_var_decorate(func): argument
/tools/asuite/atest/test_finders/
Dtest_finder_base.py38 def wrapper(func): argument
/tools/asuite/aidegen/lib/
Dcommon_util.py65 def time_logged(func=None, *, message='', maximum=1): argument
365 def back_to_cwd(func): argument
506 def io_error_handle(func): argument
544 def decorator(func): argument
/tools/asuite/atest/metrics/
Dmetrics_utils.py37 def fun_var_decorate(func): argument
/tools/repohooks/rh/
Dshell_unittest.py41 def _assertEqual(self, func, test_input, test_output, result): argument
Dhooks_unittest.py327 def _test_commit_messages(self, func, accept, msgs, files=None): argument
349 def _test_file_filter(self, mock_check, func, files): argument
Dutils.py223 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/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/
Dping_utils.py96 def __init__(self, wrapped_list, 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/asuite/atest/tools/
Dindexing.py91 def debug_log(func): argument
/tools/acloud/internal/lib/
Dutils.py205 def _Wrapper(func): argument
277 def PollAndWait(func, expected_return, timeout_exception, timeout_secs, argument
736 def __call__(self, func): argument
1442 def _Wrapper(func): argument
/tools/asuite/atest/test_runners/
Dtest_runner_base.py167 def handle_subprocess(self, subproc, func): argument
/tools/test/connectivity/acts/framework/tests/
Dacts_test_decorators_test.py59 def _verify_test_info(self, func): argument
313 def _run_with_test_logic(self, func): argument
/tools/asuite/aidegen_functional_test/
Daidegen_functional_test_main.py438 def test_samples(func): argument
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/
DCellularThroughputBaseTest.py54 def suspend_logging(func): argument

12