Home
last modified time | relevance | path

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

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dcli.py55 def _add_programs_arguments(exclusive: argparse.ArgumentParser,
96 def add_arguments(parser: argparse.ArgumentParser,
/external/pigweed/pw_protobuf_compiler/py/pw_protobuf_compiler/
Dproto_target_invalid.py29 parser: Optional[argparse.ArgumentParser] = None
/external/pigweed/pw_build/py/pw_build/
Dhost_tool.py29 parser: Optional[argparse.ArgumentParser] = None
Dexec.py35 parser: Optional[argparse.ArgumentParser] = None
/external/bcc/src/cc/
Dusdt.h38 class ArgumentParser; variable
81 friend class ArgumentParser; variable
112 ArgumentParser(const char *arg) : arg_(arg), cur_pos_(0) {} in ArgumentParser() function
/external/bcc/src/cc/includes/
Dusdt.h38 class ArgumentParser; variable
81 friend class ArgumentParser; variable
112 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/pigweed/pw_watch/py/pw_watch/
Dwatch.py335 def add_parser_arguments(parser: argparse.ArgumentParser) -> None:
/external/parameter-framework/upstream/tools/coverage/
Dcoverage.py901 class ArgumentParser: class
/external/python/cpython3/Lib/
Dargparse.py1665 class ArgumentParser(_AttributeHolder, _ActionsContainer): class
/external/python/cpython2/Lib/
Dargparse.py1542 class ArgumentParser(_AttributeHolder, _ActionsContainer): class
/external/llvm-project/polly/utils/
Dargparse.py1538 class ArgumentParser(_AttributeHolder, _ActionsContainer): class