Home
last modified time | relevance | path

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

123

/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dhelp.py100 help_text=_DETAILED_HELP_TEXT,
135 help_text = subcommand_map[self.args[1]]
157 help_text = help_prov.help_spec.help_text
163 output.append(help_text.strip('\n'))
/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 …]
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.h114 const string& help_text);
127 const string& help_text);
292 string help_text; member
/external/chromium-trace/catapult/devil/devil/utils/
Dmarkdown.py47 help_text = self._expand_help(action)
48 lines.extend(self._split_lines(help_text, 80))
/external/chromium-trace/catapult/third_party/py_vulcanize/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',
/external/chromium-trace/catapult/third_party/py_vulcanize/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',
/external/chromium-trace/catapult/third_party/py_vulcanize/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',
/external/chromium-trace/catapult/third_party/py_vulcanize/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',
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
Dretries.py62 help_text=_DETAILED_HELP_TEXT,
Dapis.py63 help_text=_DETAILED_HELP_TEXT,
Dprojects.py101 help_text=_DETAILED_HELP_TEXT,
Dversions.py265 help_text=_DETAILED_HELP_TEXT,
Dcreds.py160 help_text=_DETAILED_HELP_TEXT,
Dacls.py220 help_text=_DETAILED_HELP_TEXT,
Dsecurity.py218 help_text=_DETAILED_HELP_TEXT,
Dmetadata.py205 help_text=_DETAILED_HELP_TEXT,
Dcrc32c.py138 help_text=_DETAILED_HELP_TEXT,
Dnaming.py183 help_text=_DETAILED_HELP_TEXT,
Dsubdirs.py113 help_text=_DETAILED_HELP_TEXT,
Dthrottling.py59 help_text=_DETAILED_HELP_TEXT,
Dcommand_opts.py131 help_text=_DETAILED_HELP_TEXT,

123