Searched refs:should_continue_work_queue (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dqueues_unittest.py87 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())
H A Dqueuestest.py91 self.assert_outputs(queue.should_continue_work_queue, "should_continue_work_queue", [], expected_stdout, expected_stderr, expected_exceptions)
H A Dqueues.py123 def should_continue_work_queue(self): member in class:AbstractQueue
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dqueueengine.py54 def should_continue_work_queue(self): member in class:QueueEngineDelegate
93 while (self._delegate.should_continue_work_queue()):
H A Dqueueengine_unittest.py51 '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 1899 milliseconds