Searched refs:args (Results 1 – 7 of 7) sorted by relevance
/scripts/ |
A D | check-wrapper-headers.py | 44 def check_sysdeps_bits(args): argument 55 def check_headers_root(args): argument 58 generated = frozenset(args.generated) 59 for header in args.headers: 68 def check_headers(args): argument 71 for header in args.headers: 101 args = parser.parse_args() 103 good = (args.root == '.') == (args.subdir == '.') 107 if args.subdir == '.': 108 good &= check_sysdeps_bits(args) [all …]
|
A D | gen-as-const.py | 82 args = parser.parse_args() 84 with open(args.sym_file, 'r') as sym_file: 106 if args.test: 108 elif args.python: 109 consts = glibcextract.compute_c_consts(sym_data, args.cc) 116 consts = glibcextract.compute_c_consts(sym_data, args.cc)
|
A D | glibcextract.py | 104 args = None 109 args = match.group(1).split(',') 116 macros_args[name] = args
|
A D | check-obsolete-constructs.py | 456 args = ap.parse_args() 459 for fname in args.headers:
|
A D | build-many-glibcs.py | 63 def __init__(self, args, returncode, stdout=None, stderr=None): argument 64 self.args = args 459 def add_config(self, **args): argument 461 cfg = Config(self, **args) 574 def remove_dirs(*args): argument 576 for dir in args: 580 def remove_recreate_dirs(*args): argument 582 Context.remove_dirs(*args) 583 for dir in args:
|
A D | dso-ordering-test.py | 894 def run_cmd(args): argument 895 cmd = str.join(' ', args) 898 p = subprocess.Popen(args)
|
A D | pylintrc | 239 max-args=5
|
Completed in 20 milliseconds