Home
last modified time | relevance | path

Searched defs:ArgumentParser (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/python/qemu/utils/
H A Dqom.py71 def configure_parser(cls, parser: argparse.ArgumentParser) -> None:
118 def configure_parser(cls, parser: argparse.ArgumentParser) -> None:
166 def configure_parser(cls, parser: argparse.ArgumentParser) -> None:
212 def configure_parser(cls, parser: argparse.ArgumentParser) -> None:
H A Dqom_common.py100 def configure_parser(cls, parser: argparse.ArgumentParser) -> None:
118 def add_path_prop_arg(cls, parser: argparse.ArgumentParser) -> None:
H A Dqom_fuse.py70 def configure_parser(cls, parser: argparse.ArgumentParser) -> None:
/openbmc/linux/tools/testing/kunit/
H A Dkunit.py308 def add_common_opts(parser: argparse.ArgumentParser) -> None:
359 def add_build_opts(parser: argparse.ArgumentParser) -> None:
365 def add_exec_opts(parser: argparse.ArgumentParser) -> None:
406 def add_parse_opts(parser: argparse.ArgumentParser) -> None:
/openbmc/witherspoon-pfault-analysis/
H A Dargument.hpp16 class ArgumentParser class
/openbmc/qemu/scripts/codeconverter/
H A Dconverter.py29 def process_all_files(parser: argparse.ArgumentParser, args: argparse.Namespace) -> None:
/openbmc/phosphor-networkd/src/
H A Dargument.hpp17 class ArgumentParser class
H A Dargument.cpp29 ArgumentParser::ArgumentParser(int argc, char** argv) in ArgumentParser() function in phosphor::network::ncsi::ArgumentParser
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Dargument.cpp49 ArgumentParser::ArgumentParser(int argc, char** argv) in ArgumentParser() function in witherspoon::power::ArgumentParser
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dargument.cpp28 ArgumentParser::ArgumentParser(int argc, char** argv) in ArgumentParser() function in witherspoon::power::ArgumentParser
/openbmc/openbmc/poky/scripts/lib/
H A Dargparse_oe.py17 class ArgumentParser(argparse.ArgumentParser): class