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

  /external/boringssl/src/util/bot/
vs_env.py 30 vs_version = gyp.MSVSVersion.SelectVisualStudioVersion() variable
36 sys.exit(subprocess.call(vs_version.SetupScript(target_arch) + ["&&"] + cmd,
update_clang.py 134 vs_version = None variable
136 global vs_version
137 if vs_version:
138 return vs_version
150 vs_version = gyp.MSVSVersion.SelectVisualStudioVersion(
152 return vs_version
  /external/v8/gypfiles/
vs_toolchain.py 148 vs_version = GetVisualStudioVersion()
149 if vs_version == '2013':
151 elif vs_version == '2015':
347 vs_version = "%s"
  /external/v8/tools/clang/scripts/
update.py 351 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
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 499 enabled msvs && echo "CONFIG_VS_VERSION=${vs_version}" >> "${1}"
975 vs_version=${tgt_cc##vs}
976 if [ $vs_version -ge 12 ]; then
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 250 /* 2a*/ __u8 vs_version[2]; member in struct:vfat_super_block
  /external/libvpx/libvpx/
configure 663 vs_version=${tgt_cc##vs}

Completed in 138 milliseconds