Home
last modified time | relevance | path

Searched refs:parser (Results 1 – 25 of 120) sorted by relevance

12345

/buildroot/support/testing/
A Drun-tests16 parser.add_argument('testname', nargs='*',
24 parser.add_argument('-o', '--output',
26 parser.add_argument('-d', '--download',
30 parser.add_argument('-k', '--keep',
40 args = parser.parse_args()
62 parser.print_help()
80 parser.print_help()
91 parser.print_help()
100 parser.print_help()
111 parser.print_help()
[all …]
/buildroot/utils/
A Dget-developers9 parser = argparse.ArgumentParser()
10 parser.add_argument('patches', metavar='P', type=argparse.FileType('r'), nargs='*',
12 parser.add_argument('-a', dest='architecture', action='store',
14 parser.add_argument('-p', dest='package', action='store',
16 parser.add_argument('-f', dest='files', nargs='*',
18 parser.add_argument('-c', dest='check', action='store_const',
20 parser.add_argument('-e', dest='email', action='store_const',
22 parser.add_argument('-v', dest='validate', action='store_const',
24 parser.add_argument('-d', dest='filename', action='store', default=None,
26 return parser.parse_args()
A Dsize-stats-compare111 parser = argparse.ArgumentParser(description=description, variable
114 parser.add_argument('-d', '--detail', action='store_true',
117 parser.add_argument('-t', '--threshold', type=int,
120 parser.add_argument('old_file_size_csv', type=argparse.FileType('r'),
124 parser.add_argument('new_file_size_csv', type=argparse.FileType('r'),
127 args = parser.parse_args()
A Dcheck-package60 parser = argparse.ArgumentParser()
64 parser.add_argument("files", metavar="F", type=str, nargs="*",
69 parser.add_argument("--ignore-list", dest='ignore_filename', action="store",
72 parser.add_argument("--manual-url", action="store",
75 parser.add_argument("--verbose", "-v", action="count", default=0)
76 parser.add_argument("--quiet", "-q", action="count", default=0)
79 parser.add_argument("--include-only", dest="include_list", action="append",
81 parser.add_argument("--exclude", dest="exclude_list", action="append",
83 parser.add_argument("--dry-run", action="store_true", help="print the "
85 parser.add_argument("--failed-only", action="store_true", help="print only"
[all …]
/buildroot/package/odb/
A D0009-Handle-namespace-aliases-when-parsing-GCC-tree.patch9 odb/parser.cxx | 5 +++++
12 diff --git a/odb/parser.cxx b/odb/parser.cxx
14 --- a/odb/parser.cxx
15 +++ b/odb/parser.cxx
A D0004-Make-compilable-with-GCC-6-in-C-14-mode.patch10 odb/parser.cxx | 2 ++
33 diff --git a/odb/parser.cxx b/odb/parser.cxx
35 --- a/odb/parser.cxx
36 +++ b/odb/parser.cxx
/buildroot/package/perl-html-parser/
A DConfig.in2 bool "perl-html-parser"
8 HTML parser class.
12 comment "perl-html-parser needs a toolchain w/ dynamic library"
/buildroot/package/libucl/
A DConfig.in4 Universal configuration library parser
6 Libucl is a parser and C API to parse and generate ucl
8 parser, emitting, conversion, generation, iteration,
13 ideal parser with high performance.
/buildroot/package/gupnp-av/
A D0001-libxml2.11-support.patch16 Index: gupnp-av-0.14.1/libgupnp-av/gupnp-didl-lite-parser.c
18 --- gupnp-av-0.14.1.orig/libgupnp-av/gupnp-didl-lite-parser.c
19 +++ gupnp-av-0.14.1/libgupnp-av/gupnp-didl-lite-parser.c
29 Index: gupnp-av-0.14.1/libgupnp-av/gupnp-feature-list-parser.c
31 --- gupnp-av-0.14.1.orig/libgupnp-av/gupnp-feature-list-parser.c
32 +++ gupnp-av-0.14.1/libgupnp-av/gupnp-feature-list-parser.c
/buildroot/support/scripts/
A Dgraph-depends241 parser = argparse.ArgumentParser(description="Graph packages dependencies")
244 parser.add_argument("--outfile", "-o", metavar="OUT_FILE", dest="outfile",
246 parser.add_argument("--package", '-p', metavar="PACKAGE",
257 parser.add_argument("--exclude-mandatory", "-X", action="store_true",
259 parser.add_argument("--colors", "-c", metavar="COLOR_LIST", dest="colors",
265 parser.add_argument("--transitive", dest="transitive", action='store_true',
267 parser.add_argument("--no-transitive", dest="transitive", action='store_false',
269 parser.add_argument("--direct", dest="direct", action='store_true', default=True,
271 parser.add_argument("--reverse", dest="direct", action='store_false',
273 parser.add_argument("--quiet", '-q', dest="quiet", action='store_true',
[all …]
A Dsize-stats262 def __call__(self, parser, namespace, values, option_string=None): argument
267 parser = argparse.ArgumentParser(description='Draw size statistics graphs')
269 parser.add_argument("--builddir", '-i', metavar="BUILDDIR", required=True,
271 parser.add_argument("--graph", '-g', metavar="GRAPH",
273 parser.add_argument("--file-size-csv", '-f', metavar="FILE_SIZE_CSV",
275 parser.add_argument("--package-size-csv", '-p', metavar="PKG_SIZE_CSV",
277 parser.add_argument("--biggest-first", action='store_true',
280 parser.add_argument("--iec", "--binary", "--si", "--decimal",
284 parser.add_argument("--size-limit", "-l", type=float,
287 args = parser.parse_args()
[all …]
/buildroot/package/freescale-imx/imx-parser/
A DConfig.in2 bool "imx-parser"
5 Binary parser libraries for the NXP i.MX SoCs.
A Dimx-parser.hash2 sha256 9cd8c49a0bb1050afcfbcc7a677a348443fda4ecacb621cc6e38897619e27c67 imx-parser-4.3.5.bin
/buildroot/package/micropython/
A Dcollect_micropython_lib.py55 parser = argparse.ArgumentParser(
58 parser.add_argument("micropython", help="Path to micropython source directory")
59 parser.add_argument("destination", help="Destination directory")
61 args = parser.parse_args()
/buildroot/package/apparmor/
A Dapparmor.mk14 APPARMOR_LICENSE_FILES = LICENSE parser/COPYING.GPL
19 APPARMOR_TOOLS = parser
77 $(INSTALL) -D -m 0755 $(@D)/parser/apparmor.systemd \
82 $(INSTALL) -D -m 0755 $(@D)/parser/apparmor.systemd \
84 $(INSTALL) -D -m 0644 $(@D)/parser/apparmor.service \
/buildroot/package/libhttpparser/
A DConfig.in5 This is a parser for HTTP messages written in C. It
6 parses both requests and responses. The parser is
14 https://github.com/nodejs/http-parser
/buildroot/package/rapidxml/
A DConfig.in4 RapidXml is an attempt to create the fastest XML parser
6 reasonable W3C compatibility. It is an in-situ parser with
/buildroot/package/gumbo-parser/
A DConfig.in2 bool "gumbo-parser"
10 https://github.com/google/gumbo-parser
A Dgumbo-parser.hash2 sha256 28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad gumbo-parser-0.10.1.tar.gz
/buildroot/package/python-docopt/
A DConfig.in5 interfaces easily. The option parser is generated based on
7 you don't need to write this stupid repeatable parser-code,
/buildroot/package/benejson/
A DConfig.in5 benejson is a buffering SAX-style JSON parser library.
8 - benejson.js: SAX-style parser written in Javascript
/buildroot/package/dotconf/
A DConfig.in4 Configuration file parser.
/buildroot/package/python-pycparser/
A DConfig.in4 C parser in Python
/buildroot/package/python-tomli/
A DConfig.in4 A lil' TOML parser.
/buildroot/package/python-tinycss2/
A DConfig.in5 A tiny CSS parser.

Completed in 35 milliseconds

12345