Home
last modified time | relevance | path

Searched refs:ArgumentParser (Results 1 – 25 of 219) sorted by relevance

123456789

/openbmc/witherspoon-pfault-analysis/
H A Dargument.hpp16 class ArgumentParser class
19 ArgumentParser() = delete;
20 ~ArgumentParser() = default;
21 ArgumentParser(const ArgumentParser&) = delete;
22 ArgumentParser& operator=(const ArgumentParser&) = delete;
23 ArgumentParser(ArgumentParser&&) = default;
24 ArgumentParser& operator=(ArgumentParser&&) = default;
32 ArgumentParser(int argc, char** argv);
/openbmc/phosphor-led-sysfs/
H A Dargument.hpp15 class ArgumentParser class
18 ArgumentParser() = delete;
19 ~ArgumentParser() = default;
20 ArgumentParser(const ArgumentParser&) = delete;
21 ArgumentParser& operator=(const ArgumentParser&) = delete;
22 ArgumentParser(ArgumentParser&&) = default;
23 ArgumentParser& operator=(ArgumentParser&&) = default;
32 ArgumentParser(int argc, char* argv[]);
H A Dargument.cpp29 ArgumentParser::ArgumentParser(int argc, char* argv[]) in ArgumentParser() function in phosphor::led::ArgumentParser
49 const std::string& ArgumentParser::operator[](const std::string& opt) in operator []()
63 void ArgumentParser::usage(char* argv[]) in usage()
H A Dadd_led_action.cpp71 auto options = phosphor::led::ArgumentParser(argc, argv); in main()
78 phosphor::led::ArgumentParser::usage(argv); in main()
/openbmc/phosphor-networkd/src/
H A Dargument.hpp17 class ArgumentParser class
20 ArgumentParser() = delete;
21 ~ArgumentParser() = default;
22 ArgumentParser(const ArgumentParser&) = delete;
23 ArgumentParser& operator=(const ArgumentParser&) = delete;
24 ArgumentParser(ArgumentParser&&) = default;
25 ArgumentParser& operator=(ArgumentParser&&) = default;
33 ArgumentParser(int argc, char** argv);
H A Dargument.cpp15 ArgumentParser::ArgumentParser(int argc, char** argv) in ArgumentParser() function in phosphor::network::ncsi::ArgumentParser
39 const std::string& ArgumentParser::operator[](const std::string& opt) in operator []()
52 void ArgumentParser::usage(char* const* argv) in usage()
83 const option ArgumentParser::options[] = {
97 const char* ArgumentParser::optionStr = "irsj:k:x:o:p:c:h?";
99 const std::string ArgumentParser::trueString = "true";
100 const std::string ArgumentParser::emptyString = "";
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Dargument.cpp27 void ArgumentParser::usage(char** argv) in usage()
41 const option ArgumentParser::options[] = {
48 const char* ArgumentParser::optionStr = "a:i:h?";
49 ArgumentParser::ArgumentParser(int argc, char** argv) in ArgumentParser() function in witherspoon::power::ArgumentParser
73 const std::string& ArgumentParser::operator[](const std::string& opt) in operator []()
86 const std::string ArgumentParser::trueString = "true";
87 const std::string ArgumentParser::emptyString = "";
H A Dgen-ucd90160-defs.py5 from argparse import ArgumentParser
11 parser = ArgumentParser(
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dargument.cpp28 ArgumentParser::ArgumentParser(int argc, char** argv) in ArgumentParser() function in witherspoon::power::ArgumentParser
52 const std::string& ArgumentParser::operator[](const std::string& opt) in operator []()
65 void ArgumentParser::usage(char** argv) in usage()
85 const option ArgumentParser::options[] = {
96 const char* ArgumentParser::optionStr = "p:n:i:r:a:u:h";
98 const std::string ArgumentParser::trueString = "true";
99 const std::string ArgumentParser::emptyString = "";
H A Dmain.cpp32 auto options = ArgumentParser(argc, argv); in main()
44 if (objpath == ArgumentParser::emptyString) in main()
50 if (instnum == ArgumentParser::emptyString) in main()
56 if (invpath == ArgumentParser::emptyString) in main()
91 if (records != ArgumentParser::emptyString) in main()
108 if (((syncGPIOPath == ArgumentParser::emptyString) && in main()
109 (syncGPIONum != ArgumentParser::emptyString)) || in main()
110 ((syncGPIOPath != ArgumentParser::emptyString) && in main()
111 (syncGPIONum == ArgumentParser::emptyString))) in main()
118 if (syncGPIONum != ArgumentParser::emptyString) in main()
/openbmc/qemu/python/qemu/utils/
H A Dqom.py70 def configure_parser(cls, parser: argparse.ArgumentParser) -> None: argument
117 def configure_parser(cls, parser: argparse.ArgumentParser) -> None: argument
165 def configure_parser(cls, parser: argparse.ArgumentParser) -> None: argument
211 def configure_parser(cls, parser: argparse.ArgumentParser) -> None: argument
259 parser = argparse.ArgumentParser(
H A Dqom_common.py146 def configure_parser(cls, parser: argparse.ArgumentParser) -> None: argument
164 def add_path_prop_arg(cls, parser: argparse.ArgumentParser) -> None: argument
227 parser = argparse.ArgumentParser(description=cls.help)
/openbmc/openbmc-tools/format-yaml/
H A Dformat-yaml.py5 from argparse import ArgumentParser
11 parser = ArgumentParser(description="YAML formatter")
/openbmc/openbmc/poky/scripts/lib/
H A Dargparse_oe.py17 class ArgumentParser(argparse.ArgumentParser): class
22 super(ArgumentParser, self).__init__(*args, **kwargs)
52 ret = super(ArgumentParser, self).add_subparsers(*args, **kwargs)
97 class ArgumentSubParser(ArgumentParser):
137 return super(ArgumentParser, self).format_help()
/openbmc/qemu/tests/tcg/x86_64/system/
H A Dvalidate-patch.py14 from argparse import ArgumentParser
21 parser = ArgumentParser(description="Validate patch")
/openbmc/phosphor-fan-presence/monitor/
H A Dgen-fan-monitor-defs.py5 from argparse import ArgumentParser
133 parser = ArgumentParser(
/openbmc/phosphor-power/power-sequencer/
H A Dgen-ucd90160-defs.py5 from argparse import ArgumentParser
11 parser = ArgumentParser(
/openbmc/openbmc-tools/pretty-journal/
H A Dpretty-journal.py12 from argparse import ArgumentParser
34 parser = ArgumentParser()
/openbmc/qemu/tests/tcg/multiarch/system/
H A Dvalidate-memory-counts.py14 from argparse import ArgumentParser
89 parser = ArgumentParser(description="Validate memory instrumentation")
/openbmc/openbmc-test-automation/templates/
H A Dpython_pgm_template7 parser = argparse.ArgumentParser(
/openbmc/qemu/target/hexagon/
H A Dgen_opcodes_def.py28 parser = argparse.ArgumentParser(
H A Dgen_op_attribs.py28 parser = argparse.ArgumentParser(
/openbmc/openbmc-tools/tof-voters/libvoters/
H A Dentry_point.py8 parser = argparse.ArgumentParser(description="Obtain TOF voter metrics")
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/tests/
H A Dmock-fvp.py20 parser = argparse.ArgumentParser()
/openbmc/openbmc/meta-arm/ci/
H A Ddownload-lockfile.py19 parser = argparse.ArgumentParser()

123456789