Home
last modified time | relevance | path

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

/external/u-boot/tools/patman/
Dtout.py47 return stdout_is_tty and verbose > 0
51 if verbose > 0 and stdout_is_tty:
64 if stdout_is_tty:
152 global verbose, _progress, _color, _stdout, stdout_is_tty
160 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-internal-inl.h110 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
Dgtest.cc2586 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument
2593 return stdout_is_tty; in ShouldUseColor()
2604 return stdout_is_tty && term_supports_color; in ShouldUseColor()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal-inl.h110 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
/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/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-internal-inl.h116 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
Dgtest.cc2917 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument
2924 return stdout_is_tty; in ShouldUseColor()
2940 return stdout_is_tty && term_supports_color; in ShouldUseColor()
/external/mesa3d/src/gtest/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/swiftshader/third_party/llvm-7.0/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/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/googletest/googletest/src/
Dgtest-internal-inl.h110 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
Dgtest.cc2979 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument
2986 return stdout_is_tty; in ShouldUseColor()
3002 return stdout_is_tty && term_supports_color; in ShouldUseColor()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc2556 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument
2563 return stdout_is_tty; in ShouldUseColor()
2574 return stdout_is_tty && term_supports_color; in ShouldUseColor()
/external/epid-sdk/ext/gtest/
Dgtest-all.cc523 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
4368 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument
4375 return stdout_is_tty; in ShouldUseColor()
4391 return stdout_is_tty && term_supports_color; in ShouldUseColor()