Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcolorprint.cc47 case COLOR_GREEN: in GetPlatformColorCode()
65 case COLOR_GREEN: in GetPlatformColorCode()
H A Dcolorprint.h12 COLOR_GREEN, enumerator
H A Dconsole_reporter.cc122 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN; in PrintRunData()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcolorprint.cc47 case COLOR_GREEN: in GetPlatformColorCode()
65 case COLOR_GREEN: in GetPlatformColorCode()
H A Dcolorprint.h12 COLOR_GREEN, enumerator
H A Dconsole_reporter.cc107 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN; in PrintRunData()
/netbsd-src/sys/external/bsd/sljit/dist/regex_src/
H A DregexMain.c35 #define COLOR_GREEN macro
40 #define COLOR_GREEN "\33[32m" macro
214 printf("all tests are " COLOR_GREEN "PASSED" COLOR_DEFAULT " "); in run_tests()
/netbsd-src/tests/lib/libcurses/tests/
H A Dcolor_set6 call OK init_pair 4 $COLOR_RED $COLOR_GREEN
H A Dcolor_content5 call4 OK 0 680 0 color_content $COLOR_GREEN
H A Dwcolor_set7 call OK init_pair 4 $COLOR_RED $COLOR_GREEN
H A Dslk50 call OK init_pair 4 $COLOR_RED $COLOR_GREEN
H A Dstd_defines15 assign COLOR_GREEN 0x02
/netbsd-src/games/colorbars/
H A Dcolorbars.c46 { "Green", COLOR_GREEN }, in main()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A 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 …]
/netbsd-src/games/testpat/
H A Dtestpat.c46 COLOR_GREEN,
96 init_pair(2, COLOR_WHITE, COLOR_GREEN); in main()
/netbsd-src/usr.bin/aiomixer/
H A Dmain.c554 init_pair(COLOR_LEVELS, COLOR_GREEN, COLOR_BLACK); in main()
555 init_pair(COLOR_SET_SELECTED, COLOR_BLACK, COLOR_GREEN); in main()
/netbsd-src/lib/libcurses/
H A Dcolor.c202 if (COLORS >= COLOR_GREEN) in start_color()
203 (void)init_color_value(COLOR_GREEN, 0, RGB_ON, 0); in start_color()
H A Dcurses.h390 #define COLOR_GREEN 0x02 macro
/netbsd-src/games/worms/
H A Dworms.c562 COLOR_BLACK, COLOR_RED, COLOR_GREEN, COLOR_YELLOW, in initclr()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1806 enum GTestColor { COLOR_DEFAULT, COLOR_RED, COLOR_GREEN, COLOR_YELLOW }; enumerator
/netbsd-src/usr.sbin/sysinst/
H A Dmenus.mi299 option MSG_Green_on_black, action { do_coloring(COLOR_GREEN,COLOR_BLACK); };
/netbsd-src/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c38 #define COLOR_GREEN macro
43 #define COLOR_GREEN "\33[32m" macro
5407 printf("all tests are " COLOR_GREEN "PASSED" COLOR_DEFAULT " "); in sljit_test()