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

  /external/protobuf/gtest/test/
gtest_test_utils.py 56 IS_CYGWIN = os.name == 'posix' and 'CYGWIN' in os.uname()[0]
154 if (IS_WINDOWS or IS_CYGWIN) and not path.endswith('.exe'):
  /external/chromium_org/testing/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/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'):
  /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'):

Completed in 277 milliseconds