Home
last modified time | relevance | path

Searched refs:is_cygwin (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/
Dconfigure.py91 def is_cygwin(): function
224 if is_windows() or is_cygwin():
249 if is_windows() or is_cygwin():
700 if is_windows() or is_cygwin():
728 if is_windows() or is_cygwin():
795 if is_windows() or is_cygwin():
/external/python/pyfakefs/pyfakefs/tests/
Dtest_utils.py51 is_cygwin = sys.platform == 'cygwin' variable in TestCase
Dfake_filesystem_test.py1004 @unittest.skipIf(TestCase.is_windows or TestCase.is_cygwin,