Home
last modified time | relevance | path

Searched refs:COLOR_YELLOW (Results 1 – 7 of 7) sorted by relevance

/external/gtest/src/
Dgtest.cc2481 COLOR_YELLOW enumerator
2491 case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; in GetColorAttribute()
2504 case COLOR_YELLOW: return "3"; in GetAnsiColorCode()
2591 using internal::COLOR_YELLOW;
2627 ColoredPrintf(COLOR_YELLOW, in OnUnitTestStart()
2632 ColoredPrintf(COLOR_YELLOW, in OnUnitTestStart()
2796 ColoredPrintf(COLOR_YELLOW, in OnUnitTestEnd()
4143 color = COLOR_YELLOW; in UnitTestImpl()
/external/protobuf/gtest/src/
Dgtest.cc2525 COLOR_YELLOW enumerator
2535 case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; in GetColorAttribute()
2548 case COLOR_YELLOW: return "3"; in GetAnsiColorCode()
2673 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart()
2678 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart()
2685 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart()
2838 ColoredPrintf(COLOR_YELLOW, in OnTestIterationEnd()
4454 color = COLOR_YELLOW; in UnitTestImpl()
/external/chromium/testing/gtest/src/
Dgtest.cc2554 COLOR_YELLOW enumerator
2564 case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; in GetColorAttribute()
2577 case COLOR_YELLOW: return "3"; in GetAnsiColorCode()
2725 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart()
2731 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart()
2738 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart()
2883 ColoredPrintf(COLOR_YELLOW, in OnTestIterationEnd()
4697 color = COLOR_YELLOW; in PrintColorEncoded()
/external/llvm/utils/unittest/googletest/
Dgtest.cc2520 COLOR_YELLOW enumerator
2530 case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; in GetColorAttribute()
2543 case COLOR_YELLOW: return "3"; in GetAnsiColorCode()
2673 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart()
2678 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart()
2685 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart()
2838 ColoredPrintf(COLOR_YELLOW, in OnTestIterationEnd()
4482 color = COLOR_YELLOW; in UnitTestImpl()
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest.cc2179 COLOR_YELLOW enumerator
2189 case COLOR_YELLOW: return FOREGROUND_RED | FOREGROUND_GREEN; in GetColorAttribute()
2201 case COLOR_YELLOW: return "3"; in GetAnsiColorCode()
2281 using internal::COLOR_YELLOW;
2316 ColoredPrintf(COLOR_YELLOW, in OnUnitTestStart()
2436 ColoredPrintf(COLOR_YELLOW, in OnUnitTestEnd()
/external/qemu/
Dcurses.c289 COLOR_RED, COLOR_MAGENTA, COLOR_YELLOW, COLOR_WHITE, in curses_setup()
Dconsole.c392 COLOR_YELLOW = 3, enumerator
826 s->t_attrib.fgcol=COLOR_YELLOW; in console_handle_escape()
851 s->t_attrib.bgcol=COLOR_YELLOW; in console_handle_escape()