| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/ |
| H A D | allwinner.pri | 33 $$LIBSDK_PATH/cedarx/include/libcore/parser/bd/ \ 34 $$LIBSDK_PATH/cedarx/include/libcore/parser/hls/ \ 35 $$LIBSDK_PATH/cedarx/include/libcore/parser/include/ \ 36 $$LIBSDK_PATH/cedarx/include/libcore/parser/playlist/ \ 37 $$LIBSDK_PATH/cedarx/include/libcore/parser/wav/ \ 38 $$LIBSDK_PATH/cedarx/include/libcore/parser/mpg/ \ 39 $$LIBSDK_PATH/cedarx/include/libcore/parser/aiff/ \ 40 $$LIBSDK_PATH/cedarx/include/libcore/parser/id3v2/ \ 41 $$LIBSDK_PATH/cedarx/include/libcore/parser/sstr/ \ 42 $$LIBSDK_PATH/cedarx/include/libcore/parser/flv/ \ [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/ |
| H A D | depend.pri | 45 $$LIBSDK_PATH/cedarx/include/libcore/parser/bd/ \ 46 $$LIBSDK_PATH/cedarx/include/libcore/parser/hls/ \ 47 $$LIBSDK_PATH/cedarx/include/libcore/parser/include/ \ 48 $$LIBSDK_PATH/cedarx/include/libcore/parser/playlist/ \ 49 $$LIBSDK_PATH/cedarx/include/libcore/parser/wav/ \ 50 $$LIBSDK_PATH/cedarx/include/libcore/parser/mpg/ \ 51 $$LIBSDK_PATH/cedarx/include/libcore/parser/aiff/ \ 52 $$LIBSDK_PATH/cedarx/include/libcore/parser/id3v2/ \ 53 $$LIBSDK_PATH/cedarx/include/libcore/parser/sstr/ \ 54 $$LIBSDK_PATH/cedarx/include/libcore/parser/flv/ \ [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/ |
| H A D | depend.pri | 45 $$LIBSDK_PATH/cedarx/include/libcore/parser/bd/ \ 46 $$LIBSDK_PATH/cedarx/include/libcore/parser/hls/ \ 47 $$LIBSDK_PATH/cedarx/include/libcore/parser/include/ \ 48 $$LIBSDK_PATH/cedarx/include/libcore/parser/playlist/ \ 49 $$LIBSDK_PATH/cedarx/include/libcore/parser/wav/ \ 50 $$LIBSDK_PATH/cedarx/include/libcore/parser/mpg/ \ 51 $$LIBSDK_PATH/cedarx/include/libcore/parser/aiff/ \ 52 $$LIBSDK_PATH/cedarx/include/libcore/parser/id3v2/ \ 53 $$LIBSDK_PATH/cedarx/include/libcore/parser/sstr/ \ 54 $$LIBSDK_PATH/cedarx/include/libcore/parser/flv/ \ [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/ |
| H A D | depend.pri | 41 $$LIBSDK_PATH/cedarx/include/libcore/parser/bd/ \ 42 $$LIBSDK_PATH/cedarx/include/libcore/parser/hls/ \ 43 $$LIBSDK_PATH/cedarx/include/libcore/parser/include/ \ 44 $$LIBSDK_PATH/cedarx/include/libcore/parser/playlist/ \ 45 $$LIBSDK_PATH/cedarx/include/libcore/parser/wav/ \ 46 $$LIBSDK_PATH/cedarx/include/libcore/parser/mpg/ \ 47 $$LIBSDK_PATH/cedarx/include/libcore/parser/aiff/ \ 48 $$LIBSDK_PATH/cedarx/include/libcore/parser/id3v2/ \ 49 $$LIBSDK_PATH/cedarx/include/libcore/parser/sstr/ \ 50 $$LIBSDK_PATH/cedarx/include/libcore/parser/flv/ \ [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/ |
| H A D | depend.pri | 41 $$LIBSDK_PATH/cedarx/include/libcore/parser/bd/ \ 42 $$LIBSDK_PATH/cedarx/include/libcore/parser/hls/ \ 43 $$LIBSDK_PATH/cedarx/include/libcore/parser/include/ \ 44 $$LIBSDK_PATH/cedarx/include/libcore/parser/playlist/ \ 45 $$LIBSDK_PATH/cedarx/include/libcore/parser/wav/ \ 46 $$LIBSDK_PATH/cedarx/include/libcore/parser/mpg/ \ 47 $$LIBSDK_PATH/cedarx/include/libcore/parser/aiff/ \ 48 $$LIBSDK_PATH/cedarx/include/libcore/parser/id3v2/ \ 49 $$LIBSDK_PATH/cedarx/include/libcore/parser/sstr/ \ 50 $$LIBSDK_PATH/cedarx/include/libcore/parser/flv/ \ [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/ |
| H A D | jsmn.c | 31 static jsmntok_t *jsmn_alloc_token(jsmn_parser *parser, in jsmn_alloc_token() argument 36 if ((unsigned)parser->toknext >= num_tokens) in jsmn_alloc_token() 38 tok = &tokens[parser->toknext++]; in jsmn_alloc_token() 59 static jsmnerr_t jsmn_parse_primitive(jsmn_parser *parser, const char *js, in jsmn_parse_primitive() argument 66 start = parser->pos; in jsmn_parse_primitive() 68 for (; parser->pos < len; parser->pos++) { in jsmn_parse_primitive() 69 switch (js[parser->pos]) { in jsmn_parse_primitive() 88 if (js[parser->pos] < 32 || js[parser->pos] >= 127) { in jsmn_parse_primitive() 89 parser->pos = start; in jsmn_parse_primitive() 98 parser->pos = start; in jsmn_parse_primitive() [all …]
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | cmdline.py | 17 parser = OptionParser() 18 parser.add_option('-b', '--branch', type='string', 20 parser.add_option('-B', '--bloat', dest='show_bloat', 23 parser.add_option('-c', '--count', dest='count', type='int', 25 parser.add_option('-C', '--force-reconfig', dest='force_reconfig', 28 parser.add_option('-d', '--detail', dest='show_detail', 31 parser.add_option('-D', '--config-only', action='store_true', default=False, 33 parser.add_option('-e', '--show_errors', action='store_true', 35 parser.add_option('-f', '--force-build', dest='force_build', 38 parser.add_option('-F', '--force-build-failures', dest='force_build_failures', [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | useradd.py | 31 parser = myArgumentParser(prog='useradd') 32 …parser.add_argument("-b", "--base-dir", metavar="BASE_DIR", help="base directory for the home dire… 33 parser.add_argument("-c", "--comment", metavar="COMMENT", help="GECOS field of the new account") 34 …parser.add_argument("-d", "--home-dir", metavar="HOME_DIR", help="home directory of the new accoun… 35 …parser.add_argument("-D", "--defaults", help="print or change default useradd configuration", acti… 36 …parser.add_argument("-e", "--expiredate", metavar="EXPIRE_DATE", help="expiration date of the new … 37 …parser.add_argument("-f", "--inactive", metavar="INACTIVE", help="password inactivity period of th… 38 …parser.add_argument("-g", "--gid", metavar="GROUP", help="name or ID of the primary group of the n… 39 …parser.add_argument("-G", "--groups", metavar="GROUPS", help="list of supplementary groups of the … 40 …parser.add_argument("-k", "--skel", metavar="SKEL_DIR", help="use this alternative skeleton direct… [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libtest/ |
| H A D | libtest-harness-perl_3.44.bb | 18 See TAP::Parser, TAP::Harness for the main documentation for this \ 57 libtap-parser-perl \ 58 libtap-parser-aggregator-perl \ 59 libtap-parser-grammar-perl \ 60 libtap-parser-iterator-perl \ 61 libtap-parser-iterator-array-perl \ 62 libtap-parser-iterator-process-perl \ 63 libtap-parser-iterator-stream-perl \ 64 libtap-parser-iteratorfactory-perl \ 65 libtap-parser-multiplexer-perl \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-core.c | 121 static int open_collection(struct hid_parser *parser, unsigned type) in open_collection() argument 127 usage = parser->local.usage[0]; in open_collection() 129 if (parser->collection_stack_ptr == parser->collection_stack_size) { in open_collection() 131 unsigned int new_size = parser->collection_stack_size + in open_collection() 134 collection_stack = krealloc(parser->collection_stack, in open_collection() 140 parser->collection_stack = collection_stack; in open_collection() 141 parser->collection_stack_size = new_size; in open_collection() 144 if (parser->device->maxcollection == parser->device->collection_size) { in open_collection() 147 parser->device->collection_size, in open_collection() 151 hid_err(parser->device, "failed to reallocate collection array\n"); in open_collection() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_cs.c | 408 * cs_parser_fini() - clean parser states 409 * @parser: parser structure holding parsing context. 415 static void radeon_cs_parser_fini(struct radeon_cs_parser *parser, int error, bool backoff) in radeon_cs_parser_fini() argument 430 list_sort(NULL, &parser->validated, cmp_size_smaller_first); in radeon_cs_parser_fini() 432 ttm_eu_fence_buffer_objects(&parser->ticket, in radeon_cs_parser_fini() 433 &parser->validated, in radeon_cs_parser_fini() 434 &parser->ib.fence->base); in radeon_cs_parser_fini() 436 ttm_eu_backoff_reservation(&parser->ticket, in radeon_cs_parser_fini() 437 &parser->validated); in radeon_cs_parser_fini() 440 if (parser->relocs != NULL) { in radeon_cs_parser_fini() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/ |
| H A D | dp_parser.c | 54 static void dp_parser_unmap_io_resources(struct dp_parser *parser) in dp_parser_unmap_io_resources() argument 56 struct dp_io *io = &parser->io; in dp_parser_unmap_io_resources() 61 static int dp_parser_ctrl_res(struct dp_parser *parser) in dp_parser_ctrl_res() argument 64 struct platform_device *pdev = parser->pdev; in dp_parser_ctrl_res() 65 struct dp_io *io = &parser->io; in dp_parser_ctrl_res() 81 dp_parser_unmap_io_resources(parser); in dp_parser_ctrl_res() 85 static int dp_parser_misc(struct dp_parser *parser) in dp_parser_misc() argument 87 struct device_node *of_node = parser->pdev->dev.of_node; in dp_parser_misc() 99 parser->max_dp_lanes = len; in dp_parser_misc() 109 static int dp_parser_init_clk_data(struct dp_parser *parser) in dp_parser_init_clk_data() argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/ |
| H A D | parser.hpp | 22 struct parser struct 30 // p: a parser 38 // p: a parser 43 // P: a parser type 55 struct primitive_parser : parser<Derived> 61 struct nary_parser : parser<Derived> 67 // p: a composite parser 71 // P: a composite parser type 75 struct unary_parser : parser<Derived> 79 // Requirement: p.subject -> subject parser [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | strparser.rst | 4 Stream Parser (strparser) 10 The stream parser (strparser) is a utility that parses messages of an 12 parser works in conjunction with an upper layer in the kernel to provide 14 Connection Multiplexor (KCM) uses the Stream Parser to parse messages 46 Called to initialize a stream parser. strp is a struct of type 48 socket associated with the stream parser for use with receive 50 are called by the stream parser (the callbacks are listed below). 56 Temporarily pause a stream parser. Message parsing is suspended 63 Unpause a paused stream parser. 69 strp_stop is called to completely stop stream parser operations. [all …]
|
| /OK3568_Linux_fs/buildroot/support/testing/ |
| H A D | run-tests | 13 parser = argparse.ArgumentParser(description='Run Buildroot tests') 14 parser.add_argument('testname', nargs='*', 16 parser.add_argument('-l', '--list', action='store_true', 18 parser.add_argument('-a', '--all', action='store_true', 20 parser.add_argument('-s', '--stdout', action='store_true', 22 parser.add_argument('-o', '--output', 24 parser.add_argument('-d', '--download', 26 parser.add_argument('-k', '--keep', 29 parser.add_argument('-t', '--testcases', type=int, default=1, 31 parser.add_argument('-j', '--jlevel', type=int, [all …]
|
| /OK3568_Linux_fs/u-boot/tools/binman/ |
| H A D | cmdline.py | 6 # Command-line parser for binman 21 parser = OptionParser() 22 parser.add_option('-b', '--board', type='string', 24 parser.add_option('-B', '--build-dir', type='string', default='b', 26 parser.add_option('-d', '--dt', type='string', 28 parser.add_option('-D', '--debug', action='store_true', 30 parser.add_option('-I', '--indir', action='append', 32 parser.add_option('-H', '--full-help', action='store_true', 34 parser.add_option('-O', '--outdir', type='string', 37 parser.add_option('-p', '--preserve', action='store_true',\ [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/ |
| H A D | diagnose.py | 7 from html.parser import HTMLParser 26 basic_parsers = ["html.parser", "html5lib", "lxml"] 66 for parser in basic_parsers: 67 print("Trying to parse your markup with %s" % parser) 70 soup = BeautifulSoup(data, parser) 73 print("%s could not parse the markup." % parser) 76 print("Here's what %s did with the markup:" % parser) 130 parser = AnnouncingParser() 131 parser.feed(data) 171 print("Comparative parser benchmark on Beautiful Soup %s" % __version__) [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | main.py | 117 parser = optparse.OptionParser( 126 parser.add_option("-b", "--buildfile", action="store", dest="buildfile", default=None, 130 parser.add_option("-k", "--continue", action="store_false", dest="halt", default=True, 135 parser.add_option("-f", "--force", action="store_true", dest="force", default=False, 139 parser.add_option("-c", "--cmd", action="store", dest="cmd", 145 parser.add_option("-C", "--clear-stamp", action="store", dest="invalidate_stamp", 149 parser.add_option("-r", "--read", action="append", dest="prefile", default=[], 152 parser.add_option("-R", "--postread", action="append", dest="postfile", default=[], 155 parser.add_option("-v", "--verbose", action="store_true", dest="verbose", default=False, 160 parser.add_option("-D", "--debug", action="count", dest="debug", default=0, [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | dtc-parser.tab.c | |
| H A D | dtc-parser.tab.c_shipped | 1 /* A Bison parser, made by GNU Bison 3.0.4. */ 21 part or all of the Bison parser skeleton and distribute that work 23 parser generator using the skeleton or a modified version thereof 24 as a parser skeleton. Alternatively, if you modify or redistribute 25 the parser skeleton itself, you may (at your option) remove this 33 /* C LALR(1) parser skeleton written by Richard Stallman, by 34 simplifying the original so-called "semantic" parser. */ 65 #line 20 "dtc-parser.y" /* yacc.c:339 */ 84 #line 85 "dtc-parser.tab.c" /* yacc.c:339 */ 103 by #include "dtc-parser.tab.h". */ [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-git-archive | 34 parser = argparse.ArgumentParser( 38 parser.add_argument('--debug', '-D', action='store_true', 40 parser.add_argument('--git-dir', '-g', required=True, 42 parser.add_argument('--no-create', action='store_true', 45 parser.add_argument('--bare', action='store_true', 48 parser.add_argument('--push', '-p', nargs='?', default=False, const=True, 50 parser.add_argument('--branch-name', '-b', 53 parser.add_argument('--no-tag', action='store_true', 55 parser.add_argument('--tag-name', '-t', 58 parser.add_argument('--commit-msg-subject', [all …]
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | patman.py | 31 parser = OptionParser() variable 32 parser.add_option('-H', '--full-help', action='store_true', dest='full_help', 34 parser.add_option('-c', '--count', dest='count', type='int', 36 parser.add_option('-i', '--ignore-errors', action='store_true', 39 parser.add_option('-m', '--no-maintainers', action='store_false', 42 parser.add_option('-n', '--dry-run', action='store_true', dest='dry_run', 44 parser.add_option('-p', '--project', default=project.DetectProject(), 47 parser.add_option('-r', '--in-reply-to', type='string', action='store', 49 parser.add_option('-s', '--start', dest='start', type='int', 51 parser.add_option('-t', '--ignore-bad-tags', action='store_true', [all …]
|
| H A D | patman | 31 parser = OptionParser() variable 32 parser.add_option('-H', '--full-help', action='store_true', dest='full_help', 34 parser.add_option('-c', '--count', dest='count', type='int', 36 parser.add_option('-i', '--ignore-errors', action='store_true', 39 parser.add_option('-m', '--no-maintainers', action='store_false', 42 parser.add_option('-n', '--dry-run', action='store_true', dest='dry_run', 44 parser.add_option('-p', '--project', default=project.DetectProject(), 47 parser.add_option('-r', '--in-reply-to', type='string', action='store', 49 parser.add_option('-s', '--start', dest='start', type='int', 51 parser.add_option('-t', '--ignore-bad-tags', action='store_true', [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | main.py.in | 27 """Make an options parser.""" 30 parser = optparse.OptionParser(usage, version=version) 31 parser.add_option("-i", "--interactive", action="store_true", dest="interactive", default=False, 33 parser.add_option("-f", "--format", dest="format", default="png", choices=["png", "svg", "pdf"], 35 parser.add_option("-o", "--output", dest="output", metavar="PATH", default=None, 37 parser.add_option("-s", "--split", dest="num", type=int, default=1, 39 parser.add_option("-m", "--mintime", dest="mintime", type=int, default=8, 41 parser.add_option("-M", "--minutes", action="store_true", dest="as_minutes", default=False, 43 # parser.add_option("-n", "--no-prune", action="store_false", dest="prune", default=True, 45 parser.add_option("-q", "--quiet", action="store_true", dest="quiet", default=False, [all …]
|
| H A D | main.py | 27 """Make an options parser.""" 30 parser = optparse.OptionParser(usage, version=version) 31 parser.add_option("-i", "--interactive", action="store_true", dest="interactive", default=False, 33 parser.add_option("-f", "--format", dest="format", default="png", choices=["png", "svg", "pdf"], 35 parser.add_option("-o", "--output", dest="output", metavar="PATH", default=None, 37 parser.add_option("-s", "--split", dest="num", type=int, default=1, 39 parser.add_option("-m", "--mintime", dest="mintime", type=int, default=8, 41 parser.add_option("-M", "--minutes", action="store_true", dest="as_minutes", default=False, 43 # parser.add_option("-n", "--no-prune", action="store_false", dest="prune", default=True, 45 parser.add_option("-q", "--quiet", action="store_true", dest="quiet", default=False, [all …]
|