HomeSort by relevance Sort by last modified time
    Searched refs:use_color (Results 1 - 17 of 17) sorted by null

  /external/toybox/toys/lsb/
dmesg.c 39 int use_color;
45 if (TT.use_color) printf("\033[%dm", c);
114 TT.use_color = isatty(1);
116 if (TT.use_color) sigatexit(dmesg_cleanup);
  /external/linux-kselftest/tools/testing/selftests/futex/include/
logging.h 73 * @use_color: use color (1) or not (0)
75 void log_color(int use_color)
77 if (use_color) {
  /external/google-benchmark/tools/gbench/
report.py 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,
    [all...]
  /external/libcxx/utils/google-benchmark/tools/gbench/
report.py 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,
    [all...]
  /external/u-boot/scripts/kconfig/lxdialog/
util.c 151 int use_color = 1; local
161 use_color = 0;
163 return use_color;
216 int use_color; local
218 use_color = set_theme(theme);
219 if (use_color && has_colors()) {
  /external/toybox/kconfig/lxdialog/
util.c 159 int use_color = 1; local
169 use_color = 0;
171 return use_color;
  /external/libcxx/utils/libcxx/test/
config.py     [all...]
  /external/toybox/generated/
globals.h 45 int use_color; member in struct:dmesg_data
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 2626 const bool use_color = false; local
2630 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
    [all...]
  /external/googletest/googletest/src/
gtest.cc 3025 const bool use_color = AlwaysFalse(); local
3029 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
    [all...]
  /external/libaom/libaom/third_party/googletest/src/googletest/src/
gtest.cc 2963 const bool use_color = AlwaysFalse(); local
2967 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 3030 const bool use_color = AlwaysFalse(); local
3034 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 2597 const bool use_color = false; local
2601 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 2962 const bool use_color = AlwaysFalse(); local
2966 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest.cc 2596 const bool use_color = false; local
2600 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
gtest.cc 2962 const bool use_color = AlwaysFalse(); local
2966 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
    [all...]
  /external/epid-sdk/ext/gtest/
gtest-all.cc 4414 const bool use_color = AlwaysFalse(); local
4418 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
    [all...]

Completed in 643 milliseconds