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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
ntpath.py 488 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and
489 sys.getwindowsversion()[3] >= 2)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ntpath.py 483 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and
484 sys.getwindowsversion()[3] >= 2)
platform.py 590 sys.getwindowsversion
596 # sys.getwindowsversion() (added in Python 2.3)
598 GetVersionEx = sys.getwindowsversion
653 # Without an OSVERSIONINFOEX capable sys.getwindowsversion(),
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ntpath.py 483 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and
484 sys.getwindowsversion()[3] >= 2)
platform.py 590 sys.getwindowsversion
596 # sys.getwindowsversion() (added in Python 2.3)
598 GetVersionEx = sys.getwindowsversion
653 # Without an OSVERSIONINFOEX capable sys.getwindowsversion(),
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
ntpath.py 483 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and
484 sys.getwindowsversion()[3] >= 2)
platform.py 590 sys.getwindowsversion
596 # sys.getwindowsversion() (added in Python 2.3)
598 GetVersionEx = sys.getwindowsversion
653 # Without an OSVERSIONINFOEX capable sys.getwindowsversion(),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ntpath.py 483 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and
484 sys.getwindowsversion()[3] >= 2)
platform.py 590 sys.getwindowsversion
596 # sys.getwindowsversion() (added in Python 2.3)
598 GetVersionEx = sys.getwindowsversion
653 # Without an OSVERSIONINFOEX capable sys.getwindowsversion(),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ntpath.py 483 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and
484 sys.getwindowsversion()[3] >= 2)
platform.py 590 sys.getwindowsversion
596 # sys.getwindowsversion() (added in Python 2.3)
598 GetVersionEx = sys.getwindowsversion
653 # Without an OSVERSIONINFOEX capable sys.getwindowsversion(),
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
ntpath.py 518 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and
519 sys.getwindowsversion()[3] >= 2)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_winreg.py 21 WIN_VER = sys.getwindowsversion()[:2]
test_sys.py 228 # Raise SkipTest if sys doesn't have getwindowsversion attribute
229 test.test_support.get_attribute(sys, "getwindowsversion")
230 v = sys.getwindowsversion()
255 maj, min, buildno, plat, csd = sys.getwindowsversion()
  /external/python/cpython2/Lib/
ntpath.py 500 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and
501 sys.getwindowsversion()[3] >= 2)
platform.py 628 from sys import getwindowsversion
636 winver = getwindowsversion()
644 # getwindowsversion() reflect the compatibility mode Python is
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_winreg.py 21 WIN_VER = sys.getwindowsversion()[:2]
test_sys.py 240 # Raise SkipTest if sys doesn't have getwindowsversion attribute
241 test.test_support.get_attribute(sys, "getwindowsversion")
242 v = sys.getwindowsversion()
267 maj, min, buildno, plat, csd = sys.getwindowsversion()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_winreg.py 21 WIN_VER = sys.getwindowsversion()[:2]
test_sys.py 240 # Raise SkipTest if sys doesn't have getwindowsversion attribute
241 test.test_support.get_attribute(sys, "getwindowsversion")
242 v = sys.getwindowsversion()
267 maj, min, buildno, plat, csd = sys.getwindowsversion()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_winreg.py 21 WIN_VER = sys.getwindowsversion()[:2]
test_sys.py 240 # Raise SkipTest if sys doesn't have getwindowsversion attribute
241 test.test_support.get_attribute(sys, "getwindowsversion")
242 v = sys.getwindowsversion()
267 maj, min, buildno, plat, csd = sys.getwindowsversion()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winreg.py 21 WIN_VER = sys.getwindowsversion()[:2]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
platform.py 590 sys.getwindowsversion
596 # sys.getwindowsversion() (added in Python 2.3)
598 GetVersionEx = sys.getwindowsversion
653 # Without an OSVERSIONINFOEX capable sys.getwindowsversion(),
    [all...]
  /external/python/cpython2/Lib/test/
test_sys.py 223 # Raise SkipTest if sys doesn't have getwindowsversion attribute
224 test.test_support.get_attribute(sys, "getwindowsversion")
225 v = sys.getwindowsversion()
250 maj, min, buildno, plat, csd = sys.getwindowsversion()

Completed in 875 milliseconds

1 2