Searched refs:captured_stdout (Results 1 - 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/coverage/coverage/
H A Dtest_helpers.py166 self.captured_stdout = StringIO()
167 sys.stdout = Tee(sys.stdout, self.captured_stdout)
182 return self.captured_stdout.getvalue()
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc5224 const String captured_stdout = GetCapturedStdout(); local
5242 EXPECT_PRED_FORMAT2(IsSubstring, expected_help_fragment, captured_stdout);
5245 expected_help_fragment, captured_stdout);
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_unittest.cc5642 const String captured_stdout = GetCapturedStdout(); local
5660 EXPECT_PRED_FORMAT2(IsSubstring, expected_help_fragment, captured_stdout);
5663 expected_help_fragment, captured_stdout);
/external/gtest/test/
H A Dgtest_unittest.cc5497 const std::string captured_stdout = GetCapturedStdout(); local
5515 EXPECT_PRED_FORMAT2(IsSubstring, expected_help_fragment, captured_stdout);
5518 expected_help_fragment, captured_stdout);
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_unittest.cc5497 const std::string captured_stdout = GetCapturedStdout(); local
5515 EXPECT_PRED_FORMAT2(IsSubstring, expected_help_fragment, captured_stdout);
5518 expected_help_fragment, captured_stdout);

Completed in 1201 milliseconds