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

  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
update.py 36 from gslib.util import IS_CYGWIN
180 if IS_CYGWIN or IS_WINDOWS:
  /external/google-breakpad/src/testing/gtest/test/
gtest_test_utils.py 57 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0]
158 if (IS_WINDOWS or IS_CYGWIN) and not path.endswith('.exe'):
  /external/gtest/test/
gtest_test_utils.py 57 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0]
173 if (IS_WINDOWS or IS_CYGWIN) and not path.endswith('.exe'):
  /external/protobuf/gtest/test/
gtest_test_utils.py 57 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0]
158 if (IS_WINDOWS or IS_CYGWIN) and not path.endswith('.exe'):
run_tests_util.py 123 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0]
134 if IS_WINDOWS or IS_CYGWIN:
run_tests_util_test.py 51 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/
gtest_test_utils.py 57 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0]
173 if (IS_WINDOWS or IS_CYGWIN) and not path.endswith('.exe'):
  /ndk/sources/third_party/googletest/googletest/test/
gtest_test_utils.py 57 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0]
158 if (IS_WINDOWS or IS_CYGWIN) and not path.endswith('.exe'):
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
util.py 58 IS_CYGWIN = 'cygwin' in PLATFORM
    [all...]

Completed in 304 milliseconds