Searched defs:help_text (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dbugsearch.py34 help_text = "List bugs matching a query" variable in class:BugSearch
H A Dprettydiff.py35 help_text = "Shows the pretty diff in the default browser" variable in class:PrettyDiff
H A Dbugfortest.py38 help_text = "Finds the bugzilla bug for a given test" variable in class:BugForTest
H A Droll.py36 help_text = "Updates Chromium DEPS (defaults to the last-known good revision of Chromium)" variable in class:RollChromiumDEPS
H A Dopenbugs.py38 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
H A Drebaseline.py73 help_text = "Replaces local expected.txt files with new results from build bots" variable in class:Rebaseline
H A Ddownload.py47 help_text = "Clean the working copy" variable in class:Clean
58 help_text = "Update working copy (used internally)" variable in class:Update
67 help_text = "Update working copy and build" variable in class:Build
80 help_text = "Update working copy, build, and run the tests" variable in class:BuildAndTest
91 help_text = "Land the current working directory diff and updates the associated bug if any" variable in class:Land
118 help_text = "Prepares a ChangeLog and lands the current working directory diff." variable in class:LandCowboy
191 help_text = "Run check-webkit-style on the specified attachments" variable in class:CheckStyle
203 help_text = "Apply and build patches from bugzilla" variable in class:BuildAttachment
215 help_text = "Apply, build, and test patches from bugzilla" variable in class:BuildAndTestAttachment
241 help_text variable in class:ApplyAttachment
248 help_text = "Apply reviewed patches from provided bugs to the local working directory" variable in class:ApplyFromBug
281 help_text = "Land patches from bugzilla, optionally building and testing them first" variable in class:LandAttachment
288 help_text = "Land all patches on the given bugs, optionally building and testing them first" variable in class:LandFromBug
335 help_text = "Revert the given revision(s) in the working copy and prepare ChangeLogs with revert reason" variable in class:PrepareRollout
350 help_text = "Creates a bug to track the broken SVN revision(s) and uploads a rollout patch." variable in class:CreateRollout
390 help_text = "Revert the given revision(s) in the working copy and optionally commit the revert and re-open the original bug" variable in class:Rollout
[all...]
H A Dqueries.py48 help_text = "Suggest reviewers for a patch based on recent changes to the modified files." variable in class:SuggestReviewers
63 help_text = "List bugs in the commit-queue" variable in class:BugsToCommit
74 help_text = "List patches in the commit-queue" variable in class:PatchesInCommitQueue
85 help_text = "Patches which should be added to the commit queue" variable in class:PatchesToCommitQueue
119 help_text = "List patches that are pending review" variable in class:PatchesToReview
130 help_text = "Prints the last known good revision" variable in class:LastGreenRevision
138 help_text = "Print failing buildbots (%s) and what revisions broke them" % BuildBot.default_host variable in class:WhatBroke
184 help_text = "Print a list of failures for the passed revision from bots on %s" % BuildBot.default_host variable in class:ResultsFor
206 help_text = "Lists revisions where individual test failures started at %s" % BuildBot.default_host variable in class:FailureReason
292 help_text variable in class:FindFlakyTests
361 help_text = "Print the status of the %s buildbots" % BuildBot.default_host variable in class:TreeStatus
373 help_text = "Print the list of ports skipping the given layout test(s)" variable in class:SkippedPorts
[all...]
H A Drebaselineserver.py391 help_text = __doc__ variable in class:RebaselineServer
H A Dupload.py52 help_text = "Print a commit message suitable for the uncommitted changes" variable in class:CommitMessageForCurrentDiff
68 help_text = "Clear r+ on obsolete patches so they do not appear in the pending-commit list." variable in class:CleanPendingCommit
98 help_text = "Clear r? on obsolete patches so they do not appear in the pending-commit list." variable in class:CleanReviewQueue
123 help_text = "Assign bug to whoever attached the most recent r+'d patch" variable in class:AssignToCommitter
166 help_text = "Mark all attachments on a bug as obsolete" variable in class:ObsoleteAttachments
178 help_text = "Attach the the file to the bug" variable in class:AttachToBug
211 help_text = "Attach the current working directory diff to a bug as a patch file" variable in class:Post
225 help_text = "Land the current diff via the commit-queue" variable in class:LandSafely
242 help_text = "Creates a bug (or prompts for an existing bug) and prepares the ChangeLogs" variable in class:Prepare
257 help_text variable in class:Upload
288 help_text = "Opens modified ChangeLogs in $EDITOR" variable in class:EditChangeLogs
297 help_text = "Attach a range of local commits to bugs as patch files" variable in class:PostCommits
348 help_text = "Mark the specified bug as fixed" variable in class:MarkBugFixed
427 help_text = "Create a bug from local changes or local commits" variable in class:CreateBug
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.h103 // * 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
H A Dcommand_line_interface.cc557 const string& help_text) {
560 info.help_text = help_text;
1093 << iter->second.help_text << endl;
555 RegisterGenerator(const string& flag_name, CodeGenerator* generator, const string& help_text) argument
/external/webkit/Tools/Scripts/webkitpy/tool/
H A Dmulticommandtool.py49 def __init__(self, help_text, argument_names=None, options=None, long_help=None, requires_local_commits=False):
50 self.help_text = help_text
120 help_text = self.name_with_arguments().ljust(len(self.name_with_arguments()) + 3) + self.help_text + "\n\n"
122 help_text += "%s\n\n" % self.long_help
123 help_text += self.option_parser.format_option_help(IndentedHelpFormatter())
124 return help_text
137 # FIXME: This should just be rolled into Command. help_text and argument_names do not need to be instance variables.
139 help_text variable in class:AbstractDeclarativeCommand
168 help_text = "Display information about this program or its subcommands" variable in class:HelpCommand
[all...]
/external/pcre/
H A Dpcregrep.c197 const char *help_text; member in struct:option_item
1809 printf("%.*s%s\n", n, " ", op->help_text);

Completed in 134 milliseconds