Home
last modified time | relevance | path

Searched refs:_supports_universal_builds (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
D_osx_support.py128 def _supports_universal_builds(): function
317 if not _supports_universal_builds():
393 if not _supports_universal_builds():
/external/python/cpython3/Lib/
D_osx_support.py178 def _supports_universal_builds(): function
371 if not _supports_universal_builds():
464 if not _supports_universal_builds():
/external/python/cpython3/kokoro/
D0001-Enable-arm64-builds.patch17 @@ -187,13 +187,7 @@ def _supports_universal_builds():
/external/python/cpython2/Lib/test/
Dtest__osx_support.py115 _osx_support._supports_universal_builds())
/external/python/cpython3/Lib/test/
Dtest__osx_support.py114 _osx_support._supports_universal_builds())