Home
last modified time | relevance | path

Searched refs:help_text (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Ddownload.py47 help_text = "Clean the working copy" variable in Clean
58 help_text = "Update working copy (used internally)" variable in Update
67 help_text = "Update working copy and build" variable in Build
80 help_text = "Update working copy, build, and run the tests" variable in BuildAndTest
91 help_text = "Land the current working directory diff and updates the associated bug if any" variable in Land
118 help_text = "Prepares a ChangeLog and lands the current working directory diff." variable in LandCowboy
191 help_text = "Run check-webkit-style on the specified attachments" variable in CheckStyle
203 help_text = "Apply and build patches from bugzilla" variable in BuildAttachment
215 help_text = "Apply, build, and test patches from bugzilla" variable in BuildAndTestAttachment
241 help_text = "Apply an attachment to the local working directory" variable in ApplyAttachment
[all …]
Dqueries.py48 help_text = "Suggest reviewers for a patch based on recent changes to the modified files." variable in SuggestReviewers
63 help_text = "List bugs in the commit-queue" variable in BugsToCommit
74 help_text = "List patches in the commit-queue" variable in PatchesInCommitQueue
85 help_text = "Patches which should be added to the commit queue" variable in PatchesToCommitQueue
119 help_text = "List patches that are pending review" variable in PatchesToReview
130 help_text = "Prints the last known good revision" variable in LastGreenRevision
138 help_text = "Print failing buildbots (%s) and what revisions broke them" % BuildBot.default_host variable in WhatBroke
184help_text = "Print a list of failures for the passed revision from bots on %s" % BuildBot.default_… variable in ResultsFor
206help_text = "Lists revisions where individual test failures started at %s" % BuildBot.default_host variable in FailureReason
292 help_text = "Lists tests that often fail for a single build at %s" % BuildBot.default_host variable in FindFlakyTests
[all …]
Dupload.py52 help_text = "Print a commit message suitable for the uncommitted changes" variable in CommitMessageForCurrentDiff
68 help_text = "Clear r+ on obsolete patches so they do not appear in the pending-commit list." variable in CleanPendingCommit
98 help_text = "Clear r? on obsolete patches so they do not appear in the pending-commit list." variable in CleanReviewQueue
123 help_text = "Assign bug to whoever attached the most recent r+'d patch" variable in AssignToCommitter
166 help_text = "Mark all attachments on a bug as obsolete" variable in ObsoleteAttachments
178 help_text = "Attach the the file to the bug" variable in AttachToBug
211 help_text = "Attach the current working directory diff to a bug as a patch file" variable in Post
225 help_text = "Land the current diff via the commit-queue" variable in LandSafely
242 help_text = "Creates a bug (or prompts for an existing bug) and prepares the ChangeLogs" variable in Prepare
257 help_text = "Automates the process of uploading a patch for review" variable in Upload
[all …]
Dprettydiff.py35 help_text = "Shows the pretty diff in the default browser" variable in PrettyDiff
Dbugsearch.py34 help_text = "List bugs matching a query" variable in BugSearch
Droll.py36 help_text = "Updates Chromium DEPS (defaults to the last-known good revision of Chromium)" variable in RollChromiumDEPS
Dbugfortest.py38 help_text = "Finds the bugzilla bug for a given test" variable in BugForTest
Dopenbugs.py38help_text = "Finds all bug numbers passed in arguments (or stdin if no args provided) and opens th… variable in OpenBugs
Drebaseline.py73 help_text = "Replaces local expected.txt files with new results from build bots" variable in Rebaseline
Drebaselineserver.py391 help_text = __doc__ variable in RebaselineServer
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmulticommandtool.py49 …def __init__(self, help_text, argument_names=None, options=None, long_help=None, requires_local_co… argument
50 self.help_text = help_text
120help_text = self.name_with_arguments().ljust(len(self.name_with_arguments()) + 3) + self.help_text
122 help_text += "%s\n\n" % self.long_help
123 help_text += self.option_parser.format_option_help(IndentedHelpFormatter())
124 return help_text
139 help_text = None variable in AbstractDeclarativeCommand
143 …Command.__init__(self, self.help_text, self.argument_names, options=options, long_help=self.long_h…
168 help_text = "Display information about this program or its subcommands" variable in HelpCommand
188 …and: " %s %s\n" % (command.name.ljust(longest_name_length), command.help_text), relevant_comma…
/external/grub/docs/
Dhelp2man164 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/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.h113 const string& help_text);
250 string help_text; member
Dcommand_line_interface.cc557 const string& help_text) { in RegisterGenerator() argument
560 info.help_text = help_text; in RegisterGenerator()
1093 << iter->second.help_text << endl; in PrintHelpText()