HomeSort by relevance Sort by last modified time
    Searched refs:get_build_version (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_msvc9compiler.py 65 from distutils.msvccompiler import get_build_version
66 if get_build_version()>=8.0:
  /external/python/cpython2/Lib/distutils/tests/
test_msvc9compiler.py 94 from distutils.msvccompiler import get_build_version
95 if get_build_version()>=8.0:
  /external/python/cpython3/Lib/distutils/tests/
test_msvc9compiler.py 94 from distutils.msvccompiler import get_build_version
95 if get_build_version()>=8.0:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist_wininst.py 320 from distutils.msvccompiler import get_build_version
335 bv = get_build_version()
343 bv = get_build_version()
build_ext.py 23 from distutils.msvccompiler import get_build_version
24 MSVC_VERSION = int(get_build_version())
    [all...]
  /external/python/cpython2/Lib/distutils/command/
bdist_wininst.py 324 from distutils.msvccompiler import get_build_version
339 bv = get_build_version()
347 bv = get_build_version()
build_ext.py 23 from distutils.msvccompiler import get_build_version
24 MSVC_VERSION = int(get_build_version())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvccompiler.py 153 def get_build_version(): function
236 self.__version = get_build_version()
654 if get_build_version() >= 8.0:
msvc9compiler.py 172 def get_build_version(): function
304 VERSION = get_build_version()
  /external/python/cpython2/Lib/distutils/
msvccompiler.py 153 def get_build_version(): function
236 self.__version = get_build_version()
654 if get_build_version() >= 8.0:
msvc9compiler.py 172 def get_build_version(): function
304 VERSION = get_build_version()
  /external/python/cpython3/Lib/distutils/
msvccompiler.py 147 def get_build_version(): function
232 self.__version = get_build_version()
638 if get_build_version() >= 8.0:
msvc9compiler.py 168 def get_build_version(): function
294 VERSION = get_build_version()

Completed in 5365 milliseconds