HomeSort by relevance Sort by last modified time
    Searched refs:help_name (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
apis.py 59 help_name='apis', variable in class:CommandOptions
anon.py 45 help_name='anon', variable in class:CommandOptions
crc32c.py 134 help_name='crc32c', variable in class:CommandOptions
dev.py 141 help_name='dev', variable in class:CommandOptions
encoding.py 98 help_name='encoding', variable in class:CommandOptions
retries.py 58 help_name='retries', variable in class:CommandOptions
support.py 81 help_name='support', variable in class:CommandOptions
throttling.py 55 help_name='throttling', variable in class:CommandOptions
versions.py 261 help_name='versions', variable in class:CommandOptions
prod.py 141 help_name='prod', variable in class:CommandOptions
command_opts.py 127 help_name='options', variable in class:CommandOptions
creds.py 156 help_name='creds', variable in class:CommandOptions
projects.py 95 help_name='projects', variable in class:CommandOptions
security.py 213 help_name='security', variable in class:CommandOptions
subdirs.py 107 help_name='subdirs', variable in class:CommandOptions
metadata.py 199 help_name='metadata', variable in class:CommandOptions
wildcards.py 188 help_name='wildcards', variable in class:CommandOptions
acls.py 214 help_name='acls', variable in class:CommandOptions
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
help.py 96 help_name='help', variable in class:HelpCommand
112 key=lambda hp: hp.help_spec.help_name):
114 help_prov.help_spec.help_name,
118 key=lambda hp: hp.help_spec.help_name):
120 help_prov.help_spec.help_name,
130 help_name = None
134 help_name = arg + ' ' + self.args[1]
155 if not help_name: # No subcommand or invalid subcommand.
156 help_name = help_prov.help_spec.help_name
    [all...]
mv.py 118 help_name='mv', variable in class:MvCommand
cat.py 106 help_name='cat', variable in class:CatCommand
mb.py 154 help_name='mb', variable in class:MbCommand
rb.py 77 help_name='rb', variable in class:RbCommand
stat.py 106 help_name='stat', variable in class:StatCommand
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
help_provider.py 43 'help_name',
65 assert (len(help_provider.help_spec.help_name) > 1
66 and len(help_provider.help_spec.help_name) < MAX_HELP_NAME_LEN)
75 name_check_list = [help_provider.help_spec.help_name]

Completed in 327 milliseconds

1 2