/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/ |
H A D | PrettyOutputBase.py | 187 def _call_color_impl(self, fn, impl, text, *args, **kwargs): 195 def red_impl(self, text, stream=None, **kwargs): 198 def red(self, *args, **kwargs): 202 def yellow_impl(self, text, stream=None, **kwargs): 205 def yellow(self, *args, **kwargs): 209 def green_impl(self, text, stream=None, **kwargs): 212 def green(self, *args, **kwargs): 216 def blue_impl(self, text, stream=None, **kwargs): 219 def blue(self, *args, **kwargs): 223 def default_impl(self, text, stream=None, **kwargs): [all …]
|
H A D | Exceptions.py | 52 def __init__(self, *args, **kwargs): 65 def __init__(self, *args, **kwargs): 79 def __init__(self, *args, **kwargs):
|
H A D | ExtArgParse.py | 93 def add_argument(self, *args, **kwargs): 116 def __init__(self, context, *args, **kwargs):
|
H A D | WorkingDirectory.py | 18 def __init__(self, context, *args, **kwargs):
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/posix/ |
H A D | PrettyOutput.py | 21 def red_impl(self, text, stream=None, **kwargs): 24 def yellow_impl(self, text, stream=None, **kwargs): 27 def green_impl(self, text, stream=None, **kwargs): 30 def blue_impl(self, text, stream=None, **kwargs): 33 def default_impl(self, text, stream=None, **kwargs):
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/windows/ |
H A D | PrettyOutput.py | 69 def red_impl(self, text, stream=None, **kwargs): 72 def yellow_impl(self, text, stream=None, **kwargs): 75 def green_impl(self, text, stream=None, **kwargs): 78 def blue_impl(self, text, stream=None, **kwargs): 81 def default_impl(self, text, stream=None, **kwargs):
|
/llvm-project/llvm/utils/git/ |
H A D | pre-push.py | 43 print(*args, file=sys.stderr, **kwargs) argument 47 log(*args, **kwargs) global() argument 53 log_verbose(*args, **kwargs) global() argument 140 git(*cmd, **kwargs) global() argument
|
/llvm-project/mlir/python/mlir/extras/ |
H A D | meta.py | 70 def op_decorator(*args, **kwargs): 77 def maybe_no_args(*args, **kwargs):
|
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/ |
H A D | yaml_helper.py | 46 def yaml_dump(data, sort_keys=False, **kwargs): 50 def yaml_dump_all(data, sort_keys=False, explicit_start=True, **kwargs):
|
/llvm-project/clang/tools/scan-build-py/tests/functional/cases/ |
H A D | __init__.py | 39 def silent_call(cmd, *args, **kwargs): 44 def silent_check_call(cmd, *args, **kwargs):
|
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/ |
H A D | __init__.py | 47 def run_build(command, *args, **kwargs): 118 def wrapper(*args, **kwargs):
|
/llvm-project/lldb/packages/Python/lldbsuite/test/ |
H A D | dotest_args.py | 19 X = lambda optstr, helpstr, **kwargs: group.add_argument(
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/command/commands/ |
H A D | DexUnreachable.py | 21 def __init__(self, *args, **kwargs):
|
H A D | DexFinishTest.py | 15 def __init__(self, *args, **kwargs):
|
H A D | DexLimitSteps.py | 15 def __init__(self, *args, **kwargs):
|
H A D | DexExpectStepOrder.py | 22 def __init__(self, *args, **kwargs):
|
H A D | DexLabel.py | 15 def __init__(self, label, **kwargs):
|
H A D | DexDeclareAddress.py | 17 def __init__(self, addr_name, expression, **kwargs):
|
H A D | DexExpectProgramState.py | 39 def __init__(self, *args, **kwargs):
|
/llvm-project/llvm/test/tools/llvm-debuginfod-find/Inputs/ |
H A D | capture_req.py | 12 def log_request(self, *args, **kwargs):
|
/llvm-project/lldb/test/API/test_utils/base/ |
H A D | TestBaseTest.py | 18 def trace(self, *args, **kwargs):
|
/llvm-project/llvm/tools/llvm-shlib/ |
H A D | gen-msvc-exports.py | 48 def touch_tempfile(*args, **kwargs):
|
/llvm-project/libcxx/utils/ |
H A D | ssh.py | 54 def runCommand(command, *args_, **kwargs):
|
/llvm-project/llvm/tools/opt-viewer/ |
H A D | optpmap.py | 29 func, iterable, processes, should_print_progress, filter_=None, *args, **kwargs
|
/llvm-project/third-party/benchmark/ |
H A D | .ycm_extra_conf.py | 104 def FlagsForFile(filename, **kwargs):
|