Searched refs:parser (Results 176 - 200 of 666) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dsort_includes.py85 parser = argparse.ArgumentParser(description=__doc__)
86 parser.add_argument('files', nargs='+', type=argparse.FileType('r+'),
88 args = parser.parse_args()
H A Dllvm-compilers-check118 def add_options(parser):
119 parser.add_option("-v", "--verbose", action="store_true",
123 parser.add_option("--src", action="append",
125 parser.add_option("--build", action="append",
127 parser.add_option("--cc", default=find_executable("cc"),
129 parser.add_option("--cxx", default=find_executable("c++"),
131 parser.add_option("--threads", default=4, type="int",
134 parser.add_option("--jobs", "-j", default=8, type="int",
137 parser.add_option("--prefix",
139 parser
[all...]
H A Dbugpoint_gisel_reducer.py104 parser = argparse.ArgumentParser(
106 parser.add_argument('BuildDir', help="Path to LLVM build directory")
107 parser.add_argument('IRFile', help="Path to the input IR file")
108 args = parser.parse_args()
H A Dshuffle_fuzz.py26 parser = argparse.ArgumentParser(description=__doc__)
27 parser.add_argument('-v', '--verbose', action='store_true',
29 parser.add_argument('--seed', default=str(uuid.uuid4()),
31 parser.add_argument('--max-shuffle-height', type=int, default=16,
33 parser.add_argument('--no-blends', dest='blends', action='store_false',
35 parser.add_argument('--fixed-bit-width', type=int, choices=[128, 256],
37 parser.add_argument('--fixed-element-type', choices=element_types,
39 parser.add_argument('--triple',
41 args = parser.parse_args()
/netbsd-current/external/gpl3/gcc.old/dist/maintainer-scripts/
H A Dbugzilla-close-candidate.py92 parser = argparse.ArgumentParser(description='') variable
93 parser.add_argument('api_key', help = 'API key')
95 args = parser.parse_args()
/netbsd-current/external/apache2/llvm/dist/clang/utils/hmaptool/
H A Dhmaptool117 parser = optparse.OptionParser("%%prog %s [options] <headermap path>" % (
119 parser.add_option("-v", "--verbose", dest="verbose",
122 (opts, args) = parser.parse_args(args)
125 parser.error("invalid number of arguments")
165 parser = optparse.OptionParser("%%prog %s [options] <input path> <output path>" % (
167 (opts, args) = parser.parse_args(args)
170 parser.error("invalid number of arguments")
232 parser = optparse.OptionParser("%%prog %s [options] <headermap path>" % (
234 parser.add_option("", "--build-path", dest="build_path",
237 (opts, args) = parser
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/opt-viewer/
H A Dopt-viewer.py299 parser = argparse.ArgumentParser(description=desc)
300 parser.add_argument(
305 parser.add_argument(
312 parser.add_argument(
318 parser.add_argument(
323 parser.add_argument(
330 parser.add_argument(
335 parser.add_argument(
340 parser.add_argument(
344 parser
[all...]
/netbsd-current/external/gpl3/gdb/dist/
H A Dylwrap114 # The parser itself, the first file, is the destination of the .y.c
116 parser=$1
178 # recompilations. Always update the parser itself: it is the
182 if test $from != $parser; then
198 if test "$from" != "$parser"; then
208 # A missing file is only an error for the parser. This is a
211 if test "$from" = "$parser"; then
/netbsd-current/external/bsd/flex/dist/build-aux/
H A Dylwrap122 # The parser itself, the first file, is the destination of the .y.c
124 parser=$1
193 # recompilations. Always update the parser itself: it is the
197 if test $from != $parser; then
213 if test "$from" != "$parser"; then
223 # A missing file is only an error for the parser. This is a
226 if test "$from" = "$parser"; then
/netbsd-current/external/gpl3/gdb.old/dist/
H A Dylwrap114 # The parser itself, the first file, is the destination of the .y.c
116 parser=$1
178 # recompilations. Always update the parser itself: it is the
182 if test $from != $parser; then
198 if test "$from" != "$parser"; then
208 # A missing file is only an error for the parser. This is a
211 if test "$from" = "$parser"; then
/netbsd-current/external/gpl3/binutils.old/dist/
H A Dylwrap114 # The parser itself, the first file, is the destination of the .y.c
116 parser=$1
178 # recompilations. Always update the parser itself: it is the
182 if test $from != $parser; then
198 if test "$from" != "$parser"; then
208 # A missing file is only an error for the parser. This is a
211 if test "$from" = "$parser"; then
/netbsd-current/external/lgpl3/gmp/dist/
H A Dylwrap122 # The parser itself, the first file, is the destination of the .y.c
124 parser=$1
193 # recompilations. Always update the parser itself: it is the
197 if test $from != $parser; then
213 if test "$from" != "$parser"; then
223 # A missing file is only an error for the parser. This is a
226 if test "$from" = "$parser"; then
/netbsd-current/external/gpl3/binutils/dist/
H A Dylwrap114 # The parser itself, the first file, is the destination of the .y.c
116 parser=$1
178 # recompilations. Always update the parser itself: it is the
182 if test $from != $parser; then
198 if test "$from" != "$parser"; then
208 # A missing file is only an error for the parser. This is a
211 if test "$from" = "$parser"; then
/netbsd-current/external/gpl3/gcc/dist/
H A Dylwrap114 # The parser itself, the first file, is the destination of the .y.c
116 parser=$1
178 # recompilations. Always update the parser itself: it is the
182 if test $from != $parser; then
198 if test "$from" != "$parser"; then
208 # A missing file is only an error for the parser. This is a
211 if test "$from" = "$parser"; then
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/build-aux/
H A Dylwrap122 # The parser itself, the first file, is the destination of the .y.c
124 parser=$1
193 # recompilations. Always update the parser itself: it is the
197 if test $from != $parser; then
213 if test "$from" != "$parser"; then
223 # A missing file is only an error for the parser. This is a
226 if test "$from" = "$parser"; then
/netbsd-current/external/gpl3/gcc.old/dist/
H A Dylwrap114 # The parser itself, the first file, is the destination of the .y.c
116 parser=$1
178 # recompilations. Always update the parser itself: it is the
182 if test $from != $parser; then
198 if test "$from" != "$parser"; then
208 # A missing file is only an error for the parser. This is a
211 if test "$from" = "$parser"; then
/netbsd-current/external/bsd/tmux/dist/etc/
H A Dylwrap122 # The parser itself, the first file, is the destination of the .y.c
124 parser=$1
193 # recompilations. Always update the parser itself: it is the
197 if test $from != $parser; then
213 if test "$from" != "$parser"; then
223 # A missing file is only an error for the parser. This is a
226 if test "$from" = "$parser"; then
/netbsd-current/external/bsd/wpa/dist/hostapd/
H A Dwps-ap-nfc.py116 # override to avoid parser error in request/response.pretty() in nfcpy
270 parser = argparse.ArgumentParser(description='nfcpy to hostapd integration for WPS NFC operations')
271 parser.add_argument('-d', const=logging.DEBUG, default=logging.INFO,
274 parser.add_argument('-q', const=logging.WARNING, action='store_const',
276 parser.add_argument('--only-one', '-1', action='store_true',
278 parser.add_argument('--no-wait', action='store_true',
280 parser.add_argument('--summary',
282 parser.add_argument('--success',
284 parser.add_argument('command', choices=['write-config',
287 args = parser
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/
H A Dylwrap122 # The parser itself, the first file, is the destination of the .y.c
124 parser=$1
193 # recompilations. Always update the parser itself: it is the
197 if test $from != $parser; then
213 if test "$from" != "$parser"; then
223 # A missing file is only an error for the parser. This is a
226 if test "$from" = "$parser"; then
/netbsd-current/usr.sbin/altq/libaltq/
H A DMakefile8 SRCS= parser.c qop.c qop_blue.c qop_cbq.c qop_cdnr.c qop_conf.c \
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Darch-canonicalize159 parser = argparse.ArgumentParser() variable
160 parser.add_argument('-misa-spec', type=str,
163 parser.add_argument('arch_strs', nargs=argparse.REMAINDER)
165 args = parser.parse_args()
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcopyright.py161 """Get a command line parser."""
162 parser = argparse.ArgumentParser(
165 return parser
170 parser = get_parser()
171 _ = parser.parse_args(argv)
/netbsd-current/external/mpl/bind/lib/libisccfg/
H A DMakefile17 SRCS= aclconf.c duration.c kaspconf.c log.c namedconf.c parser.c dnsconf.c
/netbsd-current/external/mpl/dhcp/bind/lib/libisccfg/
H A DMakefile18 SRCS= aclconf.c kaspconf.c log.c namedconf.c parser.c version.c dnsconf.c
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/
H A Dcompare.py37 parser = ArgumentParser(
40 parser.add_argument(
51 utest = parser.add_argument_group()
67 subparsers = parser.add_subparsers(
163 return parser
168 parser = create_parser()
169 args, unknown_args = parser.parse_known_args()
171 parser.print_help()
210 parser.print_help()
250 self.parser
[all...]

Completed in 218 milliseconds

1234567891011>>