Home | History | Annotate | Download | only in gbench

Lines Matching refs:use_color

43 def color_format(use_color, fmt_str, *args, **kwargs):
46 'args' and 'kwargs' according to the value of 'use_color'. If 'use_color'
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):
180 return [color_format(use_color,
197 use_color=True):
245 output_strs += [color_format(use_color,
265 use_color=use_color)
337 json1, json2, use_color=False)
371 json1, json2, use_color=False)
439 json1, json2, utest=True, utest_alpha=0.05, use_color=False)
507 utest=True, utest_alpha=0.05, use_color=False)