Home
last modified time | relevance | path

Searched refs:find_vcvarsall (Results 1 – 5 of 5) sorted by relevance

/external/python/setuptools/setuptools/tests/
Dtest_msvc.py68 mod_name = distutils.msvc9compiler.find_vcvarsall.__module__
76 find_vcvarsall = distutils.msvc9compiler.find_vcvarsall
81 assert find_vcvarsall(9.0) is None
114 result = distutils.msvc9compiler.find_vcvarsall(9.0)
136 result = distutils.msvc9compiler.find_vcvarsall(9.0)
163 result = distutils.msvc9compiler.find_vcvarsall(9.0)
/external/python/cpython2/Lib/distutils/tests/
Dtest_msvc9compiler.py115 old_find_vcvarsall = msvc9compiler.find_vcvarsall
116 msvc9compiler.find_vcvarsall = _find_vcvarsall
121 msvc9compiler.find_vcvarsall = old_find_vcvarsall
/external/python/cpython3/Lib/distutils/tests/
Dtest_msvc9compiler.py115 old_find_vcvarsall = msvc9compiler.find_vcvarsall
116 msvc9compiler.find_vcvarsall = _find_vcvarsall
121 msvc9compiler.find_vcvarsall = old_find_vcvarsall
/external/python/cpython3/Lib/distutils/
Dmsvc9compiler.py218 def find_vcvarsall(version): function
256 vcvarsall = find_vcvarsall(version)
/external/python/cpython2/Lib/distutils/
Dmsvc9compiler.py219 def find_vcvarsall(version): function
266 vcvarsall = find_vcvarsall(version)