Home
last modified time | relevance | path

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

/third_party/alsa-utils/alsamixer/
Dcolors.c56 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/
Dcolorprint.cc47 case COLOR_GREEN: in GetPlatformColorCode()
65 case COLOR_GREEN: in GetPlatformColorCode()
Dcolorprint.h12 COLOR_GREEN, enumerator
Dconsole_reporter.cc122 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN; in PrintRunData()
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dcolorprint.cc47 case COLOR_GREEN: in GetPlatformColorCode()
65 case COLOR_GREEN: in GetPlatformColorCode()
Dcolorprint.h12 COLOR_GREEN, enumerator
Dconsole_reporter.cc107 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN; in PrintRunData()
/third_party/mesa3d/src/gallium/drivers/r600/
Deg_debug.c39 #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/
Dgtest.cc2936 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/
Dcheckasm.c48 #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/
Dgstradioac.c69 COLOR_GREEN, enumerator
102 {COLOR_GREEN, "Green", "green"}, in gst_radioactv_color_get_type()
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dvideotestsrc.c50 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/
Dutil.c95 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/
Dlife.py177 curses.init_pair(3, curses.COLOR_GREEN, 0)
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_debug.c290 #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/
Dac_debug.c52 #define COLOR_GREEN "\033[1;32m" macro
58 #define O_COLOR_GREEN (debug_get_option_color() ? COLOR_GREEN : "")
/third_party/mesa3d/src/amd/vulkan/
Dradv_debug.c46 #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/
Dfdperf.c650 init_pair(COLOR_GROUP_HEADER, COLOR_WHITE, COLOR_GREEN); in main_ui()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgltestsrc.c46 COLOR_GREEN, enumerator
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h1806 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW }; enumerator
/third_party/python/Modules/
D_cursesmodule.c4856 SetDictInt("COLOR_GREEN", COLOR_GREEN); in PyInit__curses()
/third_party/python/Doc/library/
Dcurses.rst1754 | ``COLOR_GREEN`` | Green |
/third_party/gettext/gnulib-local/
DChangeLog.01227 (COLOR_BLACK, COLOR_BLUE, COLOR_GREEN, COLOR_CYAN, COLOR_RED,