Home
last modified time | relevance | path

Searched refs:_find_vcvarsall (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/distutils/tests/
Dtest_msvccompiler.py23 def _find_vcvarsall(plat_spec): function
26 old_find_vcvarsall = _msvccompiler._find_vcvarsall
27 _msvccompiler._find_vcvarsall = _find_vcvarsall
33 _msvccompiler._find_vcvarsall = old_find_vcvarsall
39 old_find_vcvarsall = _msvccompiler._find_vcvarsall
40 def _find_vcvarsall(plat_spec): function
42 _msvccompiler._find_vcvarsall = _find_vcvarsall
50 _msvccompiler._find_vcvarsall = old_find_vcvarsall
57 old_find_vcvarsall = _msvccompiler._find_vcvarsall
58 def _find_vcvarsall(plat_spec): function
[all …]
Dtest_msvc9compiler.py111 def _find_vcvarsall(version): function
116 msvc9compiler.find_vcvarsall = _find_vcvarsall
/external/python/cpython2/Lib/distutils/tests/
Dtest_msvc9compiler.py111 def _find_vcvarsall(version): function
116 msvc9compiler.find_vcvarsall = _find_vcvarsall
/external/python/cpython3/Lib/distutils/
D_msvccompiler.py99 def _find_vcvarsall(plat_spec): function
145 vcvarsall, vcruntime = _find_vcvarsall(plat_spec)