/tools/test/connectivity/acts/framework/acts/event/ |
D | decorators.py | 27 def __init__(self, func): argument 38 def __init__(self, func): argument
|
D | subscription_handle.py | 22 def __init__(self, event_type, func, event_filter=None, order=0): argument 57 def _wrap_call(self, func): argument
|
D | event_bus.py | 40 def register(self, event_type, func, filter_fn=None, order=0): argument 184 def register(event_type, func, filter_fn=None, order=0): argument 274 def __init__(self, event_type, func, filter_fn=None, order=0): argument
|
D | event_subscription.py | 28 def __init__(self, event_type, func, event_filter=None, order=0): argument
|
D | subscription_bundle.py | 28 def add(self, event_type, func, event_filter=None, argument
|
/tools/test/connectivity/acts/framework/acts/libs/ |
D | version_selector.py | 22 def _fully_qualified_name(func): argument 79 def decorator(func): argument 137 def __init__(self, level, func, direction): argument
|
/tools/asuite/atest/ |
D | atest_decorator.py | 29 def fun_var_decorate(func): argument
|
/tools/tradefederation/core/atest/ |
D | atest_decorator.py | 29 def fun_var_decorate(func): argument
|
/tools/test/connectivity/acts/framework/acts/ |
D | test_decorators.py | 41 def test_info_decorator(func): argument 77 def decorator(func): argument 146 def __init__(self, func, predicate, keyed_info): argument
|
D | base_test.py | 481 def _exec_procedure_func(self, func, tr_record): argument 592 def get_func_with_retry(self, func, attempts=2): argument 700 def _exec_func(self, func, *args): argument
|
D | utils.py | 353 def concurrent_exec(func, param_list): argument 560 def decorator(func): argument 1047 def wait_until(func, timeout_s, condition=True, sleep_s=1.0): argument
|
/tools/asuite/atest/test_finders/ |
D | test_finder_base.py | 39 def wrapper(func): argument
|
/tools/tradefederation/core/atest/test_finders/ |
D | test_finder_base.py | 39 def wrapper(func): argument
|
/tools/asuite/aidegen/lib/ |
D | common_util.py | 68 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/asuite/atest/metrics/ |
D | metrics_utils.py | 31 def fun_var_decorate(func): argument
|
/tools/tradefederation/core/atest/metrics/ |
D | metrics_utils.py | 31 def fun_var_decorate(func): argument
|
/tools/repohooks/rh/ |
D | shell_unittest.py | 43 def _assertEqual(self, func, test_input, test_output, result): argument
|
D | hooks_unittest.py | 264 def _test_commit_messages(self, func, accept, msgs, files=None): argument 286 def _test_file_filter(self, mock_check, func, files): argument
|
/tools/test/connectivity/acts/framework/tests/test_utils/power/tel/lab/ |
D | ensure_valid_calibration_table_test.py | 50 def _assert_no_exception(self, func, *args, **kwargs): argument
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/ |
D | FtraceLine.kt | 150 val func = sliceTo(ftraceLine.function) { skipUntil { it == ':'.toByte() } } in parseLine() constant
|
/tools/acloud/internal/lib/ |
D | utils.py | 186 def _Wrapper(func): argument 258 def PollAndWait(func, expected_return, timeout_exception, timeout_secs, argument 718 def __call__(self, func): argument 1280 def _Wrapper(func): argument
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_test_decorators_test.py | 57 def _verify_test_tracker_info(self, func): argument 204 def _run_with_test_logic(self, func): argument
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiModifierItem.kt | 138 val func = (element as? UMethod)?.sourcePsi as? KtNamedFunction in computeFlag() constant
|
/tools/asuite/atest/test_runners/ |
D | test_runner_base.py | 91 def handle_subprocess(self, subproc, func): argument
|
/tools/tradefederation/core/atest/test_runners/ |
D | test_runner_base.py | 93 def handle_subprocess(self, subproc, func): argument
|