HomeSort by relevance Sort by last modified time
    Searched refs:should_proceed_with_work_item (Results 1 - 6 of 6) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
queueengine.py 60 def should_proceed_with_work_item(self, work_item): member in class:QueueEngineDelegate
100 if not self._delegate.should_proceed_with_work_item(work_item):
queueengine_unittest.py 53 'should_proceed_with_work_item',
85 def should_proceed_with_work_item(self, work_item): member in class:LoggingDelegate
86 self.record("should_proceed_with_work_item")
116 def should_proceed_with_work_item(self, work_item): member in class:NotSafeToProceedDelegate
117 self.record("should_proceed_with_work_item")
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
sheriffbot.py 75 def should_proceed_with_work_item(self, failure_map): member in class:SheriffBot
queues.py 130 def should_proceed_with_work_item(self, work_item): member in class:AbstractQueue
187 def should_proceed_with_work_item(self, work_item): member in class:FeederQueue
258 def should_proceed_with_work_item(self, patch): member in class:CommitQueue
407 def should_proceed_with_work_item(self, patch): member in class:AbstractReviewQueue
440 def should_proceed_with_work_item(self, patch): member in class:StyleQueue
earlywarningsystem.py 43 def should_proceed_with_work_item(self, patch): member in class:AbstractEarlyWarningSystem
queuestest.py 93 self.assert_outputs(queue.should_proceed_with_work_item, "should_proceed_with_work_item", [work_item], expected_stdout, expected_stderr, expected_exceptions)

Completed in 33 milliseconds