OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_output_type
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/common/net/
testoutput.py
41
self.
_output_type
= output_type
104
return "TestOutput[%s/%s] %s%s" % (self._platform, self.
_output_type
, actual_str, self.name())
107
return self.
_output_type
testoutput_unittest.py
46
self.
_output_type
= output_type
60
return FakeTestOutput(platform, self.
_output_type
, self._contents, self._is_expected)
Completed in 215 milliseconds