Home
last modified time | relevance | path

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

/rocksdb-6.9/build_tools/
Dformat-diff.sh95 COLOR_GREEN="\033[0;32m"
101 sed -e "s/\(^+.*$\)/`echo -e \"$COLOR_GREEN\1$COLOR_END\"`/"
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc4376 COLOR_GREEN, enumerator
4387 case COLOR_GREEN: return FOREGROUND_GREEN; in GetColorAttribute()
4431 case COLOR_GREEN: return "2"; in GetAnsiColorCode()
4609 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStart()
4618 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsSetUpStart()
4626 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart()
4637 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart()
4679 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseEnd()
4688 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsTearDownStart()
4720 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationEnd()
[all …]