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

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queues_unittest.py 87 self.assertTrue(queue.should_continue_work_queue())
88 self.assertTrue(queue.should_continue_work_queue())
89 self.assertTrue(queue.should_continue_work_queue())
90 self.assertFalse(queue.should_continue_work_queue())
95 self.assertTrue(queue.should_continue_work_queue())
96 self.assertTrue(queue.should_continue_work_queue())
97 self.assertTrue(queue.should_continue_work_queue())
98 self.assertTrue(queue.should_continue_work_queue())
queuestest.py 91 self.assert_outputs(queue.should_continue_work_queue, "should_continue_work_queue", [], expected_stdout, expected_stderr, expected_exceptions)
queues.py 123 def should_continue_work_queue(self): member in class:AbstractQueue
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
queueengine.py 54 def should_continue_work_queue(self): member in class:QueueEngineDelegate
93 while (self._delegate.should_continue_work_queue()):
queueengine_unittest.py 51 'should_continue_work_queue',
56 'should_continue_work_queue',
74 def should_continue_work_queue(self): member in class:LoggingDelegate
75 self.record("should_continue_work_queue")

Completed in 38 milliseconds