Home
last modified time | relevance | path

Searched refs:decorator (Results 1 – 9 of 9) sorted by relevance

/tools/test/connectivity/acts/framework/acts/libs/test_binding/
Dall_tests_decorator.py4 def for_all_tests(decorator): argument
23 decorator(getattr(decorated, test_name)))
/tools/test/connectivity/acts/framework/tests/libs/test_bindings/
Dall_tests_decorator_test.py25 def decorator(decorated): function
31 @for_all_tests(decorator)
/tools/asuite/aidegen/lib/
Dcommon_util_unittest.py304 decorator = common_util.io_error_handle(some_io_error_func)
305 decorator()
325 decorator = common_util.check_args(name=str, text=str)
326 decorator(parse_rule(None, 'text'))
328 decorator = common_util.check_args(name=str, text=str)
329 decorator(parse_rule('Paul', ''))
331 decorator = common_util.check_args(name=str, text=str)
332 decorator(parse_rule(1, 2))
Dcommon_util.py541 def decorator(func): function
570 return decorator
/tools/asuite/atest/docs/
Ddevelop_test_finders.md41 ```test_finder_base.find_method_register``` decorator. This decorator will
51 Decorate each find method with the ```test_finder_base.register``` decorator.
52 This is used by the class decorator to identify the find methods of the class.
/tools/tradefederation/core/atest/docs/
Ddevelop_test_finders.md41 ```test_finder_base.find_method_register``` decorator. This decorator will
51 Decorate each find method with the ```test_finder_base.register``` decorator.
52 This is used by the class decorator to identify the find methods of the class.
/tools/test/connectivity/acts/framework/acts/libs/
Dversion_selector.py79 def decorator(func): function
106 return decorator
/tools/test/connectivity/acts/framework/acts/
Dutils.py558 def decorator(func): function
574 return decorator
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...