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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build.py 30 plat_spec = '.%s-%s' % (cmd.plat_name, sys.version[0:3])
33 plat_spec += '-pydebug'
34 wanted = os.path.join(cmd.build_base, 'lib' + plat_spec)
41 wanted = os.path.join(cmd.build_base, 'temp' + plat_spec)
  /external/python/cpython2/Lib/distutils/tests/
test_build.py 30 plat_spec = '.%s-%s' % (cmd.plat_name, sys.version[0:3])
33 plat_spec += '-pydebug'
34 wanted = os.path.join(cmd.build_base, 'lib' + plat_spec)
41 wanted = os.path.join(cmd.build_base, 'temp' + plat_spec)
  /external/python/cpython3/Lib/distutils/tests/
test_build.py 30 plat_spec = '.%s-%d.%d' % (cmd.plat_name, *sys.version_info[:2])
33 plat_spec += '-pydebug'
34 wanted = os.path.join(cmd.build_base, 'lib' + plat_spec)
41 wanted = os.path.join(cmd.build_base, 'temp' + plat_spec)
test_msvccompiler.py 23 def _find_vcvarsall(plat_spec):
40 def _find_vcvarsall(plat_spec):
41 return old_find_vcvarsall(plat_spec)[0], None
58 def _find_vcvarsall(plat_spec):
59 return old_find_vcvarsall(plat_spec)[0], __file__
  /external/python/cpython3/Lib/distutils/
_msvccompiler.py 92 def _find_vcvarsall(plat_spec):
95 vcruntime_plat = 'x64' if 'amd64' in plat_spec else 'x86'
126 def _get_vc_env(plat_spec):
133 vcvarsall, vcruntime = _find_vcvarsall(plat_spec)
139 'cmd /u /c "{}" {} && set'.format(vcvarsall, plat_spec),
237 plat_spec = PLAT_TO_VCVARS[plat_name]
239 vc_env = _get_vc_env(plat_spec)
msvc9compiler.py 366 plat_spec = PLAT_TO_VCVARS[plat_name]
369 plat_spec = PLAT_TO_VCVARS[get_platform()] + '_' + \
372 vc_env = query_vcvarsall(VERSION, plat_spec)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
msvc9compiler.py 377 plat_spec = PLAT_TO_VCVARS[plat_name]
380 plat_spec = PLAT_TO_VCVARS[get_platform()] + '_' + \
383 vc_env = query_vcvarsall(VERSION, plat_spec)
  /external/python/cpython2/Lib/distutils/
msvc9compiler.py 377 plat_spec = PLAT_TO_VCVARS[plat_name]
380 plat_spec = PLAT_TO_VCVARS[get_platform()] + '_' + \
383 vc_env = query_vcvarsall(VERSION, plat_spec)
  /external/python/setuptools/setuptools/
msvc.py 153 def msvc14_get_vc_env(plat_spec):
169 plat_spec: str
178 return get_unpatched(msvc14_get_vc_env)(plat_spec)
185 return EnvironmentInfo(plat_spec, vc_min_ver=14.0).return_env()
    [all...]

Completed in 735 milliseconds