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

1 2

  /external/google-breakpad/src/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 65 COMMAND_WITH_COLOR = ({}, [PROGRAM_PATH, '--gtest_color=yes'])
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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'])
  /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/webrtc/third_party/gtest-parallel/
gtest-parallel 257 parser.add_option('--gtest_color', type='string', default='yes',
353 ['--gtest_color=' + options.gtest_color],
  /bionic/tests/
gtest_main.cpp 945 std::string gtest_color; member in struct:IsolationTestOptions
    [all...]
  /external/opencv3/modules/ts/misc/
run.py 716 usercolor = [a for a in args if a.startswith("--gtest_color=")]
718 args.append("--gtest_color=yes")
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 2587 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 2581 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 2586 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/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 4070 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
    [all...]
  /external/opencv3/modules/ts/src/
ts_gtest.cpp 4086 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 3921 const char* const gtest_color = GTEST_FLAG(color).c_str(); local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
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 5774 milliseconds

1 2