Home
last modified time | relevance | path

Searched refs:use_color (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/gbench/
H A Dreport.py43 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/tools/gbench/
H A Dreport.py32 def color_format(use_color, fmt_str, *args, **kwargs): argument
39 assert use_color is True or use_color is False
40 if not use_color:
87 def generate_difference_report(json1, json2, use_color=True): argument
122 output_strs += [color_format(use_color, fmt_str,
163 output_lines_with_header = generate_difference_report(json1, json2, use_color=False)
192 output_lines_with_header = generate_difference_report(json1, json2, use_color=False)
/netbsd-src/external/bsd/top/dist/
H A Dtop.c352 gstate->use_color = !gstate->use_color; in do_arguments()
771 gstate->use_color = Yes; in main()
813 color_activate(gstate->use_color); in main()
H A Dglobalstate.h55 int use_color; member
H A Dcommands.c581 gstate->use_color = color_activate(-1); in cmd_color()
/netbsd-src/external/bsd/less/dist/
H A Dopttbl.c70 public int use_color; /* Use UI color */ variable
591 BOOL|REPAINT, OPT_OFF, &use_color, NULL,
H A Doptfunc.c62 extern int use_color;
627 if (!use_color && (attr & AT_COLOR)) in opt_D()
H A Dline.c107 extern int use_color;
1557 if (use_color && (attr & AT_COLOR)) in color_index()
H A Dscreen.c298 extern int use_color;
2692 if (use_color && (attr & AT_COLOR)) in at_enter()
2699 if ((attr & AT_COLOR) && use_color) in at_enter()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dmake_graph.py219 theme.use_color = 1
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Dmake_graph.py219 theme.use_color = 1
/netbsd-src/sys/external/bsd/drm2/dist/drm/selftests/
H A Dtest-drm_mm.c1196 bool use_color, in evict_nodes() argument
1221 if (use_color) { in evict_nodes()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3036 const bool use_color = AlwaysFalse(); in ColoredPrintf() local
3040 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); in ColoredPrintf() local
3043 if (!use_color) { in ColoredPrintf()
/netbsd-src/external/bsd/less/dist/lesstest/lt/
H A Dsubsearch.lt324 extern int use_color;
2709 if (use_color && (attr & AT_COLOR))
2716 if ((attr & AT_COLOR) && use_color)