Searched refs:reset_color (Results 1 – 7 of 7) sorted by relevance
/external/fmtlib/include/fmt/ |
D | color.h | 457 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()
|
D | format-inl.h | 1070 template <typename T> const char basic_data<T>::reset_color[] = "\x1b[0m";
|
D | format.h | 889 static const char reset_color[5];
|
/external/mesa3d/src/intel/tools/ |
D | aubinator.c | 111 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/ |
D | gen_batch_decoder.c | 1061 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()
|
/external/armnn/third-party/fmt/ |
D | format-inl.h | 338 template <typename T> const char basic_data<T>::reset_color[] = "\x1b[0m";
|
D | format.h | 781 static const char reset_color[5];
|