Lines Matching refs:tool
33 from webkitpy.tool import steps
40 from webkitpy.tool.grammar import pluralize
41 from webkitpy.tool.multicommandtool import AbstractDeclarativeCommand
56 def execute(self, options, args, tool): argument
57 reviewers = tool.checkout().suggested_reviewers(options.git_commit)
65 def execute(self, options, args, tool): argument
67 bug_ids = tool.bugs.queries.fetch_bug_ids_from_commit_queue()
76 def execute(self, options, args, tool): argument
77 patches = tool.bugs.queries.fetch_patches_from_commit_queue()
104 def execute(self, options, args, tool): argument
105 patches = tool.bugs.queries.fetch_patches_from_pending_commit_list()
111 print "%s" % tool.bugs.bug_url_for_bug_id(bug_id)
114 print "%s" % tool.bugs.attachment_url_for_id(patch.id(), action="edit")
121 def execute(self, options, args, tool): argument
122 patch_ids = tool.bugs.queries.fetch_attachment_ids_from_review_queue()
132 def execute(self, options, args, tool): argument
166 def execute(self, options, args, tool): argument
167 builder_statuses = tool.buildbot.builder_statuses()
196 def execute(self, options, args, tool): argument
281 def execute(self, options, args, tool): argument
353 def execute(self, options, args, tool): argument
365 def execute(self, options, args, tool): argument
366 for builder in tool.buildbot.builder_statuses():
378 def execute(self, options, args, tool): argument
380 for port_name, port_object in tool.port_factory.get_all().iteritems():