Home
last modified time | relevance | path

Searched refs:output_limit (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKitTools/Scripts/webkitpy/
Dexecutive.py59 def message_with_output(self, output_limit=500): argument
61 if output_limit and len(self.output) > output_limit:
63 (self, output_limit, self.output[-output_limit:])
/external/webkit/WebKitTools/Scripts/webkitpy/commands/
Dqueues.py132 output = script_error.message_with_output(output_limit=5*1024*1024) # 5MB
293 …it-style." % (state["patch"].id(), cls.name, script_error.message_with_output(output_limit=3*1024))
/external/webkit/WebKitTools/
DChangeLog2249 Unreviewed. Arg. Someone renamed limit to output_limit on me.