Home
last modified time | relevance | path

Searched refs:g_captured_stderr (Results 1 – 12 of 12) sorted by relevance

/external/protobuf/gtest/src/
Dgtest-port.cc553 static CapturedStream* g_captured_stderr = NULL; variable
582 CaptureStream(kStdErrFileno, "stderr", &g_captured_stderr); in CaptureStderr()
589 String GetCapturedStderr() { return GetCapturedStream(&g_captured_stderr); } in GetCapturedStderr()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-port.cc588 static CapturedStream* g_captured_stderr = NULL; variable
617 CaptureStream(kStdErrFileno, "stderr", &g_captured_stderr); in CaptureStderr()
624 String GetCapturedStderr() { return GetCapturedStream(&g_captured_stderr); } in GetCapturedStderr()
/external/llvm/utils/unittest/googletest/src/
Dgtest-port.cc592 static CapturedStream* g_captured_stderr = NULL; variable
621 CaptureStream(kStdErrFileno, "stderr", &g_captured_stderr); in CaptureStderr()
628 String GetCapturedStderr() { return GetCapturedStream(&g_captured_stderr); } in GetCapturedStderr()
/external/mesa3d/src/gtest/src/
Dgtest-port.cc631 static CapturedStream* g_captured_stderr = NULL; variable
660 CaptureStream(kStdErrFileno, "stderr", &g_captured_stderr); in CaptureStderr()
670 return GetCapturedStream(&g_captured_stderr); in GetCapturedStderr()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-port.cc617 static CapturedStream* g_captured_stderr = NULL; variable
646 CaptureStream(kStdErrFileno, "stderr", &g_captured_stderr); in CaptureStderr()
653 String GetCapturedStderr() { return GetCapturedStream(&g_captured_stderr); } in GetCapturedStderr()
/external/v8/testing/gtest/src/
Dgtest-port.cc996 static CapturedStream* g_captured_stderr = NULL;
1025 CaptureStream(kStdErrFileno, "stderr", &g_captured_stderr); in CaptureStderr()
1035 return GetCapturedStream(&g_captured_stderr); in GetCapturedStderr()
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc1014 static CapturedStream* g_captured_stderr = NULL; variable
1043 CaptureStream(kStdErrFileno, "stderr", &g_captured_stderr); in CaptureStderr()
1053 return GetCapturedStream(&g_captured_stderr); in GetCapturedStderr()
Dgtest-port.cc.orig631 static CapturedStream* g_captured_stderr = NULL;
660 CaptureStream(kStdErrFileno, "stderr", &g_captured_stderr);
670 return GetCapturedStream(&g_captured_stderr);
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-port.cc1014 static CapturedStream* g_captured_stderr = NULL;
1043 CaptureStream(kStdErrFileno, "stderr", &g_captured_stderr); in CaptureStderr()
1053 return GetCapturedStream(&g_captured_stderr); in GetCapturedStderr()
/external/googletest/googletest/src/
Dgtest-port.cc1000 static CapturedStream* g_captured_stderr = NULL;
1029 CaptureStream(kStdErrFileno, "stderr", &g_captured_stderr); in CaptureStderr()
1039 return GetCapturedStream(&g_captured_stderr); in GetCapturedStderr()
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc8136 static CapturedStream* g_captured_stderr = NULL; variable
8165 CaptureStream(kStdErrFileno, "stderr", &g_captured_stderr); in CaptureStderr()
8172 String GetCapturedStderr() { return GetCapturedStream(&g_captured_stderr); } in GetCapturedStderr()
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest-all.cc8841 static CapturedStream* g_captured_stderr = NULL; variable
8870 CaptureStream(kStdErrFileno, "stderr", &g_captured_stderr); in CaptureStderr()
8880 return GetCapturedStream(&g_captured_stderr); in GetCapturedStderr()