HomeSort by relevance Sort by last modified time
    Searched refs:tool (Results 26 - 50 of 200) sorted by null

12 3 4 5 6 7 8

  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
validatechangelogs_unittest.py 33 from webkitpy.tool.mocktool import MockOptions, MockTool
34 from webkitpy.tool.steps.validatechangelogs import ValidateChangeLogs
40 tool = MockTool()
41 tool._checkout.is_path_to_changelog = lambda path: True
42 step = ValidateChangeLogs(tool, MockOptions(git_commit=None, non_interactive=non_interactive))
closebugforlanddiff.py 29 from webkitpy.tool.comments import bug_comment_from_commit_text
30 from webkitpy.tool.steps.abstractstep import AbstractStep
31 from webkitpy.tool.steps.options import Options
obsoletepatches.py 29 from webkitpy.tool.grammar import pluralize
30 from webkitpy.tool.steps.abstractstep import AbstractStep
31 from webkitpy.tool.steps.options import Options
applypatch.py 29 from webkitpy.tool.steps.abstractstep import AbstractStep
30 from webkitpy.tool.steps.options import Options
applypatchwithlocalcommit.py 29 from webkitpy.tool.steps.applypatch import ApplyPatch
30 from webkitpy.tool.steps.options import Options
closebugforlanddiff_unittest.py 32 from webkitpy.tool.mocktool import MockOptions, MockTool
33 from webkitpy.tool.steps.closebugforlanddiff import CloseBugForLandDiff
ensurelocalcommitifneeded.py 29 from webkitpy.tool.steps.abstractstep import AbstractStep
30 from webkitpy.tool.steps.options import Options
reopenbugafterrollout.py 29 from webkitpy.tool.comments import bug_comment_from_commit_text
30 from webkitpy.tool.steps.abstractstep import AbstractStep
update.py 29 from webkitpy.tool.steps.abstractstep import AbstractStep
30 from webkitpy.tool.steps.options import Options
editchangelog.py 31 from webkitpy.tool.steps.abstractstep import AbstractStep
postdiffforcommit.py 29 from webkitpy.tool.steps.abstractstep import AbstractStep
promptforbugortitle.py 29 from webkitpy.tool.steps.abstractstep import AbstractStep
revertrevision.py 29 from webkitpy.tool.steps.abstractstep import AbstractStep
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
download.py 32 from webkitpy.tool import steps
37 from webkitpy.tool.commands.abstractsequencedcommand import AbstractSequencedCommand
38 from webkitpy.tool.commands.stepsequence import StepSequence
39 from webkitpy.tool.comments import bug_comment_from_commit_text
40 from webkitpy.tool.grammar import pluralize
41 from webkitpy.tool.multicommandtool import AbstractDeclarativeCommand
52 def _prepare_state(self, options, args, tool):
74 def _prepare_state(self, options, args, tool):
108 def _prepare_state(self, options, args, tool):
112 "bug_id": (args and args[0]) or tool.checkout().bug_id_for_this_commit(options.git_commit, changed_files)
    [all...]
queues_unittest.py 39 from webkitpy.tool.commands.commandtest import CommandsTest
40 from webkitpy.tool.commands.queues import *
41 from webkitpy.tool.commands.queuestest import QueuesTest
42 from webkitpy.tool.commands.stepsequence import StepSequence
43 from webkitpy.tool.mocktool import MockTool, MockSCM, MockStatusServer
64 tool = MockTool()
65 tool.status_server.bot_id = "gort"
66 tool.executive = Mock()
67 queue.bind_to_tool(tool)
76 tool.executive.run_and_throw_if_fail.assert_called_with(expected_run_args
    [all...]
queries_unittest.py 33 from webkitpy.tool.commands.commandtest import CommandsTest
34 from webkitpy.tool.commands.queries import *
35 from webkitpy.tool.mocktool import MockTool
81 tool = MockTool()
83 command.bind_to_tool(tool)
89 tool.checkout().commit_info_for_revision = raising_mock
openbugs_unittest.py 29 from webkitpy.tool.commands.commandtest import CommandsTest
30 from webkitpy.tool.commands.openbugs import OpenBugs
queries.py 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):
57 reviewers = tool.checkout().suggested_reviewers(options.git_commit)
65 def execute(self, options, args, tool):
67 bug_ids = tool.bugs.queries.fetch_bug_ids_from_commit_queue()
76 def execute(self, options, args, tool):
77 patches = tool.bugs.queries.fetch_patches_from_commit_queue()
104 def execute(self, options, args, tool)
    [all...]
queuestest.py 35 from webkitpy.tool.commands.stepsequence import StepSequenceErrorHandler
36 from webkitpy.tool.mocktool import MockTool
67 def assert_queue_outputs(self, queue, args=None, work_item=None, expected_stdout=None, expected_stderr=None, expected_exceptions=None, options=None, tool=None):
68 if not tool:
69 tool = MockTool()
72 tool.filesystem.write_text_file('/mock/results.html', "")
84 tool.user.prompt = lambda message: "yes"
86 queue.execute(options, args, tool, engine=MockQueueEngine)
98 self.assert_outputs(queue.handle_script_error, "handle_script_error", [tool, {"patch": self.mock_work_item}, ScriptError(message="ScriptError error message", script_args="MockErrorCommand")], expected_stdout, expected_stderr, expected_exceptions)
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
sheriffircbot_unittest.py 33 from webkitpy.tool.bot.sheriff import Sheriff
34 from webkitpy.tool.bot.sheriffircbot import SheriffIRCBot
35 from webkitpy.tool.bot.sheriff_unittest import MockSheriffBot
36 from webkitpy.tool.mocktool import MockTool
40 tool = MockTool()
41 tool.ensure_irc_connected(None)
42 bot = SheriffIRCBot(tool, Sheriff(tool, MockSheriffBot()))
feeders.py 31 from webkitpy.tool.grammar import pluralize
35 def __init__(self, tool):
36 self._tool = tool
45 def __init__(self, tool):
46 AbstractFeeder.__init__(self, tool)
85 def __init__(self, tool):
87 AbstractFeeder.__init__(self, tool)
  /external/webkit/Tools/Scripts/webkitpy/tool/
grammar_unittest.py 31 from webkitpy.tool.grammar import join_with_separators
  /external/llvm/tools/opt/
Android.mk 7 # opt command line tool (common)
35 # opt command line tool (host)
57 # opt command line tool (target)
  /build/tools/rgb2565/
Android.mk 8 # rgb2565 host tool
  /external/libffi/testsuite/lib/
wrapper.exp 19 # ${tool}_maybe_build_wrapper -- Build wrapper object if the target
24 proc ${tool}_maybe_build_wrapper { filename args } {

Completed in 440 milliseconds

12 3 4 5 6 7 8