HomeSort by relevance Sort by last modified time
    Searched refs:mac_ver (Results 1 - 25 of 28) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_platform.py 160 res = platform.mac_ver()
201 # Issue7895: platform.mac_ver() crashes when using fork without exec
208 info = platform.mac_ver()
  /external/python/cpython2/Lib/test/
test__osx_support.py 70 self.assertTrue(platform.mac_ver()[0].startswith(
113 platform.mac_ver()[0].split('.')[0:2])
test_platform.py 189 res = platform.mac_ver()
230 # Issue7895: platform.mac_ver() crashes when using fork without exec
237 info = platform.mac_ver()
test_support.py 409 version_txt = platform.mac_ver()[0]
    [all...]
  /external/python/cpython3/Lib/test/
test__osx_support.py 69 self.assertTrue(platform.mac_ver()[0].startswith(
112 platform.mac_ver()[0].split('.')[0:2])
test_platform.py 212 res = platform.mac_ver()
246 # Issue7895: platform.mac_ver() crashes when using fork without exec
253 info = platform.mac_ver()
test_cmath.py 343 version_txt = platform.mac_ver()[0]
test_math.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test__osx_support.py 70 self.assertTrue(platform.mac_ver()[0].startswith(
112 self.assertEqual(platform.mac_ver()[0].split('.') >= ['10', '4'],
test_platform.py 160 res = platform.mac_ver()
201 # Issue7895: platform.mac_ver() crashes when using fork without exec
208 info = platform.mac_ver()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test__osx_support.py 70 self.assertTrue(platform.mac_ver()[0].startswith(
112 self.assertEqual(platform.mac_ver()[0].split('.') >= ['10', '4'],
test_platform.py 160 res = platform.mac_ver()
201 # Issue7895: platform.mac_ver() crashes when using fork without exec
208 info = platform.mac_ver()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 70 self.assertTrue(platform.mac_ver()[0].startswith(
112 self.assertEqual(platform.mac_ver()[0].split('.') >= ['10', '4'],
test_platform.py 160 res = platform.mac_ver()
201 # Issue7895: platform.mac_ver() crashes when using fork without exec
208 info = platform.mac_ver()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 70 self.assertTrue(platform.mac_ver()[0].startswith(
112 self.assertEqual(platform.mac_ver()[0].split('.') >= ['10', '4'],
test_platform.py 160 res = platform.mac_ver()
201 # Issue7895: platform.mac_ver() crashes when using fork without exec
208 info = platform.mac_ver()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
platform.py 797 def mac_ver(release='',versioninfo=('','',''),machine=''): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
platform.py 791 def mac_ver(release='',versioninfo=('','',''),machine=''): function
    [all...]
  /external/python/cpython2/Lib/
platform.py 752 def mac_ver(release='',versioninfo=('','',''),machine=''): function
    [all...]
  /external/python/cpython3/Lib/
platform.py 570 def mac_ver(release='', versioninfo=('', '', ''), machine=''): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
platform.py 797 def mac_ver(release='',versioninfo=('','',''),machine=''): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
platform.py 797 def mac_ver(release='',versioninfo=('','',''),machine=''): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 797 def mac_ver(release='',versioninfo=('','',''),machine=''): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 797 def mac_ver(release='',versioninfo=('','',''),machine=''): function
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py 590 version_txt = platform.mac_ver()[0]
    [all...]

Completed in 1356 milliseconds

1 2