Home
last modified time | relevance | path

Searched refs:get_help (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/structopt/tests/
Drename_all_env.rs15 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()
Ddoc-comments-help.rs77 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()
Dutils.rs5 pub fn get_help<T: StructOpt>() -> String { in get_help() function
Dflatten.rs179 let help = utils::get_help::<Opt>(); in flatten_doc_comment()
/external/tensorflow/tensorflow/python/debug/cli/
Danalyzer_cli.py478 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"),
Dprofile_analyzer_cli.py764 def get_help(self, handler_name): member in ProfileAnalyzer
794 analyzer.get_help("list_profile"),
799 analyzer.get_help("print_source"),
Danalyzer_cli_test.py535 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"),
Ddebugger_cli_common.py729 def get_help(self, cmd_prefix=None): member in CommandHandlerRegistry
786 return self.get_help()
788 return self.get_help(args[0])
Ddebugger_cli_common_test.py476 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
Dcurses_ui.py520 def get_help(self): member in CursesUI
521 return self._command_handler_registry.get_help()
/external/bcc/src/lua/bcc/vendor/
Dargparse.lua214 print(self:get_help())
684 function Parser:get_help() function