Home
last modified time | relevance | path

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

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dcli.py72 def _add_programs_arguments(exclusive: argparse.ArgumentParser,
113 def add_arguments(parser: argparse.ArgumentParser,
/external/pigweed/pw_build/py/pw_build/
Dhost_tool.py29 parser: Optional[argparse.ArgumentParser] = None
Dexec.py36 parser: Optional[argparse.ArgumentParser] = None
/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/
Dproto_target_invalid.py29 parser: Optional[argparse.ArgumentParser] = None
/external/pigweed/pw_rpc/py/pw_rpc/
Dtesting.py27 parser: argparse.ArgumentParser = None) -> argparse.Namespace:
/external/bcc/src/cc/includes/
Dusdt.h38 class ArgumentParser; variable
81 friend class ArgumentParser; variable
122 ArgumentParser(const char *arg) : arg_(arg), cur_pos_(0) {} in ArgumentParser() function
/external/bcc/src/cc/
Dusdt.h38 class ArgumentParser; variable
81 friend class ArgumentParser; variable
122 ArgumentParser(const char *arg) : arg_(arg), cur_pos_(0) {} in ArgumentParser() function
/external/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_common.py200 class ArgumentParser(argparse.ArgumentParser): class
/external/pigweed/pw_unit_test/py/pw_unit_test/
Dtest_runner.py35 def register_arguments(parser: argparse.ArgumentParser) -> None:
/external/crosvm/tools/impl/
Dcommon.py465 def __add_verbose_args(parser: argparse.ArgumentParser):
/external/pigweed/pw_watch/py/pw_watch/
Dwatch.py554 def add_parser_arguments(parser: argparse.ArgumentParser) -> None:
/external/parameter-framework/upstream/tools/coverage/
Dcoverage.py901 class ArgumentParser: class
/external/python/cpython2/Lib/
Dargparse.py1542 class ArgumentParser(_AttributeHolder, _ActionsContainer): class
/external/python/cpython3/Lib/
Dargparse.py1671 class ArgumentParser(_AttributeHolder, _ActionsContainer): class