HomeSort by relevance Sort by last modified time
    Searched refs:help_text (Results 26 - 50 of 82) sorted by null

12 3 4

  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
help.py 100 help_text=_DETAILED_HELP_TEXT, variable in class:HelpCommand
135 help_text = subcommand_map[self.args[1]]
157 help_text = help_prov.help_spec.help_text
163 output.append(help_text.strip('\n'))
mv.py 122 help_text=_DETAILED_HELP_TEXT, variable in class:MvCommand
cat.py 110 help_text=_DETAILED_HELP_TEXT, variable in class:CatCommand
mb.py 161 help_text=_DETAILED_HELP_TEXT, variable in class:MbCommand
rb.py 82 help_text=_DETAILED_HELP_TEXT, variable in class:RbCommand
stat.py 110 help_text=_DETAILED_HELP_TEXT, variable in class:StatCommand
version.py 75 help_text=_DETAILED_HELP_TEXT, variable in class:VersionCommand
compose.py 100 help_text=_DETAILED_HELP_TEXT, variable in class:ComposeCommand
cors.py 125 help_text=_DETAILED_HELP_TEXT, variable in class:CorsCommand
hash.py 92 help_text=_DETAILED_HELP_TEXT, variable in class:HashCommand
lifecycle.py 126 help_text=_DETAILED_HELP_TEXT, variable in class:LifecycleCommand
notification.py 173 help_text=_DETAILED_HELP_TEXT, variable in class:NotificationCommand
versioning.py 98 help_text=_DETAILED_HELP_TEXT, variable in class:VersioningCommand
web.py 165 help_text=_DETAILED_HELP_TEXT, variable in class:WebCommand
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
acls.py 220 help_text=_DETAILED_HELP_TEXT, variable in class:CommandOptions
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
help_provider.py 51 'help_text',
72 assert len(help_provider.help_spec.help_text) > 10
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
commands.py 50 def add_option(command, long_name, help_text, short_name=None, default=None,
61 opt = (long_name, short_name, help_text)
75 i_inherit, long_name, help_text, short_name, default
ext.py 80 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/rcssmin/_setup/py3/
commands.py 49 def add_option(command, long_name, help_text, short_name=None, default=None,
60 opt = (long_name, short_name, help_text)
74 i_inherit, long_name, help_text, short_name, default
ext.py 79 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/rjsmin/_setup/py2/
commands.py 50 def add_option(command, long_name, help_text, short_name=None, default=None,
61 opt = (long_name, short_name, help_text)
75 i_inherit, long_name, help_text, short_name, default
ext.py 80 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/
commands.py 49 def add_option(command, long_name, help_text, short_name=None, default=None,
60 opt = (long_name, short_name, help_text)
74 i_inherit, long_name, help_text, short_name, default
ext.py 79 help_text='Don\'t install C extensions',
86 help_text='Don\'t build C extensions',
  /external/autotest/client/tests/monotonic_time/src/
time_test.c 54 const char help_text[] = variable
68 printf("%s", help_text);

Completed in 182 milliseconds

12 3 4