Home
last modified time | relevance | path

Searched refs:help_spec (Results 1 – 25 of 51) sorted by relevance

123

/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dhelp_provider.py57 help_spec = None variable in HelpProvider
65 assert (len(help_provider.help_spec.help_name) > 1
66 and len(help_provider.help_spec.help_name) < MAX_HELP_NAME_LEN)
67 for hna in help_provider.help_spec.help_name_aliases:
69 one_line_summary_len = len(help_provider.help_spec.help_one_line_summary)
72 assert len(help_provider.help_spec.help_text) > 10
75 name_check_list = [help_provider.help_spec.help_name]
76 name_check_list.extend(help_provider.help_spec.help_name_aliases)
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dhelp.py95 help_spec = Command.HelpSpec( variable in HelpCommand
112 key=lambda hp: hp.help_spec.help_name):
114 help_prov.help_spec.help_name,
115 help_prov.help_spec.help_one_line_summary))
118 key=lambda hp: hp.help_spec.help_name):
120 help_prov.help_spec.help_name,
121 help_prov.help_spec.help_one_line_summary))
132 subcommand_map = help_prov.help_spec.subcommand_help_text
156 help_name = help_prov.help_spec.help_name
157 help_text = help_prov.help_spec.help_text
[all …]
Dmv.py117 help_spec = Command.HelpSpec( variable in MvCommand
Dcat.py105 help_spec = Command.HelpSpec( variable in CatCommand
Drb.py76 help_spec = Command.HelpSpec( variable in RbCommand
Dmb.py153 help_spec = Command.HelpSpec( variable in MbCommand
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
Dapis.py58 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
Dretries.py57 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
Dprod.py140 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
Dwildcards.py187 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
Ddev.py140 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
Dacls.py213 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
Dcommand_opts.py126 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
Dversions.py260 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
Danon.py44 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
Dnaming.py178 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
Dthrottling.py54 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
Dsubdirs.py106 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
Dsupport.py80 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
Dencoding.py97 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
Dsecurity.py212 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
Dmetadata.py198 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
Dcreds.py155 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
Dcrc32c.py133 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
Dprojects.py94 help_spec = HelpProvider.HelpSpec( variable in CommandOptions

123