/external/webkit/WebKitTools/Scripts/webkitpy/commands/ |
queries.py | 42 help_text = "List bugs in the commit-queue" variable in class:BugsToCommit 53 help_text = "List patches in the commit-queue" variable in class:PatchesInCommitQueue 64 help_text = "Patches which should be added to the commit queue" variable in class:PatchesToCommitQueue 98 help_text = "List patches that are pending review" variable in class:PatchesToReview 109 help_text = "Print the status of the %s buildbots" % BuildBot.default_host variable in class:TreeStatus
|
download.py | 50 help_text = "Update working copy and build" variable in class:Build 60 help_text = "Update working copy, build, and run the tests" variable in class:BuildAndTest 71 help_text = "Land the current working directory diff and updates the associated bug if any" variable in class:Land 155 help_text = "Run check-webkit-style on the specified attachments" variable in class:CheckStyle 167 help_text = "Apply and build patches from bugzilla" variable in class:BuildAttachment 192 help_text = "Apply an attachment to the local working directory" variable in class:ApplyAttachment 199 help_text = "Apply reviewed patches from provided bugs to the local working directory" variable in class:ApplyFromBug 231 help_text = "Land patches from bugzilla, optionally building and testing them first" variable in class:LandAttachment 238 help_text = "Land all patches on the given bugs, optionally building and testing them first" variable in class:LandFromBug 246 help_text = "Revert the given revision in the working copy and optionally commit the revert and re-open the (…) variable in class:Rollout [all...] |
upload.py | 52 help_text = "Print a commit message suitable for the uncommitted changes" variable in class:CommitMessageForCurrentDiff 60 help_text = "Clear r+ on obsolete patches so they do not appear in the pending-commit list." variable in class:CleanPendingCommit 89 help_text = "Assign bug to whoever attached the most recent r+'d patch" variable in class:AssignToCommitter 132 help_text = "Mark all attachments on a bug as obsolete" variable in class:ObsoleteAttachments 161 help_text = "Attach the current working directory diff to a bug as a patch file" variable in class:Post 174 help_text = "Land the current diff via the commit-queue (Experimental)" variable in class:LandSafely 185 help_text = "Creates a bug (or prompts for an existing bug) and prepares the ChangeLogs" variable in class:Prepare 201 help_text = "Automates the process of uploading a patch for review" variable in class:Upload 230 help_text = "Opens modified ChangeLogs in $EDITOR" variable in class:EditChangeLogs 239 help_text = "Attach a range of local commits to bugs as patch files variable in class:PostCommits 293 help_text = "Mark the specified bug as fixed" variable in class:MarkBugFixed 371 help_text = "Create a bug from local changes or local commits" variable in class:CreateBug [all...] |
openbugs.py | 38 help_text = "Finds all bug numbers passed in arguments (or stdin if no args provided) and opens them in a web browser" variable in class:OpenBugs
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
multicommandtool.py | 45 def __init__(self, help_text, argument_names=None, options=None, long_help=None, requires_local_commits=False): 46 self.help_text = help_text 116 help_text = self.name_with_arguments().ljust(len(self.name_with_arguments()) + 3) + self.help_text + "\n\n" 118 help_text += "%s\n\n" % self.long_help 119 help_text += self.option_parser.format_option_help(IndentedHelpFormatter()) 120 return help_text 133 # FIXME: This should just be rolled into Command. help_text and argument_names do not need to be instance variables. 135 help_text = Non variable in class:AbstractDeclarativeCommand 164 help_text = "Display information about this program or its subcommands" variable in class:HelpCommand [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.h | 103 // * help_text: Text describing this flag in the --help output. 113 const string& help_text); 250 string help_text; member in struct:google::protobuf::compiler::CommandLineInterface::GeneratorInfo
|
command_line_interface.cc | 557 const string& help_text) { 560 info.help_text = help_text; [all...] |
/external/grub/docs/ |
help2man | 164 my ($help_text, $version_text) = map { 230 if ($help_text =~ s/^Usage:( +(\S+))(.*)((?:\n(?: {6}\1| *or: +\S).*)*)//m) 265 $_ = "$help_text\n\n$version_text";
|
/external/chromium/base/ |
base_main.scons | 333 help_text = [help_fmt % columnar_text(sorted(list(common)))] variable 336 help_text.append(fmt % columnar_text(sorted(list(target_only)))) 339 help_text.append(fmt % columnar_text(sorted(list(load_only)))) 340 Help(''.join(help_text))
|
/external/chromium/net/ |
net_main.scons | 351 help_text = [help_fmt % columnar_text(sorted(list(common)))] variable 354 help_text.append(fmt % columnar_text(sorted(list(target_only)))) 357 help_text.append(fmt % columnar_text(sorted(list(load_only)))) 358 Help(''.join(help_text))
|
/external/chromium/sdch/ |
sdch_main.scons | 320 help_text = [help_fmt % columnar_text(sorted(list(common)))] variable 323 help_text.append(fmt % columnar_text(sorted(list(target_only)))) 326 help_text.append(fmt % columnar_text(sorted(list(load_only)))) 327 Help(''.join(help_text))
|
/external/chromium/third_party/icu/ |
icu_main.scons | 322 help_text = [help_fmt % columnar_text(sorted(list(common)))] variable 325 help_text.append(fmt % columnar_text(sorted(list(target_only)))) 328 help_text.append(fmt % columnar_text(sorted(list(load_only)))) 329 Help(''.join(help_text))
|
/external/chromium/third_party/libevent/ |
libevent_main.scons | 320 help_text = [help_fmt % columnar_text(sorted(list(common)))] variable 323 help_text.append(fmt % columnar_text(sorted(list(target_only)))) 326 help_text.append(fmt % columnar_text(sorted(list(load_only)))) 327 Help(''.join(help_text))
|
/external/chromium/third_party/modp_b64/ |
modp_b64_main.scons | 320 help_text = [help_fmt % columnar_text(sorted(list(common)))] variable 323 help_text.append(fmt % columnar_text(sorted(list(target_only)))) 326 help_text.append(fmt % columnar_text(sorted(list(load_only)))) 327 Help(''.join(help_text))
|
/external/chromium/third_party/zlib/ |
zlib_main.scons | 320 help_text = [help_fmt % columnar_text(sorted(list(common)))] variable 323 help_text.append(fmt % columnar_text(sorted(list(target_only)))) 326 help_text.append(fmt % columnar_text(sorted(list(load_only)))) 327 Help(''.join(help_text))
|