Searched refs:should_proceed_with_work_item (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
D | queues.py | 130 def should_proceed_with_work_item(self, work_item): member in AbstractQueue 187 def should_proceed_with_work_item(self, work_item): member in FeederQueue 258 def should_proceed_with_work_item(self, patch): member in CommitQueue 407 def should_proceed_with_work_item(self, patch): member in AbstractReviewQueue 440 def should_proceed_with_work_item(self, patch): member in StyleQueue
|
D | sheriffbot.py | 75 def should_proceed_with_work_item(self, failure_map): member in SheriffBot
|
D | queuestest.py | 93 …self.assert_outputs(queue.should_proceed_with_work_item, "should_proceed_with_work_item", [work_it…
|
D | earlywarningsystem.py | 43 def should_proceed_with_work_item(self, patch): member in AbstractEarlyWarningSystem
|
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
D | queueengine.py | 60 def should_proceed_with_work_item(self, work_item): member in QueueEngineDelegate 100 if not self._delegate.should_proceed_with_work_item(work_item):
|
D | queueengine_unittest.py | 85 def should_proceed_with_work_item(self, work_item): member in LoggingDelegate 116 def should_proceed_with_work_item(self, work_item): member in NotSafeToProceedDelegate
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 24766 - should_proceed_with_work_item must return a patch object.
|