/external/llvm-project/llvm/utils/benchmark/src/ |
D | colorprint.cc | 47 case COLOR_GREEN: in GetPlatformColorCode() 65 case COLOR_GREEN: in GetPlatformColorCode()
|
D | colorprint.h | 12 COLOR_GREEN, enumerator
|
D | console_reporter.cc | 107 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN; in PrintRunData()
|
/external/libcxx/utils/google-benchmark/src/ |
D | colorprint.cc | 47 case COLOR_GREEN: in GetPlatformColorCode() 65 case COLOR_GREEN: in GetPlatformColorCode()
|
D | colorprint.h | 12 COLOR_GREEN, enumerator
|
D | console_reporter.cc | 122 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN; in PrintRunData()
|
/external/google-benchmark/src/ |
D | colorprint.cc | 47 case COLOR_GREEN: in GetPlatformColorCode() 65 case COLOR_GREEN: in GetPlatformColorCode()
|
D | colorprint.h | 12 COLOR_GREEN, enumerator
|
D | console_reporter.cc | 121 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN; in PrintRunData()
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | colorprint.cc | 47 case COLOR_GREEN: in GetPlatformColorCode() 65 case COLOR_GREEN: in GetPlatformColorCode()
|
D | colorprint.h | 12 COLOR_GREEN, enumerator
|
D | console_reporter.cc | 122 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN; in PrintRunData()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | eg_debug.c | 39 #define COLOR_GREEN "\033[1;32m" macro 169 fprintf(f, COLOR_GREEN "%s%s%s" COLOR_RESET ":\n", in ac_parse_packet3() 303 fprintf(f, COLOR_GREEN "NOP (type 2)" COLOR_RESET "\n"); in eg_parse_ib()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/term/ |
D | _term.py | 70 self['GREEN'] = make_color(_curses.COLOR_GREEN)
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/term/ |
D | _term.py | 71 self['GREEN'] = make_color(_curses.COLOR_GREEN)
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | ci_sanity.sh | 721 printf " ${COLOR_GREEN}PASS${COLOR_NC}\n" 745 printf "Sanity checks ${COLOR_GREEN}PASSED${COLOR_NC}\n"
|
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
D | builds_common.sh | 22 COLOR_GREEN='\033[0;32m'
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 2525 COLOR_GREEN, enumerator 2535 case COLOR_GREEN: return FOREGROUND_GREEN; in GetColorAttribute() 2548 case COLOR_GREEN: return "2"; in GetAnsiColorCode() 2715 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStart() 2724 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsSetUpStart() 2733 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart() 2744 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart() 2764 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEnd() 2787 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseEnd() 2796 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsTearDownStart() [all …]
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 2936 case COLOR_GREEN: return FOREGROUND_GREEN; in GetColorAttribute() 2980 case COLOR_GREEN: return "2"; in GetAnsiColorCode() 3169 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStart() 3178 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsSetUpStart() 3187 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart() 3201 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestSuiteStart() 3213 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart() 3238 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEnd() 3240 ColoredPrintf(COLOR_GREEN, "[ SKIPPED ] "); in OnTestEnd() 3263 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseEnd() [all …]
|
/external/llvm-project/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 2883 COLOR_GREEN, enumerator 2894 case COLOR_GREEN: return FOREGROUND_GREEN; in GetColorAttribute() 2907 case COLOR_GREEN: return "2"; in GetAnsiColorCode() 3084 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStart() 3093 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsSetUpStart() 3101 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart() 3112 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart() 3132 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEnd() 3154 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseEnd() 3163 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsTearDownStart() [all …]
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 3009 case COLOR_GREEN: return FOREGROUND_GREEN; in GetColorAttribute() 3053 case COLOR_GREEN: return "2"; in GetAnsiColorCode() 3240 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStart() 3249 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsSetUpStart() 3258 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart() 3272 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestSuiteStart() 3284 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart() 3306 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEnd() 3308 ColoredPrintf(COLOR_GREEN, "[ SKIPPED ] "); in OnTestEnd() 3331 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseEnd() [all …]
|
/external/python/cpython2/Demo/curses/ |
D | tclock.py | 80 curses.init_pair(3, curses.COLOR_GREEN, my_bg)
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest.cc | 2938 case COLOR_GREEN: return FOREGROUND_GREEN; in GetColorAttribute() 2982 case COLOR_GREEN: return "2"; in GetAnsiColorCode() 3160 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStart() 3169 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsSetUpStart() 3177 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart() 3188 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart() 3213 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEnd() 3215 ColoredPrintf(COLOR_GREEN, "[ SKIPPED ] "); in OnTestEnd() 3237 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseEnd() 3245 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsTearDownStart() [all …]
|
/external/mesa3d/src/amd/common/ |
D | ac_debug.c | 49 #define COLOR_GREEN "\033[1;32m" macro 259 fprintf(f, COLOR_GREEN "%s%s" COLOR_RESET ":\n", name, predicate); in ac_parse_packet3() 511 fprintf(f, COLOR_GREEN "NOP (type 2)" COLOR_RESET "\n"); in ac_do_parse_ib()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 2920 COLOR_GREEN, enumerator 2931 case COLOR_GREEN: return FOREGROUND_GREEN; in GetColorAttribute() 2975 case COLOR_GREEN: return "2"; in GetAnsiColorCode() 3153 ColoredPrintf(COLOR_GREEN, "[==========] "); in OnTestIterationStart() 3162 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsSetUpStart() 3170 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseStart() 3181 ColoredPrintf(COLOR_GREEN, "[ RUN ] "); in OnTestStart() 3201 ColoredPrintf(COLOR_GREEN, "[ OK ] "); in OnTestEnd() 3223 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnTestCaseEnd() 3232 ColoredPrintf(COLOR_GREEN, "[----------] "); in OnEnvironmentsTearDownStart() [all …]
|