HomeSort by relevance Sort by last modified time
    Searched full:msvc (Results 76 - 100 of 663) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/svg/properties/
SVGStaticPropertyWithParentTearOff.h 28 #if COMPILER(MSVC)
65 #if COMPILER(MSVC)
  /external/protobuf/gtest/
Makefile.am 22 # MSVC project files
24 msvc/gtest-md.sln \
25 msvc/gtest.sln \
26 msvc/gtest-md.vcproj \
27 msvc/gtest.vcproj \
28 msvc/gtest_main-md.vcproj \
29 msvc/gtest_main.vcproj \
30 msvc/gtest_prod_test-md.vcproj \
31 msvc/gtest_prod_test.vcproj \
32 msvc/gtest_unittest-md.vcproj
    [all...]
  /external/webkit/Tools/wx/build/
settings.py 214 opt.add_option('--msvc-version', action='store', default='', help="MSVC version to use to build. Use 8 for 2005, 9 for 2008")
224 print "msvc version = %s" % Options.options.msvc_version
225 conf.env['MSVC_VERSIONS'] = ['msvc %s.0' % Options.options.msvc_version]
227 print "msvc not set!"
228 conf.env['MSVC_VERSIONS'] = ['msvc 9.0', 'msvc 8.0']
253 if 'msvc 9.0' in conf.env['MSVC_VERSIONS'] and 'msvc 9.0' in found_versions:
255 elif 'msvc 8.0' in conf.env['MSVC_VERSIONS'] and 'msvc 8.0' in found_versions
    [all...]
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_handler.h 40 // Workaround for MSVC 2005 not handling inheritance from nested classes well.
  /external/clang/test/CodeGenCXX/
thiscall-struct-return.cpp 1 // For MSVC ABI compatibility, all structures returned by value using the
  /external/dbus/cmake/
ConfigureChecks.cmake 99 if(MSVC)
101 else(MSVC)
148 endif(MSVC) # _not_ MSVC
  /external/libmtp/examples/
common.h 32 // Only if using MSVC...
  /external/llvm/test/CodeGen/X86/
win32_sret.ll 9 ; is callee-cleanup. However, in MSVC's cdecl calling convention, sret pointer
  /external/llvm/test/MC/COFF/
global_ctors.ll 2 ; target. Mingw uses .ctors, whereas MSVC uses .CRT$XC*.
  /external/llvm/utils/unittest/
CMakeLists.txt 32 if(MSVC AND MSVC_VERSION EQUAL 1700)
  /external/llvm/utils/unittest/googletest/
README.LLVM 11 $ rm -rf build-aux cmake codegear fused-src m4 make msvc samples scripts test xcode
  /external/protobuf/src/google/protobuf/stubs/
structurally_valid_unittest.cc 15 // MSVC seems to interpret \u differently.
  /external/stlport/doc/
README.intel 2 to the one for Microsoft Visual Studio compiler (see README.msvc).
  /external/stlport/test/unit/
test_errno.cpp 1 //We are including stdlib.h and stddef.h first because under MSVC
  /external/webkit/Source/JavaScriptCore/wtf/
Alignment.h 29 #elif COMPILER(MSVC)
HashFunctions.h 114 #if COMPILER(MSVC)
116 #pragma warning(disable: 4244) // work around what seems to be a bug in MSVC's conversion warnings
119 #if COMPILER(MSVC)
163 #if !COMPILER(MSVC) || defined(_NATIVE_WCHAR_T_DEFINED)
MathExtras.h 44 #if COMPILER(MSVC)
109 #if COMPILER(MSVC) || (COMPILER(RVCT) && !(RVCT_VERSION_AT_LEAST(3, 0, 0, 0)))
134 #if COMPILER(MSVC)
150 // MSVC's math.h does not currently supply log2.
190 #endif // COMPILER(MSVC)
251 #if !COMPILER(MSVC) && !(COMPILER(RVCT) && PLATFORM(BREWMP)) && !OS(SOLARIS) && !OS(SYMBIAN)
  /ndk/tests/device/test-gnustl-full/unit/
test_errno.cpp 1 //We are including stdlib.h and stddef.h first because under MSVC
  /ndk/tests/device/test-stlport/unit/
test_errno.cpp 1 //We are including stdlib.h and stddef.h first because under MSVC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 6 #ifdef __GNUC__ /* mingw is more close to unix than msvc */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 6 #ifdef __GNUC__ /* mingw is more close to unix than msvc */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 6 #ifdef __GNUC__ /* mingw is more close to unix than msvc */
  /external/chromium/base/
compiler_specific.h 13 // Macros for suppressing and disabling warnings on MSVC.
57 #else // Not MSVC
  /external/chromium/base/debug/
stack_trace_unittest.cc 89 // MSVC doesn't allow the use of C99's __func__ within C++, so we fake it with
90 // MSVC's __FUNCTION__ macro.
  /external/icu4c/common/
uobject.cpp 40 * Memory test on Windows/MSVC 6:
45 * These lines are from output generated by the MSVC 6 tool dumpbin with

Completed in 881 milliseconds

1 2 34 5 6 7 8 91011>>