Home
last modified time | relevance | path

Searched refs:help_string (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/lldb/source/Interpreter/
DCommandAlias.cpp142 void CommandAlias::GetAliasExpansion(StreamString &help_string) const { in GetAliasExpansion()
144 help_string.Printf("'%*s", (int)command_name.size(), command_name.data()); in GetAliasExpansion()
147 help_string.Printf("'"); in GetAliasExpansion()
158 help_string.Printf(" %s", value.c_str()); in GetAliasExpansion()
160 help_string.Printf(" %s", opt.c_str()); in GetAliasExpansion()
162 help_string.Printf(" %s", value.c_str()); in GetAliasExpansion()
167 help_string.Printf("'"); in GetAliasExpansion()
/external/llvm-project/lldb/examples/python/
Dlldb_module_utils.py34 return self.help_string
38 self.help_string = self.parser.format_help()
132 return self.help_string
136 self.help_string = self.parser.format_help()
Dcmdtemplate.py95 return self.help_string
99 self.help_string = self.parser.format_help()
Dbsd.py455 return self.help_string
459 self.help_string = self.parser.format_help()
/external/llvm-project/lldb/bindings/interface/
DSBBreakpointName.i98 void SetHelpString(const char *help_string);
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_names/
DTestBreakpointNames.py92 self.help_string = "I do something interesting"
272 self.help_string)
281 self.assertEqual(self.help_string, cl_name.GetHelpString(), "Help string didn't match")
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandAlias.h29 void GetAliasExpansion(StreamString &help_string) const;
DCommandInterpreter.h373 void GetAliasHelp(const char *alias_name, StreamString &help_string);
/external/llvm-project/lldb/include/lldb/API/
DSBBreakpointName.h98 void SetHelpString(const char *help_string);
/external/python/cpython2/Lib/distutils/
Dfancy_getopt.py98 def add_option (self, long_option, short_option=None, help_string=None): argument
103 option = (long_option, short_option, help_string)
/external/python/cpython3/Lib/distutils/
Dfancy_getopt.py90 def add_option(self, long_option, short_option=None, help_string=None): argument
95 option = (long_option, short_option, help_string)
/external/llvm-project/lldb/source/API/
DSBBreakpointName.cpp520 void SBBreakpointName::SetHelpString(const char *help_string) { in SetHelpString() argument
522 help_string); in SetHelpString()
531 bp_name->SetHelp(help_string); in SetHelpString()
/external/python/cpython2/Doc/distutils/
Dapiref.rst1321 help_string)`` 3-tuples as described in the constructor for
1338 help_string)``
/external/python/cpython3/Doc/distutils/
Dapiref.rst1363 help_string)`` 3-tuples as described in the constructor for
1379 help_string)``