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

  /ndk/tests/
printers.py 21 def format_stats_str(num_tests, stats, use_color):
22 pass_label = util.color_string('PASS', 'green') if use_color else 'PASS'
23 fail_label = util.color_string('FAIL', 'red') if use_color else 'FAIL'
24 skip_label = util.color_string('SKIP', 'yellow') if use_color else 'SKIP'
38 def __init__(self, use_color=False, show_all=False):
39 self.use_color = use_color
45 stats.global_stats, self.use_color)
50 self.use_color)
55 print(result.to_string(colored=self.use_color))
    [all...]
run-all.py 340 use_color = sys.stdin.isatty() and os.name != 'nt'
341 printer = printers.StdoutPrinter(use_color=use_color,
  /external/libcxx/test/libcxx/test/
config.py 543 use_color = self.get_lit_conf('color_diagnostics')
544 if use_color is None:
545 use_color = os.environ.get('LIBCXX_COLOR_DIAGNOSTICS')
546 if use_color is None:
548 if use_color != '':
550 % use_color)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
config.py 542 use_color = self.get_lit_conf('color_diagnostics')
543 if use_color is None:
544 use_color = os.environ.get('LIBCXX_COLOR_DIAGNOSTICS')
545 if use_color is None:
547 if use_color != '':
549 % use_color)
    [all...]
  /external/toybox/kconfig/lxdialog/
util.c 159 int use_color = 1; local
169 use_color = 0;
171 return use_color;
  /frameworks/base/core/tests/overlaytests/
testrunner.py 97 def __init__(self, use_color):
100 if use_color:
528 dest='use_color', default=True,
568 printer = VerbosePrinter(opts.use_color)
  /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/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/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 2625 const bool use_color = false; local
2629 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 2619 const bool use_color = false; local
2623 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 2626 const bool use_color = false; local
2630 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 2600 const bool use_color = false; local
2604 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 3959 const bool use_color = false; local
3963 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 4110 const bool use_color = false; local
4114 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
    [all...]
  /external/opencv3/modules/ts/src/
ts_gtest.cpp 4126 const bool use_color = false; local
4130 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc 4110 const bool use_color = false; local
4114 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc 4110 const bool use_color = false; local
4114 const bool use_color = in_color_mode && (color != COLOR_DEFAULT); local
    [all...]

Completed in 276 milliseconds