Searched refs:captured_stderr_ (Results 1 – 5 of 5) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest-death-test.cc | 831 std::string captured_stderr_; member in testing::internal::FuchsiaDeathTest 920 size_t old_length = captured_stderr_.length(); in Wait() 922 captured_stderr_.resize(old_length + kBufferSize); in Wait() 924 0, &captured_stderr_.front() + old_length, kBufferSize, in Wait() 926 captured_stderr_.resize(old_length + bytes_read); in Wait() 1051 return captured_stderr_; in GetErrorLogs()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-death-test.cc | 832 std::string captured_stderr_; member in testing::internal::FuchsiaDeathTest 931 size_t old_length = captured_stderr_.length(); in Wait() 933 captured_stderr_.resize(old_length + kBufferSize); in Wait() 935 0, &captured_stderr_.front() + old_length, kBufferSize, in Wait() 937 captured_stderr_.resize(old_length + bytes_read); in Wait() 1065 return captured_stderr_; in GetErrorLogs()
|
/external/googletest/googletest/src/ |
D | gtest-death-test.cc | 833 std::string captured_stderr_; member in testing::internal::FuchsiaDeathTest 931 size_t old_length = captured_stderr_.length(); in Wait() 933 captured_stderr_.resize(old_length + kBufferSize); in Wait() 935 0, &captured_stderr_.front() + old_length, kBufferSize, in Wait() 937 captured_stderr_.resize(old_length + bytes_read); in Wait() 1064 return captured_stderr_; in GetErrorLogs()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-death-test.cc | 817 std::string captured_stderr_; member in testing::internal::FuchsiaDeathTest 910 size_t old_length = captured_stderr_.length(); in Wait() 912 captured_stderr_.resize(old_length + kBufferSize); in Wait() 914 stderr_socket_.read(0, &captured_stderr_.front() + old_length, in Wait() 916 captured_stderr_.resize(old_length + bytes_read); in Wait() 1040 std::string FuchsiaDeathTest::GetErrorLogs() { return captured_stderr_; } in GetErrorLogs()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface_unittest.cc | 2313 captured_stderr_ = GetCapturedTestStderr(); in Run() 2339 EXPECT_EQ(StripCR(expected_text), StripCR(captured_stderr_)); in ExpectStderrMatchesText() 2366 std::string captured_stderr_; member in google::protobuf::compiler::__anon5a1c7dce0111::EncodeDecodeTest
|