Searched refs:ColoredPrintf (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 4105 void ColoredPrintf(GTestColor color, const char* fmt, ...) { in ColoredPrintf() function 4213 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 4219 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 4226 ColoredPrintf(COLOR_YELLOW, in OnTestIterationStart() 4231 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStart() 4240 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsSetUpStart() 4248 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart() 4259 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart() 4279 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEnd() 4281 ColoredPrintf(COLOR_RED, "[ FAILED ] "); in OnTestEnd() [all …]
|