OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:output_capture
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/common/system/
outputcapture.py
73
self.
output_capture
= OutputCapture()
74
(self.__captured_stdout, self.__captured_stderr) = self.
output_capture
.capture_output()
79
self.
output_capture
.restore_output()
user_unittest.py
58
output_capture
= OutputCapture()
59
actual_result =
output_capture
.assert_outputs(
Completed in 305 milliseconds