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

  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
queueengine.py 48 def work_item_log_path(self, work_item): member in class:QueueEngineDelegate
143 work_item_log_path = self._delegate.work_item_log_path(work_item)
144 if not work_item_log_path:
146 self._work_log = self._output_tee.add_log(work_item_log_path)
queueengine_unittest.py 54 'work_item_log_path',
67 def work_item_log_path(self, work_item): member in class:LoggingDelegate
68 self.record("work_item_log_path")
186 expected_callbacks.remove('work_item_log_path')
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
sheriffbot.py 57 def work_item_log_path(self, failure_map): member in class:SheriffBot
queuestest.py 89 self.assert_outputs(queue.work_item_log_path, "work_item_log_path", [work_item], expected_stdout, expected_stderr, expected_exceptions)
queues.py 108 def work_item_log_path(self, work_item): member in class:AbstractQueue
196 def work_item_log_path(self, work_item): member in class:FeederQueue
242 def work_item_log_path(self, patch): member in class:AbstractPatchQueue
352 # Note: We name the zip with the bug_id instead of patch_id to match work_item_log_path().

Completed in 768 milliseconds