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

  /external/chromium_org/tools/clang/scripts/
update.py 136 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/
msvs_emulation.py 135 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
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
configure 683 vs_version=${tgt_cc##vs}
684 case $vs_version in
  /external/chromium_org/third_party/libvpx/source/libvpx/
configure 707 vs_version=${tgt_cc##vs}
708 case $vs_version in
  /external/libvpx/libvpx/
configure 683 vs_version=${tgt_cc##vs}
684 case $vs_version in
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh 471 enabled msvs && echo "CONFIG_VS_VERSION=${vs_version}" >> "${1}"
886 vs_version=${tgt_cc##vs}
887 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
  /external/libvpx/libvpx/build/make/
configure.sh 471 enabled msvs && echo "CONFIG_VS_VERSION=${vs_version}" >> "${1}"
    [all...]
  /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 265 milliseconds