Home
last modified time | relevance | path

Searched defs:captured_stdout (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_xmlrpc.py1394 def captured_stdout(encoding='utf-8'): function
/third_party/python/Lib/test/support/
D__init__.py586 def captured_stdout(): function
/third_party/googletest/googletest/test/
Dgtest_unittest.cc5811 const std::string captured_stdout = GetCapturedStdout(); in TestParsingFlags() local