Home
last modified time | relevance | path

Searched refs:mac_ver (Results 1 – 25 of 34) sorted by relevance

12

/external/python/cpython3/Lib/test/
Dtest_platform.py221 res = platform.mac_ver()
265 info = platform.mac_ver()
368 for mac_ver, expected_terse, expected in [
379 return_value=mac_ver):
Dtest__osx_support.py69 self.assertTrue(platform.mac_ver()[0].startswith(
112 platform.mac_ver()[0].split('.')[0:2])
Dtest_posix.py1921 self.mac_ver = tuple(int(part) for part in platform.mac_ver()[0].split("."))
1929 if self.mac_ver >= (10, 16):
1939 if self.mac_ver >= (10, 10):
1950 if self.mac_ver >= (10, 10):
1967 if self.mac_ver >= (10, 10):
1979 if self.mac_ver >= (10, 10):
1991 if self.mac_ver >= (10, 10):
2030 if self.mac_ver >= (10, 10):
2044 if self.mac_ver >= (10, 10):
2055 if self.mac_ver >= (10, 10):
[all …]
Dtest_time.py1059 mac_ver = tuple(int(x) for x in platform.mac_ver()[0].split("."))
1065 if mac_ver >= (10, 12):
Dtest_cmath.py342 version_txt = platform.mac_ver()[0]
/external/python/cpython2/Lib/test/
Dtest_platform.py189 res = platform.mac_ver()
237 info = platform.mac_ver()
Dtest__osx_support.py70 self.assertTrue(platform.mac_ver()[0].startswith(
113 platform.mac_ver()[0].split('.')[0:2])
/external/tensorflow/tools/
Dtf_env_collect.sh82 platform.mac_ver(),
/external/llvm-project/lldb/test/API/commands/platform/sdk/
DTestPlatformSDK.py59 macos_version = platform.mac_ver()[0]
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Ddarwin_log.py46 version = platform.mac_ver()[0].split('.')
306 version = platform.mac_ver()[0].split('.')
Ddecorators.py188 (platform.mac_ver()[0] != "") and (_check_expected_version(
191 platform.mac_ver()[0])))
/external/python/asn1crypto/dev/
D_pep425.py153 plat_ver = platform.mac_ver()
Dcoverage.py368 version = _plat.mac_ver()[0]
/external/llvm-project/lldb/test/API/macosx/nslog/
DTestDarwinNSLogOutput.py141 match = re.match(r"^\d+\.(\d+)", platform.mac_ver()[0])
/external/python/setuptools/setuptools/
Dpep425tags.py123 release, _, machine = platform.mac_ver()
/external/python/pybind11/pybind11/
Dsetup_helpers.py189 current_macos = tuple(int(x) for x in platform.mac_ver()[0].split(".")[:2])
/external/python/cpython3/Doc/library/
Dplatform.rst83 On macOS, the function now uses :func:`mac_ver`, if it returns a
232 .. function:: mac_ver(release='', versioninfo=('','',''), machine='')
/external/python/cpython3/Lib/
Dplatform.py431 def mac_ver(release='', versioninfo=('', '', ''), machine=''): function
1205 macos_release = mac_ver()[0]
/external/mesa3d/scons/
Dgallium.py496 if platform == 'darwin' and host_platform.mac_ver()[0] >= '10.15':
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py157 return tuple([int(n) for n in platform.mac_ver()[0].split('.')[0:2]])
1626 build_system_version = '.'.join(platform.mac_ver()[0].split('.')[0:2])
/external/python/cpython2/Doc/library/
Dplatform.rst231 .. function:: mac_ver(release='', versioninfo=('','',''), machine='')
/external/python/cpython2/Lib/
Dplatform.py782 def mac_ver(release='',versioninfo=('','',''),machine=''): function
/external/llvm-project/lldb/examples/python/
Dcrashlog.py910 …(platform.mac_ver()[0], subprocess.check_output('sysctl -n kern.osversion', shell=True).decode("ut…
/external/python/cpython2/Lib/test/support/
D__init__.py424 version_txt = platform.mac_ver()[0]
/external/python/cpython2/Misc/NEWS.d/
D2.7.1rc1.rst1186 platform.mac_ver() no longer crashes after calling os.fork()

12