Home
last modified time | relevance | path

Searched refs:stdout_is_tty (Results 1 – 16 of 16) sorted by relevance

/external/llvm/utils/unittest/googletest/src/
Dgtest-internal-inl.h110 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
Dgtest.cc2557 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument
2564 return stdout_is_tty; in ShouldUseColor()
2575 return stdout_is_tty && term_supports_color; in ShouldUseColor()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest-internal-inl.h116 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
Dgtest.cc2916 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument
2923 return stdout_is_tty; in ShouldUseColor()
2939 return stdout_is_tty && term_supports_color; in ShouldUseColor()
/external/googletest/googletest/src/
Dgtest-internal-inl.h113 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
Dgtest.cc3234 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument
3241 return stdout_is_tty; in ShouldUseColor()
3257 return stdout_is_tty && term_supports_color; in ShouldUseColor()
/external/mesa3d/src/gtest/src/
Dgtest-internal-inl.h110 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
Dgtest.cc2990 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument
2997 return stdout_is_tty; in ShouldUseColor()
3013 return stdout_is_tty && term_supports_color; in ShouldUseColor()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-internal-inl.h111 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
Dgtest.cc3062 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument
3069 return stdout_is_tty; in ShouldUseColor()
3085 return stdout_is_tty && term_supports_color; in ShouldUseColor()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-internal-inl.h109 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
Dgtest.cc2984 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument
2991 return stdout_is_tty; in ShouldUseColor()
3007 return stdout_is_tty && term_supports_color; in ShouldUseColor()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-internal-inl.h110 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
Dgtest.cc2992 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument
2999 return stdout_is_tty; in ShouldUseColor()
3015 return stdout_is_tty && term_supports_color; in ShouldUseColor()
/external/fmtlib/test/
Dgmock-gtest-all.cc526 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
3952 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument
3959 return stdout_is_tty; in ShouldUseColor()
3971 return stdout_is_tty && term_supports_color; in ShouldUseColor()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc523 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
4364 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument
4371 return stdout_is_tty; in ShouldUseColor()
4387 return stdout_is_tty && term_supports_color; in ShouldUseColor()