Home
last modified time | relevance | path

Searched refs:COLOR_DEFAULT (Results 1 – 12 of 12) sorted by relevance

/third_party/gettext/libtextstyle/gnulib-local/tests/
Dtest-term-ostream.c24 { "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/
Dcolor.c97 { "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 …]
Dtextstyle.h203 COLOR_DEFAULT = -1 /* unknown */ enumerator
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dconsole_reporter.cc114 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()
Dcolorprint.h10 COLOR_DEFAULT, enumerator
/third_party/benchmark/src/
Dconsole_reporter.cc129 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()
Dcolorprint.h10 COLOR_DEFAULT, enumerator
/third_party/gettext/libtextstyle/gnulib-local/lib/
Dterm-ostream.oo.c274 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 …]
Dterm-ostream.oo.h37 COLOR_DEFAULT = -1 /* unknown */ enumerator
Dterm-styled-ostream.oo.c288 return COLOR_DEFAULT; in style_compute_color_value()
294 return COLOR_DEFAULT; in style_compute_color_value()
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h1806 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW }; enumerator
/third_party/mesa3d/src/gtest/src/
Dgtest.cc3040 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()