Home
last modified time | relevance | path

Searched refs:BACKGROUND_RED (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Support/Windows/
DProcess.inc370 BACKGROUND_INTENSITY | BACKGROUND_RED);
396 colors = ((code&1) ? BACKGROUND_RED : 0) |
429 BACKGROUND_RED | BACKGROUND_INTENSITY;
435 ((attributes & FOREGROUND_RED )?BACKGROUND_RED :0) |
439 ((attributes & BACKGROUND_RED )?FOREGROUND_RED :0) |
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc358 BACKGROUND_INTENSITY | BACKGROUND_RED);
384 colors = ((code&1) ? BACKGROUND_RED : 0) |
417 BACKGROUND_RED | BACKGROUND_INTENSITY;
423 ((attributes & FOREGROUND_RED )?BACKGROUND_RED :0) |
427 ((attributes & BACKGROUND_RED )?FOREGROUND_RED :0) |
/external/mesa3d/src/gallium/tools/trace/
Dformat.py112 BACKGROUND_RED = 0x40 variable in WindowsConsoleFormatter
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DProcess.inc202 colors = ((code&1) ? BACKGROUND_RED : 0) |