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

  /external/v8/testing/gtest/
CMakeLists.txt 68 if (MSVC AND MSVC_VERSION EQUAL 1700)
156 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
184 if (NOT MSVC OR MSVC_VERSION LESS 1600) # 1600 is Visual Studio 2010.
206 if (NOT MSVC OR MSVC_VERSION GREATER 1310) # 1310 is Visual Studio .NET 2003
243 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
  /external/google-breakpad/src/testing/gtest/
CMakeLists.txt 144 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
172 if (NOT MSVC OR NOT MSVC_VERSION EQUAL 1600)
196 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
233 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
  /external/vulkan-validation-layers/tests/gtest-1.7.0/
CMakeLists.txt 146 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
174 if (NOT MSVC OR NOT MSVC_VERSION EQUAL 1600)
198 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
235 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
  /external/v8/testing/gmock/
CMakeLists.txt 72 if (MSVC AND MSVC_VERSION EQUAL 1700)
147 if (NOT MSVC OR MSVC_VERSION LESS 1600) # 1600 is Visual Studio 2010.
  /external/googletest/googletest/
CMakeLists.txt 78 if (MSVC AND MSVC_VERSION EQUAL 1700)
182 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
210 if (NOT MSVC OR MSVC_VERSION LESS 1600) # 1600 is Visual Studio 2010.
232 if (NOT MSVC OR MSVC_VERSION GREATER 1310) # 1310 is Visual Studio .NET 2003
269 if (NOT MSVC OR MSVC_VERSION GREATER 1310)
  /external/googletest/googlemock/
CMakeLists.txt 72 if (MSVC AND MSVC_VERSION EQUAL 1700)
163 if (NOT MSVC OR MSVC_VERSION LESS 1600) # 1600 is Visual Studio 2010.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
build_ext.py 24 MSVC_VERSION = int(get_build_version())
196 if MSVC_VERSION == 9:
208 elif MSVC_VERSION == 8:
211 elif MSVC_VERSION == 7:
    [all...]
  /external/python/cpython2/Lib/distutils/command/
build_ext.py 24 MSVC_VERSION = int(get_build_version())
196 if MSVC_VERSION == 9:
210 elif MSVC_VERSION == 8:
213 elif MSVC_VERSION == 7:
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
build_ext.py 25 MSVC_VERSION = int(get_build_version())
197 if MSVC_VERSION == 9:
209 elif MSVC_VERSION == 8:
212 elif MSVC_VERSION == 7:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
build_ext.py 25 MSVC_VERSION = int(get_build_version())
197 if MSVC_VERSION == 9:
209 elif MSVC_VERSION == 8:
212 elif MSVC_VERSION == 7:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 25 MSVC_VERSION = int(get_build_version())
197 if MSVC_VERSION == 9:
209 elif MSVC_VERSION == 8:
212 elif MSVC_VERSION == 7:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 25 MSVC_VERSION = int(get_build_version())
197 if MSVC_VERSION == 9:
209 elif MSVC_VERSION == 8:
212 elif MSVC_VERSION == 7:
    [all...]
  /external/protobuf/gtest/
CMakeLists.txt 306 if (NOT(MSVC AND (MSVC_VERSION EQUAL 1600)))
  /external/sqlite/dist/orig/
sqlite3.c 207 /* The GCC_VERSION and MSVC_VERSION macros are used to
226 # define MSVC_VERSION _MSC_VER
228 # define MSVC_VERSION 0
    [all...]
  /external/sqlite/dist/
sqlite3.c 207 /* The GCC_VERSION and MSVC_VERSION macros are used to
226 # define MSVC_VERSION _MSC_VER
228 # define MSVC_VERSION 0
    [all...]

Completed in 810 milliseconds