Home
last modified time | relevance | path

Searched refs:help_text (Results 1 – 22 of 22) sorted by relevance

/external/lldb/source/Interpreter/
DCommandObject.cpp524 const char* help_text = entry->help_function(); in GetArgumentHelp() local
527 interpreter.OutputFormattedHelpText (str, name_str.GetData(), "--", help_text, in GetArgumentHelp()
532 interpreter.OutputHelpText(str, name_str.GetData(), "--", help_text, in GetArgumentHelp()
537 …interpreter.OutputFormattedHelpText (str, name_str.GetData(), "--", entry->help_text, name_str.Get… in GetArgumentHelp()
914 std::string help_text (GetHelp()); in GenerateHelpText() local
915 help_text.append (" This command takes 'raw' input (no need to quote stuff)."); in GenerateHelpText()
916 interpreter.OutputFormattedHelpText (output_strm, "", "", help_text.c_str(), 1); in GenerateHelpText()
949 std::string help_text (GetHelp()); in GenerateHelpText() local
950 help_text.append (" This command takes 'raw' input (no need to quote stuff)."); in GenerateHelpText()
951 interpreter.OutputFormattedHelpText (output_strm, "", "", help_text.c_str(), 1); in GenerateHelpText()
[all …]
DCommandInterpreter.cpp2699 const char *help_text, in OutputFormattedHelpText() argument
2709 text_strm.Printf ("%-*s %s %s", (int)max_word_len, word_text, separator, help_text); in OutputFormattedHelpText()
2781 const char *help_text, in OutputHelpText() argument
2789 text_strm.Printf ("%-*s %s %s", max_word_len, word_text, separator, help_text); in OutputHelpText()
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.h114 const string& help_text);
127 const string& help_text);
292 string help_text; member
Dcommand_line_interface.cc595 const string& help_text) { in RegisterGenerator() argument
599 info.help_text = help_text; in RegisterGenerator()
606 const string& help_text) { in RegisterGenerator() argument
611 info.help_text = help_text; in RegisterGenerator()
1233 << iter->second.help_text << endl; in PrintHelpText()
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/
Dcommands.py50 def add_option(command, long_name, help_text, short_name=None, default=None, argument
61 opt = (long_name, short_name, help_text)
75 i_inherit, long_name, help_text, short_name, default
Dext.py80 help_text='Don\'t install C extensions',
87 help_text='Don\'t build C extensions',
Ddata.py132 help_text='Do not install documentation files',
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/
Dcommands.py49 def add_option(command, long_name, help_text, short_name=None, default=None, argument
60 opt = (long_name, short_name, help_text)
74 i_inherit, long_name, help_text, short_name, default
Dext.py79 help_text='Don\'t install C extensions',
86 help_text='Don\'t build C extensions',
Ddata.py132 help_text='Do not install documentation files',
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/
Dcommands.py49 def add_option(command, long_name, help_text, short_name=None, default=None, argument
60 opt = (long_name, short_name, help_text)
74 i_inherit, long_name, help_text, short_name, default
Dext.py79 help_text='Don\'t install C extensions',
86 help_text='Don\'t build C extensions',
Ddata.py132 help_text='Do not install documentation files',
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/
Dcommands.py50 def add_option(command, long_name, help_text, short_name=None, default=None, argument
61 opt = (long_name, short_name, help_text)
75 i_inherit, long_name, help_text, short_name, default
Dext.py80 help_text='Don\'t install C extensions',
87 help_text='Don\'t build C extensions',
Ddata.py132 help_text='Do not install documentation files',
/external/lldb/source/Commands/
DCommandObjectMultiword.cpp203 std::string help_text (pos->second->GetHelp()); in GenerateHelpText() local
204 help_text.append (" This command takes 'raw' input (no need to quote stuff)."); in GenerateHelpText()
208 help_text.c_str(), in GenerateHelpText()
/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h284 const char *help_text,
296 const char *help_text,
DCommandObject.h58 const char *help_text; member
/external/selinux/policycoreutils/sepolicy/sepolicy/
Dgui.py253 self.help_text = builder.get_object("help_textv")
721 help_text = self.help_text.get_buffer()
722 help_text.set_text(buf % { "APP": self.application })
723 self.help_text.set_buffer(help_text)
/external/pcre/dist/
Dpcregrep.c300 const char *help_text; member
921 printf("%.*s%s\n", n, " ", op->help_text); in help()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
Dssvnc.tcl1888 button .h.w.b1 -text "Main" -command {help_text main}
1889 button .h.w.b2 -text "Proxies" -command {help_text prox}
1890 button .h.w.b3 -text "Misc" -command {help_text misc}
1891 button .h.w.b4 -text "Tips" -command {help_text tips}
1901 proc help_text {which} { procedure