Home
last modified time | relevance | path

Searched refs:decorators (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbinline.py16 from .decorators import *
181 def ApplyDecoratorsToFunction(func, decorators): argument
183 if isinstance(decorators, list):
184 for decorator in decorators:
186 elif hasattr(decorators, '__call__'):
187 tmp = decorators(tmp)
191 def MakeInlineTest(__file, __globals, decorators=None, name=None, argument
204 test_func = ApplyDecoratorsToFunction(InlineTest._test, decorators)
H A Dlldbpexpect.py11 from lldbsuite.test.decorators import *
H A Dconcurrent_base.py17 from lldbsuite.test.decorators import *
H A Dlldbtest.py56 from . import decorators
1704 @decorators.add_test_categories([cat])
/openbsd/gnu/llvm/lldb/tools/intel-features/intel-mpx/test/
H A DTestMPXTable.py12 from lldbsuite.test.decorators import *
/openbsd/gnu/llvm/lldb/docs/resources/
H A Dtest.rst137 tests using decorators. You'll see them a lot. The debugger can be sensitive to
139 version etc. LLDB comes with a range of predefined decorators for these
146 Another great thing about these decorators is that they're very easy to extend,
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py49 @decorators.add_test_categories([cat])