Searched refs:opts (Results 1 – 4 of 4) sorted by relevance
/scripts/ |
A D | check-wx-segment.py | 69 opts = parser.parse_args(sys.argv) 71 xfails = set(opts.xfail.split(' ')) 72 xfails_all = opts.xfail.strip() == '*' 75 for path in opts.phdrs:
|
A D | list-fixed-bugs.py | 59 opts = parser.parse_args(argv) 60 list_fixed_bugs(opts.version)
|
A D | move-symbol-to-libc.py | 154 opts = parser.parse_args(argv) 155 if opts.only_linux: 160 symbols = frozenset(opts.symbols)
|
A D | build-many-glibcs.py | 1210 def bot_run_self(self, opts, action, check=True): argument 1216 cmd.extend(opts) 1863 opts = parser.parse_args(argv) 1864 topdir = os.path.abspath(opts.topdir) 1865 ctx = Context(topdir, opts.parallelism, opts.keep, opts.replace_sources, 1866 opts.strip, opts.full_gcc, opts.action, 1867 shallow=opts.shallow) 1868 ctx.run_builds(opts.action, opts.configs)
|
Completed in 10 milliseconds