Searched refs:parser (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/scripts/built_in_font/ |
D | built_in_font_gen.py | 8 parser = argparse.ArgumentParser(description="""Create fonts for LVGL including the built-in symbol… variable 10 parser.add_argument('-s', '--size', 15 parser.add_argument('--bpp', 20 parser.add_argument('-r', '--range', 25 parser.add_argument('--symbols', 30 parser.add_argument('--font', 35 parser.add_argument('-o', '--output', 39 parser.add_argument('--compressed', action='store_true', 41 parser.add_argument('--subpx', action='store_true', 44 args = parser.parse_args()
|
/lvgl-latest/tests/ |
D | main.py | 164 parser = argparse.ArgumentParser( variable 166 parser.add_argument('--build-options', nargs=1, 170 parser.add_argument('--clean', action='store_true', default=False, 172 parser.add_argument('--report', action='store_true', 174 parser.add_argument('actions', nargs='*', choices=['build', 'test'], 177 args = parser.parse_args()
|
/lvgl-latest/scripts/ |
D | Doxyfile | 277 # Doxygen selects the parser to use depending on the extension of the files it 278 # parses. With this tag you can assign which parser to use for a given 284 # Fortran. In the later case the parser tries to guess whether the code is fixed 1035 # clang parser (see: http://clang.llvm.org/) for more accurate parsing at the 1037 # rich C++ code for which doxygen's built-in parser lacks the necessary type 2077 # are typically used for boiler-plate code, and will confuse the parser if not
|