/external/google-benchmark/tools/gbench/ |
D | report.py | 43 def color_format(use_color, fmt_str, *args, **kwargs): argument 50 assert use_color is True or use_color is False 51 if not use_color: 147 def print_utest(partition, utest_alpha, first_col_width, use_color=True): argument 180 return [color_format(use_color, 197 use_color=True): argument 245 output_strs += [color_format(use_color, 265 use_color=use_color) 337 json1, json2, use_color=False) 371 json1, json2, use_color=False) [all …]
|
/external/libcxx/utils/google-benchmark/tools/gbench/ |
D | report.py | 43 def color_format(use_color, fmt_str, *args, **kwargs): argument 50 assert use_color is True or use_color is False 51 if not use_color: 147 def print_utest(partition, utest_alpha, first_col_width, use_color=True): argument 180 return [color_format(use_color, 197 use_color=True): argument 245 output_strs += [color_format(use_color, 265 use_color=use_color) 337 json1, json2, use_color=False) 371 json1, json2, use_color=False) [all …]
|
/external/toybox/toys/lsb/ |
D | dmesg.c | 39 int use_color; 45 if (TT.use_color) printf("\033[%dm", c); 114 TT.use_color = isatty(1); in dmesg_main() 116 if (TT.use_color) sigatexit(dmesg_cleanup); in dmesg_main()
|
/external/linux-kselftest/tools/testing/selftests/futex/include/ |
D | logging.h | 75 void log_color(int use_color) in log_color() argument 77 if (use_color) { in log_color()
|
/external/u-boot/scripts/kconfig/lxdialog/ |
D | util.c | 151 int use_color = 1; in set_theme() local 161 use_color = 0; in set_theme() 163 return use_color; in set_theme() 216 int use_color; in color_setup() local 218 use_color = set_theme(theme); in color_setup() 219 if (use_color && has_colors()) { in color_setup()
|
/external/libcxx/utils/libcxx/test/ |
D | config.py | 857 use_color = self.get_lit_conf('color_diagnostics') 858 if use_color is None: 859 use_color = os.environ.get('LIBCXX_COLOR_DIAGNOSTICS') 860 if use_color is None: 862 if use_color != '': 864 % use_color)
|
/external/toybox/kconfig/lxdialog/ |
D | util.c | 159 int use_color = 1; in set_theme() local 169 use_color = 0; in set_theme() 171 return use_color; in set_theme()
|
/external/toybox/generated/ |
D | globals.h | 45 int use_color; member
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest.cc | 2596 const bool use_color = false; in ColoredPrintf() local 2600 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); in ColoredPrintf() local 2604 if (!use_color) { in ColoredPrintf()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 2597 const bool use_color = false; in ColoredPrintf() local 2601 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); in ColoredPrintf() local 2605 if (!use_color) { in ColoredPrintf()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 2626 const bool use_color = false; in ColoredPrintf() local 2630 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); in ColoredPrintf() local 2634 if (!use_color) { in ColoredPrintf()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 2963 const bool use_color = AlwaysFalse(); in ColoredPrintf() local 2967 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); in ColoredPrintf() local 2971 if (!use_color) { in ColoredPrintf()
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 2962 const bool use_color = AlwaysFalse(); in ColoredPrintf() local 2966 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); in ColoredPrintf() local 2970 if (!use_color) { in ColoredPrintf()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 2962 const bool use_color = AlwaysFalse(); in ColoredPrintf() local 2966 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); in ColoredPrintf() local 2970 if (!use_color) { in ColoredPrintf()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 3030 const bool use_color = AlwaysFalse(); in ColoredPrintf() local 3034 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); in ColoredPrintf() local 3038 if (!use_color) { in ColoredPrintf()
|
/external/googletest/googletest/src/ |
D | gtest.cc | 3025 const bool use_color = AlwaysFalse(); in ColoredPrintf() local 3029 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); in ColoredPrintf() local 3032 if (!use_color) { in ColoredPrintf()
|
/external/epid-sdk/ext/gtest/ |
D | gtest-all.cc | 4414 const bool use_color = AlwaysFalse(); in ColoredPrintf() local 4418 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); in ColoredPrintf() local 4422 if (!use_color) { in ColoredPrintf()
|