Searched defs:help_text (Results 1 - 7 of 7) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.h104 // * help_text: Text describing this flag in the --help output.
114 const string& help_text);
127 const string& help_text);
292 string help_text; member in struct:google::protobuf::compiler::CommandLineInterface::GeneratorInfo
H A Dcommand_line_interface.cc595 const string& help_text) {
599 info.help_text = help_text;
606 const string& help_text) {
611 info.help_text = help_text;
1233 << iter->second.help_text << endl;
593 RegisterGenerator(const string& flag_name, CodeGenerator* generator, const string& help_text) argument
603 RegisterGenerator(const string& flag_name, const string& option_flag_name, CodeGenerator* generator, const string& help_text) argument
/external/lldb/include/lldb/Interpreter/
H A DCommandObject.h58 const char *help_text; member in struct:lldb_private::CommandObject::ArgumentTableEntry
/external/lldb/source/Interpreter/
H A DCommandObject.cpp524 const char* help_text = entry->help_function(); local
527 interpreter.OutputFormattedHelpText (str, name_str.GetData(), "--", help_text,
532 interpreter.OutputHelpText(str, name_str.GetData(), "--", help_text,
537 interpreter.OutputFormattedHelpText (str, name_str.GetData(), "--", entry->help_text, name_str.GetSize());
914 std::string help_text (GetHelp());
915 help_text.append (" This command takes 'raw' input (no need to quote stuff).");
916 interpreter.OutputFormattedHelpText (output_strm, "", "", help_text.c_str(), 1);
949 std::string help_text (GetHelp());
950 help_text.append (" This command takes 'raw' input (no need to quote stuff).");
951 interpreter.OutputFormattedHelpText (output_strm, "", "", help_text
[all...]
H A DCommandInterpreter.cpp2699 const char *help_text,
2709 text_strm.Printf ("%-*s %s %s", (int)max_word_len, word_text, separator, help_text);
2781 const char *help_text,
2789 text_strm.Printf ("%-*s %s %s", max_word_len, word_text, separator, help_text);
2696 OutputFormattedHelpText(Stream &strm, const char *word_text, const char *separator, const char *help_text, size_t max_word_len) argument
2778 OutputHelpText(Stream &strm, const char *word_text, const char *separator, const char *help_text, uint32_t max_word_len) argument
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
H A 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
/external/pcre/dist/
H A Dpcregrep.c300 const char *help_text; member in struct:option_item
921 printf("%.*s%s\n", n, " ", op->help_text);

Completed in 209 milliseconds