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

  /external/python/cpython3/Lib/distutils/tests/
test_msvccompiler.py 26 old_find_vcvarsall = _msvccompiler._find_vcvarsall
33 _msvccompiler._find_vcvarsall = old_find_vcvarsall
39 old_find_vcvarsall = _msvccompiler._find_vcvarsall
41 return old_find_vcvarsall(plat_spec)[0], None
50 _msvccompiler._find_vcvarsall = old_find_vcvarsall
57 old_find_vcvarsall = _msvccompiler._find_vcvarsall
59 return old_find_vcvarsall(plat_spec)[0], __file__
70 _msvccompiler._find_vcvarsall = old_find_vcvarsall
test_msvc9compiler.py 115 old_find_vcvarsall = msvc9compiler.find_vcvarsall
121 msvc9compiler.find_vcvarsall = old_find_vcvarsall
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_msvc9compiler.py 86 old_find_vcvarsall = msvc9compiler.find_vcvarsall
92 msvc9compiler.find_vcvarsall = old_find_vcvarsall
  /external/python/cpython2/Lib/distutils/tests/
test_msvc9compiler.py 115 old_find_vcvarsall = msvc9compiler.find_vcvarsall
121 msvc9compiler.find_vcvarsall = old_find_vcvarsall
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_msvc9compiler.py 115 old_find_vcvarsall = msvc9compiler.find_vcvarsall
121 msvc9compiler.find_vcvarsall = old_find_vcvarsall
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_msvc9compiler.py 115 old_find_vcvarsall = msvc9compiler.find_vcvarsall
121 msvc9compiler.find_vcvarsall = old_find_vcvarsall

Completed in 121 milliseconds