Searched refs:stdout_is_tty (Results 1 – 18 of 18) sorted by relevance
47 return stdout_is_tty and verbose > 051 if verbose > 0 and stdout_is_tty:64 if stdout_is_tty:152 global verbose, _progress, _color, _stdout, stdout_is_tty160 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
110 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
2586 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument2593 return stdout_is_tty; in ShouldUseColor()2604 return stdout_is_tty && term_supports_color; in ShouldUseColor()
2557 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument2564 return stdout_is_tty; in ShouldUseColor()2575 return stdout_is_tty && term_supports_color; in ShouldUseColor()
116 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
2917 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument2924 return stdout_is_tty; in ShouldUseColor()2940 return stdout_is_tty && term_supports_color; in ShouldUseColor()
2916 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument2923 return stdout_is_tty; in ShouldUseColor()2939 return stdout_is_tty && term_supports_color; in ShouldUseColor()
109 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);
2984 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument2991 return stdout_is_tty; in ShouldUseColor()3007 return stdout_is_tty && term_supports_color; in ShouldUseColor()
2979 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument2986 return stdout_is_tty; in ShouldUseColor()3002 return stdout_is_tty && term_supports_color; in ShouldUseColor()
2556 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument2563 return stdout_is_tty; in ShouldUseColor()2574 return stdout_is_tty && term_supports_color; in ShouldUseColor()
523 GTEST_API_ bool ShouldUseColor(bool stdout_is_tty);4368 bool ShouldUseColor(bool stdout_is_tty) { in ShouldUseColor() argument4375 return stdout_is_tty; in ShouldUseColor()4391 return stdout_is_tty && term_supports_color; in ShouldUseColor()