Home
last modified time | relevance | path

Searched refs:BACKGROUND_RED (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/tools/trace/
H A Dformat.py112 BACKGROUND_RED = 0x40 variable in WindowsConsoleFormatter
/third_party/libuv/test/
H A Dtest-tty-escape-sequence-processing.c44 #define BACKGROUND_WHITE (BACKGROUND_RED | BACKGROUND_GREEN | BACKGROUND_BLUE)
46 #define BACKGROUND_YELLOW (BACKGROUND_RED | BACKGROUND_GREEN)
48 #define BACKGROUND_MAGENTA (BACKGROUND_RED | BACKGROUND_BLUE)
1068 {B_RED, BACKGROUND_RED}, in TEST_IMPL()
/third_party/libuv/src/win/
H A Dtty.c320 if (uv_tty_default_text_attributes & BACKGROUND_RED) in uv__tty_capture_initial_style()
1513 info.wAttributes &= ~(BACKGROUND_RED | BACKGROUND_GREEN | BACKGROUND_BLUE); in uv__tty_set_style()
1514 if (bg_color & 1) info.wAttributes |= BACKGROUND_RED; in uv__tty_set_style()
/third_party/node/deps/uv/src/win/
H A Dtty.c325 if (uv_tty_default_text_attributes & BACKGROUND_RED) in uv__tty_capture_initial_style()
1524 info.wAttributes &= ~(BACKGROUND_RED | BACKGROUND_GREEN | BACKGROUND_BLUE); in uv__tty_set_style()
1525 if (bg_color & 1) info.wAttributes |= BACKGROUND_RED; in uv__tty_set_style()
/third_party/googletest/googletest/src/
H A Dgtest.cc3190 BACKGROUND_RED | BACKGROUND_INTENSITY;
/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc2956 BACKGROUND_RED | BACKGROUND_INTENSITY; in GetNewColor()
/third_party/node/deps/googletest/src/
H A Dgtest.cc3201 BACKGROUND_RED | BACKGROUND_INTENSITY;
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h3940 g_origFgAttrs = csbiInfo.wAttributes & ~(BACKGROUND_GREEN | BACKGROUND_RED |
/third_party/libabigail/tests/lib/
H A Dcatch.hpp10121 originalForegroundAttributes = csbiInfo.wAttributes & ~( BACKGROUND_GREEN | BACKGROUND_RED | BACKGROUND_BLUE | BACKGROUND_INTENSITY );

Completed in 55 milliseconds