Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_software_update/py/pw_software_update/
H A Dcli.py79 def _new_inspect_bundle_parser(subparsers) -> None: argument
112 def _new_sign_bundle_parser(subparsers) -> None: argument
207 def _new_add_file_to_bundle_parser(subparsers) -> None: argument
262 def _new_add_root_metadata_to_bundle_parser(subparsers) -> None: argument
309 def _new_create_empty_bundle_parser(subparsers) -> None: argument
358 def _new_inspect_root_metadata_parser(subparsers) -> None: argument
393 def _new_sign_root_metadata_parser(subparsers) -> None: argument
442 def _new_create_root_metadata_parser(subparsers) -> None: argument
499 def _new_generate_key_parser(subparsers) -> None: argument
/aosp_15_r20/external/tensorflow/tensorflow/python/tools/
H A Dsaved_model_cli.py897 def add_show_subparser(subparsers): argument
943 def add_run_subparser(subparsers): argument
1028 def add_scan_subparser(subparsers): argument
1050 def add_convert_subparser(subparsers): argument
1156 def add_freeze_model_subparser(subparsers): argument
1175 def add_aot_compile_cpu_subparser(subparsers): argument
/aosp_15_r20/system/sepolicy/build/
H A Dbuild_sepolicy.py94 def setup_build_cil(subparsers): argument
132 def setup_filter_out(subparsers): argument
/aosp_15_r20/external/python/cpython3/Tools/peg_generator/pegen/
D__main__.py84 subparsers = argparser.add_subparsers(help="target language for the generated code") variable
/aosp_15_r20/tools/asuite/experiments/a/tools/
H A Dupdate.py37 def add_parser(cls, subparsers): argument
/aosp_15_r20/system/extras/verity/
H A Dbuild_verity_metadata.py90 subparsers = parser.add_subparsers() variable
/aosp_15_r20/external/cronet/build/apple/
H A Dplist_util.py146 def Register(cls, subparsers): argument
/aosp_15_r20/external/angle/build/apple/
H A Dplist_util.py146 def Register(cls, subparsers): argument
/aosp_15_r20/external/python/watchdog/src/watchdog/
Dwatchmedo.py69 subparsers = cli.add_subparsers(dest="top_command") variable
/aosp_15_r20/external/json-schema-validator/src/test/suite/bin/
H A Djsonschema_suite685 subparsers = parser.add_subparsers( variable
/aosp_15_r20/external/pytorch/torch/cuda/
H A D_memory_viz.py549 subparsers = parser.add_subparsers(dest='action') variable
/aosp_15_r20/external/angle/build/config/apple/
H A Dcodesign.py424 def Register(cls, subparsers): argument
/aosp_15_r20/external/cronet/build/config/ios/
H A Dcodesign.py422 def Register(cls, subparsers): argument
/aosp_15_r20/external/selinux/python/sepolicy/
H A Dsepolicy.py681 subparsers = parser.add_subparsers(help=_("commands")) variable