/external/lldb/source/Interpreter/ |
D | CommandObject.cpp | 524 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 …]
|
D | CommandInterpreter.cpp | 2699 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/ |
D | command_line_interface.h | 114 const string& help_text); 127 const string& help_text); 292 string help_text; member
|
D | command_line_interface.cc | 595 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/ |
D | commands.py | 50 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
|
D | ext.py | 80 help_text='Don\'t install C extensions', 87 help_text='Don\'t build C extensions',
|
D | data.py | 132 help_text='Do not install documentation files',
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/ |
D | commands.py | 49 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
|
D | ext.py | 79 help_text='Don\'t install C extensions', 86 help_text='Don\'t build C extensions',
|
D | data.py | 132 help_text='Do not install documentation files',
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/ |
D | commands.py | 49 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
|
D | ext.py | 79 help_text='Don\'t install C extensions', 86 help_text='Don\'t build C extensions',
|
D | data.py | 132 help_text='Do not install documentation files',
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/ |
D | commands.py | 50 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
|
D | ext.py | 80 help_text='Don\'t install C extensions', 87 help_text='Don\'t build C extensions',
|
D | data.py | 132 help_text='Do not install documentation files',
|
/external/lldb/source/Commands/ |
D | CommandObjectMultiword.cpp | 203 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/ |
D | CommandInterpreter.h | 284 const char *help_text, 296 const char *help_text,
|
D | CommandObject.h | 58 const char *help_text; member
|
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
D | gui.py | 253 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/ |
D | pcregrep.c | 300 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/ |
D | ssvnc.tcl | 1888 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
|