Home
last modified time | relevance | path

Searched refs:IS_CYGWIN (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/testing/gtest/test/
Dgtest_test_utils.py57 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0] variable
158 if (IS_WINDOWS or IS_CYGWIN) and not path.endswith('.exe'):
/external/gtest/test/
Dgtest_test_utils.py57 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0] variable
173 if (IS_WINDOWS or IS_CYGWIN) and not path.endswith('.exe'):
/external/protobuf/gtest/test/
Dgtest_test_utils.py57 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0] variable
158 if (IS_WINDOWS or IS_CYGWIN) and not path.endswith('.exe'):
Drun_tests_util.py123 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0] variable
134 if IS_WINDOWS or IS_CYGWIN:
Drun_tests_util_test.py51 if run_tests_util.IS_WINDOWS or run_tests_util.IS_CYGWIN:
173 if run_tests_util.IS_WINDOWS or run_tests_util.IS_CYGWIN:
492 if run_tests_util.IS_WINDOWS or run_tests_util.IS_CYGWIN:
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_test_utils.py57 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0] variable
173 if (IS_WINDOWS or IS_CYGWIN) and not path.endswith('.exe'):
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dupdate.py36 from gslib.util import IS_CYGWIN
180 if IS_CYGWIN or IS_WINDOWS:
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dutil.py58 IS_CYGWIN = 'cygwin' in PLATFORM variable