Home
last modified time | relevance | path

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

/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.py547 def decorator(func): function
576 return decorator
/tools/asuite/atest-py2/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/security/gdb/gdb_json_printer/gdb_json_printer/
Dprinters.py38 def decorator(self, *args, **kwargs): function
43 return decorator
59 def decorator(self): function
69 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/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/test/connectivity/acts/framework/acts/libs/
Dversion_selector.py79 def decorator(func): function
106 return decorator
/tools/test/connectivity/acts/framework/acts/
Dtest_decorators.py86 def decorator(func): function
127 return decorator
Dutils.py561 def decorator(func): function
577 return decorator