Searched refs:captured_stdout (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/gtest/test/ |
D | gtest_unittest.cc | 5224 const String captured_stdout = GetCapturedStdout(); in TestParsingFlags() local 5242 EXPECT_PRED_FORMAT2(IsSubstring, expected_help_fragment, captured_stdout); in TestParsingFlags() 5245 expected_help_fragment, captured_stdout); in TestParsingFlags()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_unittest.cc | 5497 const std::string captured_stdout = GetCapturedStdout(); in TestParsingFlags() local 5515 EXPECT_PRED_FORMAT2(IsSubstring, expected_help_fragment, captured_stdout); in TestParsingFlags() 5518 expected_help_fragment, captured_stdout); in TestParsingFlags()
|
/external/v8/testing/gtest/test/ |
D | gtest_unittest.cc | 5673 const std::string captured_stdout = GetCapturedStdout(); in TestParsingFlags() local 5691 EXPECT_PRED_FORMAT2(IsSubstring, expected_help_fragment, captured_stdout); in TestParsingFlags() 5694 expected_help_fragment, captured_stdout); in TestParsingFlags()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_unittest.cc | 5642 const String captured_stdout = GetCapturedStdout(); in TestParsingFlags() local 5660 EXPECT_PRED_FORMAT2(IsSubstring, expected_help_fragment, captured_stdout); in TestParsingFlags() 5663 expected_help_fragment, captured_stdout); in TestParsingFlags()
|
/external/googletest/googletest/test/ |
D | gtest_unittest.cc | 5673 const std::string captured_stdout = GetCapturedStdout(); in TestParsingFlags() local 5691 EXPECT_PRED_FORMAT2(IsSubstring, expected_help_fragment, captured_stdout); in TestParsingFlags() 5694 expected_help_fragment, captured_stdout); in TestParsingFlags()
|