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

  /external/python/cpython3/Lib/distutils/
_msvccompiler.py 178 PLAT_TO_VCVARS = {
232 if plat_name not in PLAT_TO_VCVARS:
234 .format(tuple(PLAT_TO_VCVARS)))
237 plat_spec = PLAT_TO_VCVARS[plat_name]
msvc9compiler.py 55 PLAT_TO_VCVARS = {
366 plat_spec = PLAT_TO_VCVARS[plat_name]
369 plat_spec = PLAT_TO_VCVARS[get_platform()] + '_' + \
370 PLAT_TO_VCVARS[plat_name]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvc9compiler.py 58 PLAT_TO_VCVARS = {
377 plat_spec = PLAT_TO_VCVARS[plat_name]
380 plat_spec = PLAT_TO_VCVARS[get_platform()] + '_' + \
381 PLAT_TO_VCVARS[plat_name]
  /external/python/cpython2/Lib/distutils/
msvc9compiler.py 58 PLAT_TO_VCVARS = {
377 plat_spec = PLAT_TO_VCVARS[plat_name]
380 plat_spec = PLAT_TO_VCVARS[get_platform()] + '_' + \
381 PLAT_TO_VCVARS[plat_name]

Completed in 2194 milliseconds