Searched defs:ShouldUseColor (Results 1 - 7 of 7) sorted by relevance

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc2586 bool ShouldUseColor(bool stdout_is_tty) { function in namespace:testing::internal
2629 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);
/external/gtest/src/
H A Dgtest.cc2585 bool ShouldUseColor(bool stdout_is_tty) { function in namespace:testing::internal
2629 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2557 bool ShouldUseColor(bool stdout_is_tty) { function in namespace:testing::internal
2600 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2585 bool ShouldUseColor(bool stdout_is_tty) { function in namespace:testing::internal
2628 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);
/external/protobuf/gtest/src/
H A Dgtest.cc2580 bool ShouldUseColor(bool stdout_is_tty) { function in namespace:testing::internal
2622 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc516 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
4069 bool ShouldUseColor(bool stdout_is_tty) { function in namespace:testing::internal
4113 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc503 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
3920 bool ShouldUseColor(bool stdout_is_tty) { function in namespace:testing::internal
3962 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0);

Completed in 141 milliseconds