/third_party/alsa-utils/alsamixer/ |
D | colors.c | 56 get_color_pair(COLOR_WHITE, COLOR_GREEN); in init_colors() 61 get_color_pair(COLOR_GREEN, COLOR_GREEN); in init_colors()
|
/third_party/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()
|
/third_party/json/benchmarks/thirdparty/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()
|
/third_party/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()
|
/third_party/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 …]
|
/third_party/ffmpeg/tests/checkasm/ |
D | checkasm.c | 48 #define COLOR_GREEN FOREGROUND_GREEN macro 52 #define COLOR_GREEN 2 macro 836 color_printf(COLOR_GREEN, "OK"); in checkasm_report()
|
/third_party/gstreamer/gstplugins_good/gst/effectv/ |
D | gstradioac.c | 69 COLOR_GREEN, enumerator 102 {COLOR_GREEN, "Green", "green"}, in gst_radioactv_color_get_type()
|
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/ |
D | videotestsrc.c | 50 COLOR_GREEN, enumerator 967 gst_video_test_src_unicolor (v, frame, COLOR_GREEN); in gst_video_test_src_green() 1033 p->color = p->colors + COLOR_GREEN; in gst_video_test_src_checkers1() 1059 p->color = p->colors + COLOR_GREEN; in gst_video_test_src_checkers2() 1085 p->color = p->colors + COLOR_GREEN; in gst_video_test_src_checkers4() 1111 p->color = p->colors + COLOR_GREEN; in gst_video_test_src_checkers8()
|
/third_party/toybox/kconfig/lxdialog/ |
D | util.c | 95 DLG_COLOR(uarrow, COLOR_GREEN, COLOR_WHITE, true); in set_classic_theme() 96 DLG_COLOR(darrow, COLOR_GREEN, COLOR_WHITE, true); in set_classic_theme()
|
/third_party/python/Tools/demo/ |
D | life.py | 177 curses.init_pair(3, curses.COLOR_GREEN, 0)
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_debug.c | 290 #define COLOR_GREEN "\033[1;32m" macro 657 fprintf(f, COLOR_GREEN "%s%s slot %u (%s):" COLOR_RESET "\n", chunk->shader_name, in si_log_chunk_desc_list_print() 965 " " COLOR_GREEN "^ SE%u SH%u CU%u " in si_print_annotated_shader()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_debug.c | 52 #define COLOR_GREEN "\033[1;32m" macro 58 #define O_COLOR_GREEN (debug_get_option_color() ? COLOR_GREEN : "")
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_debug.c | 46 #define COLOR_GREEN "\033[1;32m" macro 346 " " COLOR_GREEN "^ SE%u SH%u CU%u " in radv_dump_annotated_shader()
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
D | fdperf.c | 650 init_pair(COLOR_GROUP_HEADER, COLOR_WHITE, COLOR_GREEN); in main_ui()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gltestsrc.c | 46 COLOR_GREEN, enumerator
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 1806 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW }; enumerator
|
/third_party/python/Modules/ |
D | _cursesmodule.c | 4856 SetDictInt("COLOR_GREEN", COLOR_GREEN); in PyInit__curses()
|
/third_party/python/Doc/library/ |
D | curses.rst | 1754 | ``COLOR_GREEN`` | Green |
|
/third_party/gettext/gnulib-local/ |
D | ChangeLog.0 | 1227 (COLOR_BLACK, COLOR_BLUE, COLOR_GREEN, COLOR_CYAN, COLOR_RED,
|