Searched refs:use_color (Results 1 - 12 of 12) sorted by relevance

/external/libcxx/test/libcxx/test/
H A Dconfig.py507 use_color = self.get_lit_conf('color_diagnostics')
508 if use_color is None:
509 use_color = os.environ.get('LIBCXX_COLOR_DIAGNOSTICS')
510 if use_color is None:
512 if use_color != '':
514 % use_color)
/external/toybox/kconfig/lxdialog/
H A Dutil.c159 int use_color = 1; local
169 use_color = 0;
171 return use_color;
/external/lldb/include/lldb/API/
H A DSBDebugger.h176 SetUseColor (bool use_color);
/external/lldb/include/lldb/Core/
H A DDebugger.h314 SetUseColor (bool use_color);
/external/lldb/source/Core/
H A DDebugger.cpp2610 bool use_color = exe_ctx ? exe_ctx->GetTargetRef().GetDebugger().GetUseColor() : true; local
2611 std::string format_str = lldb_utility::ansi::FormatAnsiTerminalCodes (format, use_color);
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc2626 const bool use_color = false; local
2630 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
2634 if (!use_color) {
/external/gtest/src/
H A Dgtest.cc2626 const bool use_color = false; local
2630 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
2634 if (!use_color) {
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc2597 const bool use_color = false; local
2601 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
2605 if (!use_color) {
/external/mesa3d/src/gtest/src/
H A Dgtest.cc2625 const bool use_color = false; local
2629 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
2633 if (!use_color) {
/external/protobuf/gtest/src/
H A Dgtest.cc2619 const bool use_color = false; local
2623 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
2627 if (!use_color) {
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4110 const bool use_color = false; local
4114 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
4118 if (!use_color) {
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc3959 const bool use_color = false; local
3963 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
3967 if (!use_color) {

Completed in 274 milliseconds