Searched refs:QueueEngine (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dstepsequence.py34 from webkitpy.tool.bot.queueengine import QueueEngine namespace
76 QueueEngine.exit_after_handled_error(e)
83 QueueEngine.exit_after_handled_error(e)
H A Dearlywarningsystem_unittest.py33 from webkitpy.tool.bot.queueengine import QueueEngine namespace
64 raise ScriptError('MOCK script error', exit_code=QueueEngine.handled_error_code)
H A Dearlywarningsystem.py33 from webkitpy.tool.bot.queueengine import QueueEngine namespace
102 QueueEngine.exit_after_handled_error(script_error)
H A Dqueues.py50 from webkitpy.tool.bot.queueengine import QueueEngine, QueueEngineDelegate namespace
141 def execute(self, options, args, tool, engine=QueueEngine):
417 if e.exit_code != QueueEngine.handled_error_code:
453 QueueEngine.exit_after_handled_error(script_error)
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dqueueengine_unittest.py38 from webkitpy.tool.bot.queueengine import QueueEngine, QueueEngineDelegate, TerminateQueue namespace
122 class FastQueueEngine(QueueEngine):
124 QueueEngine.__init__(self, "fast-queue", delegate, threading.Event())
153 delegate = RaisingDelegate(self, ScriptError(exit_code=QueueEngine.handled_error_code))
159 engine = QueueEngine("test-queue", delegate, threading.Event())
191 """Make sure there are no typos in the QueueEngine.now() method."""
192 engine = QueueEngine("test", None, None)
196 engine = QueueEngine("test", None, None)
H A Dqueueengine.py71 class QueueEngine: class in inherits:

Completed in 62 milliseconds