Searched refs:get_help (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/structopt/tests/ |
D | rename_all_env.rs | 15 let help = get_help::<BehaviorModel>(); in it_works() 27 let help = get_help::<BehaviorModel>(); in default_is_screaming() 43 let help = get_help::<BehaviorModel>(); in overridable()
|
D | doc-comments-help.rs | 77 let short_help = get_help::<LoremIpsum>(); in field_long_doc_comment_both_help_long_help() 109 let short_help = get_help::<LoremIpsum>(); in top_long_doc_comment_both_help_long_help()
|
D | utils.rs | 5 pub fn get_help<T: StructOpt>() -> String { in get_help() function
|
D | flatten.rs | 179 let help = utils::get_help::<Opt>(); in flatten_doc_comment()
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | analyzer_cli.py | 478 def get_help(self, handler_name): member in DebugAnalyzer 1615 analyzer.get_help("list_tensors"), 1620 analyzer.get_help("node_info"), 1625 analyzer.get_help("list_inputs"), 1630 analyzer.get_help("list_outputs"), 1635 analyzer.get_help("print_tensor"), 1640 analyzer.get_help("print_source"), 1645 analyzer.get_help("list_source"), 1650 analyzer.get_help("eval"),
|
D | profile_analyzer_cli.py | 764 def get_help(self, handler_name): member in ProfileAnalyzer 794 analyzer.get_help("list_profile"), 799 analyzer.get_help("print_source"),
|
D | analyzer_cli_test.py | 535 analyzer.get_help("list_tensors"), 540 analyzer.get_help("node_info"), 545 analyzer.get_help("list_inputs"), 550 analyzer.get_help("list_outputs"), 555 analyzer.get_help("print_tensor"), 560 analyzer.get_help("print_source"), 565 analyzer.get_help("list_source"), 570 analyzer.get_help("eval"),
|
D | debugger_cli_common.py | 729 def get_help(self, cmd_prefix=None): member in CommandHandlerRegistry 786 return self.get_help() 788 return self.get_help(args[0])
|
D | debugger_cli_common_test.py | 476 help_lines = registry.get_help().lines 512 help_lines = registry.get_help("cols").lines 521 help_lines = registry.get_help("c").lines 530 help_lines = registry.get_help("foo").lines
|
D | curses_ui.py | 520 def get_help(self): member in CursesUI 521 return self._command_handler_registry.get_help()
|
/external/bcc/src/lua/bcc/vendor/ |
D | argparse.lua | 214 print(self:get_help()) 684 function Parser:get_help() function
|