Searched refs:COLOR_DEFAULT (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dconsole_reporter.cc114 printer(Out, COLOR_DEFAULT, "\n");
156 printer(Out, COLOR_DEFAULT, " %*s/s", cNameLen - 2, s.c_str());
158 printer(Out, COLOR_DEFAULT, " %*s", cNameLen, s.c_str());
162 printer(Out, COLOR_DEFAULT, " %s=%s%s", c.first.c_str(), s.c_str(),
168 printer(Out, COLOR_DEFAULT, " %*s", 13, rate.c_str());
172 printer(Out, COLOR_DEFAULT, " %*s", 18, items.c_str());
176 printer(Out, COLOR_DEFAULT, " %s", result.report_label.c_str());
179 printer(Out, COLOR_DEFAULT, "\n");
H A Dcolorprint.h10 COLOR_DEFAULT, enumerator in enum:benchmark::LogColor
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dconsole_reporter.cc129 printer(Out, COLOR_DEFAULT, "\n");
162 printer(Out, COLOR_DEFAULT, " %*s/s", cNameLen - 2, s.c_str());
164 printer(Out, COLOR_DEFAULT, " %*s", cNameLen, s.c_str());
168 printer(Out, COLOR_DEFAULT, " %s=%s%s", c.first.c_str(), s.c_str(),
174 printer(Out, COLOR_DEFAULT, " %s", result.report_label.c_str());
177 printer(Out, COLOR_DEFAULT, "\n");
H A Dcolorprint.h10 COLOR_DEFAULT, enumerator in enum:benchmark::LogColor
/netbsd-current/sys/external/bsd/sljit/dist/regex_src/
H A DregexMain.c37 #define COLOR_DEFAULT macro
42 #define COLOR_DEFAULT "\33[0m" macro
214 printf("all tests are " COLOR_GREEN "PASSED" COLOR_DEFAULT " ");
216 printf(COLOR_RED "%d" COLOR_DEFAULT " (" COLOR_RED "%d%%" COLOR_DEFAULT ") tests are failed ", fail, fail * 100 / (success + fail));
217 printf("on " COLOR_ARCH "%s" COLOR_DEFAULT "\n", regex_get_platform_name());
/netbsd-current/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 in enum:testing::internal::GTestColor
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2975 // Returns the ANSI color code for the given color. COLOR_DEFAULT is
3040 const bool use_color = in_color_mode && (color != COLOR_DEFAULT);
5844 GTestColor color = COLOR_DEFAULT; // The current color.
5864 color = COLOR_DEFAULT;
/netbsd-current/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c40 #define COLOR_DEFAULT macro
45 #define COLOR_DEFAULT "\33[0m" macro
5407 printf("all tests are " COLOR_GREEN "PASSED" COLOR_DEFAULT " ");
5409 printf(COLOR_RED "%d" COLOR_DEFAULT " (" COLOR_RED "%d%%" COLOR_DEFAULT ") tests are " COLOR_RED "FAILED" COLOR_DEFAULT " ", TEST_COUNT - successful_tests, (TEST_COUNT - successful_tests) * 100 / 47);
5410 printf("on " COLOR_ARCH "%s" COLOR_DEFAULT "%s\n", sljit_get_platform_name(), sljit_is_fpu_available() ? " (with fpu)" : " (without fpu)");

Completed in 270 milliseconds