/third_party/gettext/libtextstyle/gnulib-local/tests/ |
D | test-term-ostream.c | 24 { "default", COLOR_DEFAULT } in main() 62 term_ostream_set_color (stream, COLOR_DEFAULT); in main() 63 term_ostream_set_bgcolor (stream, COLOR_DEFAULT); in main() 64 if (!(term_ostream_get_color (stream) == COLOR_DEFAULT in main() 65 && term_ostream_get_bgcolor (stream) == COLOR_DEFAULT)) in main() 84 term_ostream_set_bgcolor (stream, COLOR_DEFAULT); in main() 99 term_ostream_set_bgcolor (stream, COLOR_DEFAULT); in main() 114 term_ostream_set_bgcolor (stream, COLOR_DEFAULT); in main() 129 term_ostream_set_bgcolor (stream, COLOR_DEFAULT); in main() 144 term_ostream_set_bgcolor (stream, COLOR_DEFAULT); in main() [all …]
|
/third_party/gettext/libtextstyle/lib/ |
D | color.c | 97 { "default", COLOR_DEFAULT } in print_color_test() 135 term_ostream_set_color (stream, COLOR_DEFAULT); in print_color_test() 136 term_ostream_set_bgcolor (stream, COLOR_DEFAULT); in print_color_test() 137 if (!(term_ostream_get_color (stream) == COLOR_DEFAULT in print_color_test() 138 && term_ostream_get_bgcolor (stream) == COLOR_DEFAULT)) in print_color_test() 158 term_ostream_set_bgcolor (stream, COLOR_DEFAULT); in print_color_test() 174 term_ostream_set_bgcolor (stream, COLOR_DEFAULT); in print_color_test() 190 term_ostream_set_bgcolor (stream, COLOR_DEFAULT); in print_color_test() 206 term_ostream_set_bgcolor (stream, COLOR_DEFAULT); in print_color_test() 222 term_ostream_set_bgcolor (stream, COLOR_DEFAULT); in print_color_test() [all …]
|
D | textstyle.h | 203 COLOR_DEFAULT = -1 /* unknown */ enumerator
|
/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | console_reporter.cc | 114 printer(Out, COLOR_DEFAULT, "\n"); in PrintRunData() 156 printer(Out, COLOR_DEFAULT, " %*s/s", cNameLen - 2, s.c_str()); in PrintRunData() 158 printer(Out, COLOR_DEFAULT, " %*s", cNameLen, s.c_str()); in PrintRunData() 162 printer(Out, COLOR_DEFAULT, " %s=%s%s", c.first.c_str(), s.c_str(), in PrintRunData() 168 printer(Out, COLOR_DEFAULT, " %*s", 13, rate.c_str()); in PrintRunData() 172 printer(Out, COLOR_DEFAULT, " %*s", 18, items.c_str()); in PrintRunData() 176 printer(Out, COLOR_DEFAULT, " %s", result.report_label.c_str()); in PrintRunData() 179 printer(Out, COLOR_DEFAULT, "\n"); in PrintRunData()
|
D | colorprint.h | 10 COLOR_DEFAULT, enumerator
|
/third_party/benchmark/src/ |
D | console_reporter.cc | 129 printer(Out, COLOR_DEFAULT, "\n"); in PrintRunData() 176 printer(Out, COLOR_DEFAULT, " %*s%s", cNameLen - strlen(unit), s.c_str(), in PrintRunData() 179 printer(Out, COLOR_DEFAULT, " %s=%s%s", c.first.c_str(), s.c_str(), unit); in PrintRunData() 184 printer(Out, COLOR_DEFAULT, " %s", result.report_label.c_str()); in PrintRunData() 187 printer(Out, COLOR_DEFAULT, "\n"); in PrintRunData()
|
D | colorprint.h | 10 COLOR_DEFAULT, enumerator
|
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | term-ostream.oo.c | 274 return COLOR_DEFAULT; in rgb_to_color_monochrome() 1119 if ((attr.color != COLOR_DEFAULT || attr.bgcolor != COLOR_DEFAULT) in simplify_attributes() 1132 attr.color = COLOR_DEFAULT; in simplify_attributes() 1134 attr.bgcolor = COLOR_DEFAULT; in simplify_attributes() 1227 assert (new_color != COLOR_DEFAULT); in out_color_change() 1374 assert (new_bgcolor != COLOR_DEFAULT); in out_bgcolor_change() 1622 | (new_attr.color == COLOR_DEFAULT in out_attr_change() 1625 | (new_attr.bgcolor == COLOR_DEFAULT in out_attr_change() 1642 if ((new_attr.color == COLOR_DEFAULT && old_attr.color != COLOR_DEFAULT) in out_attr_change() 1643 || (new_attr.bgcolor == COLOR_DEFAULT && old_attr.bgcolor != COLOR_DEFAULT)) in out_attr_change() [all …]
|
D | term-ostream.oo.h | 37 COLOR_DEFAULT = -1 /* unknown */ enumerator
|
D | term-styled-ostream.oo.c | 288 return COLOR_DEFAULT; in style_compute_color_value() 294 return COLOR_DEFAULT; in style_compute_color_value()
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 1806 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW }; enumerator
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest.cc | 3040 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); in ColoredPrintf() 5844 GTestColor color = COLOR_DEFAULT; // The current color. in PrintColorEncoded() 5864 color = COLOR_DEFAULT; in PrintColorEncoded()
|