Home
last modified time | relevance | path

Searched refs:vs_version (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/util/bot/
Dvs_env.py30 vs_version = gyp.MSVSVersion.SelectVisualStudioVersion() variable
36 sys.exit(subprocess.call(vs_version.SetupScript(target_arch) + ["&&"] + cmd,
/external/v8/gypfiles/
Dvs_toolchain.py148 vs_version = GetVisualStudioVersion()
149 if vs_version == '2013':
151 elif vs_version == '2015':
/external/v8/tools/clang/scripts/
Dupdate.py351 vs_version = None variable
353 global vs_version
354 if vs_version:
355 return vs_version
367 vs_version = gyp.MSVSVersion.SelectVisualStudioVersion(
369 return vs_version
/external/libvpx/libvpx/build/make/
Dconfigure.sh482 enabled msvs && echo "CONFIG_VS_VERSION=${vs_version}" >> "${1}"
952 vs_version=${tgt_cc##vs}
953 if [ $vs_version -ge 12 ]; then
/external/libvpx/libvpx/
Dconfigure649 vs_version=${tgt_cc##vs}
/external/e2fsprogs/lib/blkid/
Dprobe.h250 /* 2a*/ __u8 vs_version[2]; member