Searched refs:help_message (Results 1 – 7 of 7) sorted by relevance
/external/yapf/yapftests/ |
D | main_test.py | 134 help_message = out.getvalue() 135 self.assertIn('indent_width=4', help_message) 137 help_message)
|
/external/mesa3d/src/amd/compiler/tests/ |
D | main.cpp | 37 static const char *help_message = variable 226 fprintf(stderr, help_message, argv[0]); in main()
|
/external/rust/cxx/gen/cmd/src/ |
D | app.rs | 45 .help_message("Print help information.") in app()
|
/external/rust/crates/clap/src/app/ |
D | mod.rs | 517 pub fn help_message<S: Into<&'a str>>(mut self, s: S) -> Self { in help_message() method 518 self.p.help_message = Some(s.into()); in help_message() 1692 yaml_str!(a, yaml, help_message); in from()
|
D | parser.rs | 76 pub help_message: Option<&'a str>, field 1479 help: self.help_message.or(Some("Prints help information")), in create_help_and_version()
|
/external/vixl/ |
D | SConstruct | 55 def Add(self, target, help_message): 57 self.help_messages.append(help_message)
|
/external/rust/crates/clap/ |
D | CHANGELOG.md | 606 * provides `App::help_message` and `App::version_message` which allows one to override the auto-g…
|