Searched refs:vs_version (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/clang/scripts/
H A Dupdate.py136 vs_version = None variable
138 global vs_version
139 if vs_version:
140 return vs_version
152 vs_version = gyp.MSVSVersion.SelectVisualStudioVersion('2013')
153 return vs_version
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dmsvs_emulation.py135 def GetGlobalVSMacroEnv(vs_version):
141 if vs_version.Path():
142 env['$(VSInstallDir)'] = vs_version.Path()
143 env['$(VCInstallDir)'] = os.path.join(vs_version.Path(), 'VC') + '\\'
190 self.vs_version = GetVSVersion(generator_flags)
241 replacements.update(GetGlobalVSMacroEnv(self.vs_version))
428 if self.vs_version.short_name in ('2013', '2013e'):
866 vs_version = None variable
868 global vs_version
869 if not vs_version
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dconfigure707 vs_version=${tgt_cc##vs}
708 case $vs_version in
/external/libvpx/libvpx/
H A Dconfigure683 vs_version=${tgt_cc##vs}
684 case $vs_version in
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dconfigure.sh471 enabled msvs && echo "CONFIG_VS_VERSION=${vs_version}" >> "${1}"
886 vs_version=${tgt_cc##vs}
887 if [ $vs_version -ge 12 ]; then
/external/e2fsprogs/lib/blkid/
H A Dprobe.h247 /* 2a*/ __u8 vs_version[2]; member in struct:vfat_super_block
/external/libvpx/libvpx/build/make/
H A Dconfigure.sh471 enabled msvs && echo "CONFIG_VS_VERSION=${vs_version}" >> "${1}"

Completed in 353 milliseconds