Searched refs:parser (Results 1 – 8 of 8) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/hid/Class/ |
| A D | HidProtocol.c | 630 if (parser->HidDev->maxcollection == parser->HidDev->collection_size) { in open_collection() 651 parser->collection_stack[parser->collection_stack_ptr++] = parser->HidDev->maxcollection; in open_collection() 652 collection = parser->HidDev->collection + parser->HidDev->maxcollection++; in open_collection() 718 if (parser->HidDev->collection[parser->collection_stack[n]].Type == type){ in hid_lookup_collection() 719 return parser->HidDev->collection[parser->collection_stack[n]].Usage; in hid_lookup_collection() 1239 memset(&(parser->local), 0, sizeof(parser->local)); /* Reset the local parser environment */ in HidParserMain() 1455 if(parser == NULL){ in HidParseReport() 1476 parser->HidDev = HidDev; in HidParseReport() 1558 print_parser(parser); in HidParseReport() 1560 if(parser){ in HidParseReport() [all …]
|
| /bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/tools/ |
| A D | dump_display_over_serial.py | 94 parser = argparse.ArgumentParser(description="This script will try to " 100 parser.add_argument("-p", "--port", dest="serial_port", 102 parser.add_argument("-b", "--baud", dest="baudrate", type=int, 105 parser.add_argument("-o", "--output", dest="output_file", 108 parser.add_argument("-s", "--scan", action="store_true", 113 arguments = parser.parse_args() 120 parser.print_usage()
|
| /bsp/phytium/aarch32/ |
| A D | export_project.py | 20 parser = argparse.ArgumentParser() variable 21 parser.description='please enter two parameters <project-name> and <export-path> ...' 22 parser.add_argument("-n", "--name", help="project name", type=str, default="phytium-a32") 23 parser.add_argument("-o", "--output", help="export path", type=str, default="./phytium-a32") 24 args = parser.parse_args()
|
| /bsp/phytium/aarch64/ |
| A D | export_project.py | 20 parser = argparse.ArgumentParser() variable 21 parser.description='please enter two parameters <project-name> and <export-path> ...' 22 parser.add_argument("-n", "--name", help="project name", type=str, default="phytium-a64") 23 parser.add_argument("-o", "--output", help="export path", type=str, default="./phytium-a64") 24 args = parser.parse_args()
|
| /bsp/nxp/imx/imx6ull-smart/ |
| A D | mkimage.py | 10 parser = argparse.ArgumentParser() variable 12 parser.add_argument('-t', '--type') 13 parser.add_argument('-b', '--bin') 14 parser.add_argument('-o', '--out', default = "load.bin") 15 parser.add_argument('-g', '--img', default = "load.img") 16 parser.add_argument('-a', '--addr', default = "0x00000000") 17 parser.add_argument('-e', '--ep', default = "0x00000000") 19 args = parser.parse_args()
|
| /bsp/nuvoton/numaker-hmi-ma35d1/nuwriter_scripts/ |
| A D | nuwriter.py | 1720 parser = argparse.ArgumentParser() 1722 parser.add_argument("CONFIG", nargs='?', help="Config file", type=str, default='') 1723 parser.add_argument("-a", "--attach", action='store_true', help="Attach to MA35D1") 1724 parser.add_argument("-o", "--option", nargs='+', help="Option flag") 1725 parser.add_argument("-t", "--type", nargs='+', help="Type flag") 1726 group = parser.add_mutually_exclusive_group() 1736 parser.print_help() 1739 args = parser.parse_args()
|
| /bsp/nuvoton/numaker-iot-ma35d1/nuwriter_scripts/ |
| A D | nuwriter.py | 1720 parser = argparse.ArgumentParser() 1722 parser.add_argument("CONFIG", nargs='?', help="Config file", type=str, default='') 1723 parser.add_argument("-a", "--attach", action='store_true', help="Attach to MA35D1") 1724 parser.add_argument("-o", "--option", nargs='+', help="Option flag") 1725 parser.add_argument("-t", "--type", nargs='+', help="Type flag") 1726 group = parser.add_mutually_exclusive_group() 1736 parser.print_help() 1739 args = parser.parse_args()
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/ |
| A D | Doxyfile | 324 # Doxygen selects the parser to use depending on the extension of the files it 325 # parses. With this tag you can assign which parser to use for a given 331 # FortranFree, unknown formatted Fortran: Fortran. In the later case the parser 1222 # clang parser (see: 1225 # which doxygen's built-in parser lacks the necessary type information. 1248 # If clang assisted parsing is enabled you can provide the clang parser with the 1254 # will then be passed to the parser. Any options specified with CLANG_OPTIONS 2379 # are typically used for boiler-plate code, and will confuse the parser if not
|
Completed in 22 milliseconds