Home
last modified time | relevance | path

Searched defs:subcommands (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/tools_webrtc/mb/docs/
Duser_guide.md21 ### `mb analyze`
96 ### `mb audit`
103 ### `mb gen`
143 ### `mb help`
147 ### `mb lookup`
156 ### `mb validate`
/external/autotest/site_utils/deployment/
Dcmdparse.py134 def _add_subcommand(subcommands, name, upload_default, description): argument
160 def _add_servo_subcommand(subcommands): argument
185 def _add_firmware_subcommand(subcommands): argument
204 def _add_test_image_subcommand(subcommands): argument
220 def _add_repair_subcommand(subcommands): argument
236 def _add_labstation_subcommand(subcommands): argument
/external/rust/crates/structopt/tests/
Dprivacy.rs21 mod subcommands { module
/external/python/cpython3/Tools/peg_generator/scripts/
Dbenchmark.py39 subcommands = argparser.add_subparsers(title="Benchmarks", dest="subcommand") variable
/external/rust/crates/clap/src/completions/
Dzsh.rs227 let subcommands = get_subcommands_of(parser_of(p, &*bin_name)); localVariable
/external/rust/crates/structopt-derive/src/
Dlib.rs474 let subcommands = variants.iter().map(|variant| { in gen_augment_clap_enum() localVariable
/external/rust/crates/clap/src/app/
Dparser.rs67 pub subcommands: Vec<App<'a, 'b>>, field
2147 pub fn subcommands(&self) -> Iter<App> { in subcommands() function
Dmod.rs1089 pub fn subcommands<I>(mut self, subcmds: I) -> Self in subcommands() method