Home
last modified time | relevance | path

Searched refs:reset_color (Results 1 – 5 of 5) sorted by relevance

/external/fmtlib/include/fmt/
Dcolor.h457 template <typename Char> inline void reset_color(FILE* stream) FMT_NOEXCEPT { in reset_color() function
458 fputs(detail::data::reset_color, stream); in reset_color()
461 template <> inline void reset_color<wchar_t>(FILE* stream) FMT_NOEXCEPT {
466 inline void reset_color(buffer<Char>& buffer) FMT_NOEXCEPT { in reset_color() function
467 const char* begin = data::reset_color; in reset_color()
468 const char* end = begin + sizeof(data::reset_color) - 1; in reset_color()
493 if (has_style) detail::reset_color<Char>(buf); in vformat_to()
Dformat-inl.h1070 template <typename T> const char basic_data<T>::reset_color[] = "\x1b[0m";
Dformat.h889 static const char reset_color[5];
/external/mesa3d/src/intel/tools/
Daubinator.c111 char *color = GREEN_HEADER, *reset_color = NORMAL; in aubinator_init() local
113 color = reset_color = ""; in aubinator_init()
116 color, "", reset_color); in aubinator_init()
/external/mesa3d/src/intel/common/
Dgen_batch_decoder.c1061 const char *reset_color = ctx->flags & GEN_BATCH_DECODE_IN_COLOR ? NORMAL : ""; in gen_print_batch() local
1067 reset_color); in gen_print_batch()
1088 offset, p[0], reset_color); in gen_print_batch()
1095 reset_color = NORMAL; in gen_print_batch()
1107 reset_color = ""; in gen_print_batch()
1111 color, offset, p[0], inst_name, reset_color); in gen_print_batch()