Home
last modified time | relevance | path

Searched refs:help_message (Results 1 – 7 of 7) sorted by relevance

/external/yapf/yapftests/
Dmain_test.py134 help_message = out.getvalue()
135 self.assertIn('indent_width=4', help_message)
137 help_message)
/external/mesa3d/src/amd/compiler/tests/
Dmain.cpp37 static const char *help_message = variable
226 fprintf(stderr, help_message, argv[0]); in main()
/external/rust/cxx/gen/cmd/src/
Dapp.rs45 .help_message("Print help information.") in app()
/external/rust/crates/clap/src/app/
Dmod.rs517 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()
Dparser.rs76 pub help_message: Option<&'a str>, field
1479 help: self.help_message.or(Some("Prints help information")), in create_help_and_version()
/external/vixl/
DSConstruct55 def Add(self, target, help_message):
57 self.help_messages.append(help_message)
/external/rust/crates/clap/
DCHANGELOG.md606 * provides `App::help_message` and `App::version_message` which allows one to override the auto-g…