/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | help_provider.py | 57 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/ |
D | help.py | 95 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 …]
|
D | mv.py | 117 help_spec = Command.HelpSpec( variable in MvCommand
|
D | cat.py | 105 help_spec = Command.HelpSpec( variable in CatCommand
|
D | rb.py | 76 help_spec = Command.HelpSpec( variable in RbCommand
|
D | mb.py | 153 help_spec = Command.HelpSpec( variable in MbCommand
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/ |
D | apis.py | 58 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
|
D | retries.py | 57 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
|
D | prod.py | 140 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
|
D | wildcards.py | 187 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
|
D | dev.py | 140 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
|
D | acls.py | 213 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
|
D | command_opts.py | 126 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
|
D | versions.py | 260 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
|
D | anon.py | 44 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
|
D | naming.py | 178 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
|
D | throttling.py | 54 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
|
D | subdirs.py | 106 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
|
D | support.py | 80 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
|
D | encoding.py | 97 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
|
D | security.py | 212 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
|
D | metadata.py | 198 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
|
D | creds.py | 155 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
|
D | crc32c.py | 133 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
|
D | projects.py | 94 help_spec = HelpProvider.HelpSpec( variable in CommandOptions
|