HomeSort by relevance Sort by last modified time
    Searched full:gtest_color (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/testing/gtest/test/
gtest_color_test.py 42 COLOR_ENV_VAR = 'GTEST_COLOR'
43 COLOR_FLAG = 'gtest_color'
72 """Tests the case when there's neither GTEST_COLOR nor --gtest_color."""
87 """Tests the case when there's --gtest_color but not GTEST_COLOR."""
98 """Tests the case when there's GTEST_COLOR but not --gtest_color."""
109 """Tests the case when there are both GTEST_COLOR and --gtest_color.""
    [all...]
gtest_output_test.py 63 COMMAND_WITH_COLOR = ({}, [PROGRAM_PATH, '--gtest_color=yes'])
  /external/gtest/test/
gtest_color_test.py 42 COLOR_ENV_VAR = 'GTEST_COLOR'
43 COLOR_FLAG = 'gtest_color'
72 """Tests the case when there's neither GTEST_COLOR nor --gtest_color."""
87 """Tests the case when there's --gtest_color but not GTEST_COLOR."""
98 """Tests the case when there's GTEST_COLOR but not --gtest_color."""
109 """Tests the case when there are both GTEST_COLOR and --gtest_color.""
    [all...]
gtest_output_test.py 63 COMMAND_WITH_COLOR = ({}, [PROGRAM_PATH, '--gtest_color=yes'])
  /external/protobuf/gtest/test/
gtest_color_test.py 42 COLOR_ENV_VAR = 'GTEST_COLOR'
43 COLOR_FLAG = 'gtest_color'
72 """Tests the case when there's neither GTEST_COLOR nor --gtest_color."""
87 """Tests the case when there's --gtest_color but not GTEST_COLOR."""
98 """Tests the case when there's GTEST_COLOR but not --gtest_color."""
109 """Tests the case when there are both GTEST_COLOR and --gtest_color.""
    [all...]
gtest_output_test.py 64 COMMAND_WITH_COLOR = ({}, [PROGRAM_PATH, '--gtest_color=yes'])
  /ndk/sources/third_party/googletest/googletest/test/
gtest_color_test.py 42 COLOR_ENV_VAR = 'GTEST_COLOR'
43 COLOR_FLAG = 'gtest_color'
72 """Tests the case when there's neither GTEST_COLOR nor --gtest_color."""
87 """Tests the case when there's --gtest_color but not GTEST_COLOR."""
98 """Tests the case when there's GTEST_COLOR but not --gtest_color."""
109 """Tests the case when there are both GTEST_COLOR and --gtest_color.""
    [all...]
gtest_output_test.py 63 COMMAND_WITH_COLOR = ({}, [PROGRAM_PATH, '--gtest_color=yes'])
  /external/chromium_org/mojo/tools/
test_runner.py 62 if sys.stdout.isatty() and 'GTEST_COLOR' not in os.environ:
63 _logging.debug("Setting GTEST_COLOR=yes")
64 os.environ['GTEST_COLOR'] = 'yes'
  /external/chromium_org/tools/valgrind/
chrome_tests.py 746 parser.add_option("--gtest_color", dest="gtest_color", default="no",
  /external/chromium_org/testing/gtest/src/
gtest.cc 2871 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc 2586 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
    [all...]
  /external/gtest/src/
gtest.cc 2586 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 2558 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 2586 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 2557 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 2560 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc 4070 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 4070 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc 4070 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
    [all...]

Completed in 831 milliseconds