/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 279 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/test/connectivity/acts/framework/acts/ |
D | test_decorators.py | 48 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
|
D | base_test.py | 481 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
|
D | utils.py | 358 def concurrent_exec(func, param_list): argument 565 def decorator(func): argument 1065 def wait_until(func, timeout_s, condition=True, sleep_s=1.0): argument
|
/tools/asuite/atest/ |
D | atest_decorator.py | 29 def fun_var_decorate(func): argument
|
/tools/asuite/atest-py2/ |
D | atest_decorator.py | 29 def fun_var_decorate(func): argument
|
/tools/asuite/atest-py2/test_finders/ |
D | test_finder_base.py | 39 def wrapper(func): argument
|
/tools/asuite/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-py2/metrics/ |
D | metrics_utils.py | 31 def fun_var_decorate(func): argument
|
/tools/asuite/atest/metrics/ |
D | metrics_utils.py | 31 def fun_var_decorate(func): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils_tests/power/tel/lab/ |
D | ensure_valid_calibration_table_test.py | 50 def _assert_no_exception(self, func, *args, **kwargs): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/ |
D | ping_utils.py | 96 def __init__(self, wrapped_list, func): 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/asuite/atest-py2/test_runners/ |
D | test_runner_base.py | 93 def handle_subprocess(self, subproc, func): argument
|
/tools/asuite/atest/test_runners/ |
D | test_runner_base.py | 98 def handle_subprocess(self, subproc, func): argument
|
/tools/acloud/internal/lib/ |
D | utils.py | 199 def _Wrapper(func): argument 271 def PollAndWait(func, expected_return, timeout_exception, timeout_secs, argument 730 def __call__(self, func): argument 1407 def _Wrapper(func): argument
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_test_decorators_test.py | 59 def _verify_test_info(self, func): argument 308 def _run_with_test_logic(self, func): argument
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiModifierItem.kt | 194 val func = sourcePsi as? KtNamedFunction in <lambda>() constant
|
/tools/asuite/aidegen_functional_test/ |
D | aidegen_functional_test_main.py | 438 def test_samples(func): argument
|