Searched refs:get_build_version (Results 1 - 18 of 18) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_msvc9compiler.py94 from distutils.msvccompiler import get_build_version namespace
95 if get_build_version()>=8.0:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_msvc9compiler.py94 from distutils.msvccompiler import get_build_version namespace
95 if get_build_version()>=8.0:
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
H A Dbdist_wininst.py324 from distutils.msvccompiler import get_build_version namespace
339 bv = get_build_version()
347 bv = get_build_version()
H A Dbuild_ext.py24 from distutils.msvccompiler import get_build_version namespace
25 MSVC_VERSION = int(get_build_version())
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
H A Dbdist_wininst.py324 from distutils.msvccompiler import get_build_version namespace
339 bv = get_build_version()
347 bv = get_build_version()
H A Dbuild_ext.py24 from distutils.msvccompiler import get_build_version namespace
25 MSVC_VERSION = int(get_build_version())
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dbdist_wininst.py324 from distutils.msvccompiler import get_build_version namespace
339 bv = get_build_version()
347 bv = get_build_version()
H A Dbuild_ext.py24 from distutils.msvccompiler import get_build_version namespace
25 MSVC_VERSION = int(get_build_version())
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dbdist_wininst.py324 from distutils.msvccompiler import get_build_version namespace
339 bv = get_build_version()
347 bv = get_build_version()
H A Dbuild_ext.py24 from distutils.msvccompiler import get_build_version namespace
25 MSVC_VERSION = int(get_build_version())
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
H A Dmsvccompiler.py153 def get_build_version(): function
236 self.__version = get_build_version()
654 if get_build_version() >= 8.0:
H A Dmsvc9compiler.py172 def get_build_version(): function
304 VERSION = get_build_version()
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/
H A Dmsvccompiler.py153 def get_build_version(): function
236 self.__version = get_build_version()
654 if get_build_version() >= 8.0:
H A Dmsvc9compiler.py172 def get_build_version(): function
304 VERSION = get_build_version()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Dmsvccompiler.py153 def get_build_version(): function
236 self.__version = get_build_version()
654 if get_build_version() >= 8.0:
H A Dmsvc9compiler.py172 def get_build_version(): function
304 VERSION = get_build_version()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Dmsvccompiler.py153 def get_build_version(): function
236 self.__version = get_build_version()
654 if get_build_version() >= 8.0:
H A Dmsvc9compiler.py172 def get_build_version(): function
304 VERSION = get_build_version()

Completed in 995 milliseconds