Home
last modified time | relevance | path

Searched refs:COLOR_GREEN (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc2527 COLOR_GREEN, enumerator
2537 case COLOR_GREEN: return FOREGROUND_GREEN; in GetColorAttribute()
2550 case COLOR_GREEN: return "2"; in GetAnsiColorCode()
2721 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStart()
2730 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsSetUpStart()
2738 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart()
2749 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart()
2769 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEnd()
2791 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseEnd()
2800 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsTearDownStart()
[all …]
/ndk/build/tools/
Dbuild-host-gcc.sh294 COLOR_GREEN=
299 COLOR_GREEN="\e[32m"
308 printf "[${COLOR_GREEN}${HOST}${COLOR_END}]"