Searched defs:stdout_is_tty (Results 1 - 9 of 9) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcolor.c133 int perf_config_colorbool(const char *var, const char *value, int stdout_is_tty) argument
150 if (stdout_is_tty < 0)
151 stdout_is_tty = isatty(1);
152 if (stdout_is_tty || (pager_in_use() && pager_use_color)) {
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc2870 bool ShouldUseColor(bool stdout_is_tty) { argument
2877 return stdout_is_tty;
2889 return stdout_is_tty && term_supports_color;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc2585 bool ShouldUseColor(bool stdout_is_tty) { argument
2592 return stdout_is_tty;
2603 return stdout_is_tty && term_supports_color;
/external/gtest/src/
H A Dgtest.cc2585 bool ShouldUseColor(bool stdout_is_tty) { argument
2592 return stdout_is_tty;
2604 return stdout_is_tty && term_supports_color;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2557 bool ShouldUseColor(bool stdout_is_tty) { argument
2564 return stdout_is_tty;
2575 return stdout_is_tty && term_supports_color;
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2585 bool ShouldUseColor(bool stdout_is_tty) { argument
2592 return stdout_is_tty;
2603 return stdout_is_tty && term_supports_color;
/external/protobuf/gtest/src/
H A Dgtest.cc2556 bool ShouldUseColor(bool stdout_is_tty) { argument
2563 return stdout_is_tty;
2573 return stdout_is_tty && term_supports_color;
/external/chromium_org/third_party/libvpx/source/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) { argument
4076 return stdout_is_tty;
4088 return stdout_is_tty && term_supports_color;
/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) { argument
4076 return stdout_is_tty;
4088 return stdout_is_tty && term_supports_color;

Completed in 170 milliseconds