Home
last modified time | relevance | path

Searched refs:QueueEngine (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/bot/
Dqueueengine_unittest.py38 from webkitpy.tool.bot.queueengine import QueueEngine, QueueEngineDelegate, TerminateQueue
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())
192 engine = QueueEngine("test", None, None)
196 engine = QueueEngine("test", None, None)
Dqueueengine.py71 class QueueEngine: class
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Dstepsequence.py34 from webkitpy.tool.bot.queueengine import QueueEngine
76 QueueEngine.exit_after_handled_error(e)
83 QueueEngine.exit_after_handled_error(e)
Dearlywarningsystem_unittest.py33 from webkitpy.tool.bot.queueengine import QueueEngine
64 raise ScriptError('MOCK script error', exit_code=QueueEngine.handled_error_code)
Dearlywarningsystem.py33 from webkitpy.tool.bot.queueengine import QueueEngine
102 QueueEngine.exit_after_handled_error(script_error)
Dqueues.py50 from webkitpy.tool.bot.queueengine import QueueEngine, QueueEngineDelegate
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/
DChangeLog-2010-05-2418132 …- QueueEngine is no longer used just by the commit-queue, update the logging to say "processing" i…
18326 …- QueueEngine is no longer used just by the commit-queue, update the logging to say "processing" i…
22069 Renamed WorkQueue to QueueEngine. WorkQueue is not a queue.
DChangeLog-2011-02-1618159 Ensure that QueueEngine cleans up its log files when its delegate
18169 (QueueEngine.run): Stop ourselves normally (including cleaning up log