Searched refs:nargs (Results 1 – 7 of 7) sorted by relevance
/device/soc/esp/esp32/components/partition_table/ |
D | parttool.py | 239 parser.add_argument('--esptool-args', help='additional main arguments for esptool', nargs='+') 240 …nt('--esptool-write-args', help='additional subcommand arguments when writing to flash', nargs='+') 241 …gument('--esptool-read-args', help='additional subcommand arguments when reading flash', nargs='+') 242 …ptool-erase-args', help='additional subcommand arguments when erasing regions of flash', nargs='+') 282 …=['name', 'type', 'subtype', 'offset', 'size', 'encrypted'], default=['offset', 'size'], nargs='+')
|
D | gen_empty_partition.py | 44 parser.add_argument('output', help='Path for binary file.', nargs='?', default='-')
|
D | gen_esp32part.py | 456 nargs='?', choices=['1MB', '2MB', '4MB', '8MB', '16MB']) 466 nargs='?', default='-')
|
/device/soc/esp/esp32/components/app_update/ |
D | otatool.py | 257 parser.add_argument('--esptool-args', help='additional main arguments for esptool', nargs='+') 258 …('--esptool-write-args', help='additional subcommand arguments for esptool write_flash', nargs='+') 259 …nt('--esptool-read-args', help='additional subcommand arguments for esptool read_flash', nargs='+') 260 …'--esptool-erase-args', help='additional subcommand arguments for esptool erase_region', nargs='+')
|
/device/board/isoftstone/zhiyuan/kernel/build/tools/pack/android/ |
D | mkbootimg | 123 def __init__(self, option_strings, dest, nargs=None, **kwargs): argument
|
/device/soc/rockchip/rk3588/kernel/scripts/ |
D | mkbootimg | 174 def __init__(self, option_strings, dest, nargs=None, **kwargs): argument
|
/device/soc/esp/esp32/components/efuse/ |
D | efuse_table_gen.py | 476 …t', help='Path to custom CSV file to parse.', type=argparse.FileType('r'), nargs='?', default=None)
|