HomeSort by relevance Sort by last modified time
    Searched refs:vs_version (Results 1 - 9 of 9) 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,
  /external/v8/tools/gyp/pylib/gyp/
msvs_emulation.py 138 def GetGlobalVSMacroEnv(vs_version):
144 if vs_version.Path():
145 env['$(VSInstallDir)'] = vs_version.Path()
146 env['$(VCInstallDir)'] = os.path.join(vs_version.Path(), 'VC') + '\\'
193 self.vs_version = GetVSVersion(generator_flags)
261 replacements.update(GetGlobalVSMacroEnv(self.vs_version))
471 if self.vs_version.short_name in ('2013', '2013e', '2015'):
928 vs_version = None variable
    [all...]
  /external/v8/build/
vs_toolchain.py 146 vs_version = GetVisualStudioVersion()
147 if vs_version == '2013':
149 elif vs_version == '2015':
358 vs_version = "%s"
  /external/v8/gypfiles/
vs_toolchain.py 148 vs_version = GetVisualStudioVersion()
149 if vs_version == '2013':
151 elif vs_version == '2015':
355 vs_version = "%s"
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
configure 683 vs_version=${tgt_cc##vs}
684 case $vs_version in
  /external/libvpx/libvpx/
configure 648 vs_version=${tgt_cc##vs}
649 case $vs_version in
  /external/libvpx/libvpx/build/make/
configure.sh 467 enabled msvs && echo "CONFIG_VS_VERSION=${vs_version}" >> "${1}"
913 vs_version=${tgt_cc##vs}
914 if [ $vs_version -ge 12 ]; then
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 247 /* 2a*/ __u8 vs_version[2]; member in struct:vfat_super_block
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh 471 enabled msvs && echo "CONFIG_VS_VERSION=${vs_version}" >> "${1}"
    [all...]

Completed in 2357 milliseconds