HomeSort by relevance Sort by last modified time
    Searched full:msvc (Results 201 - 225 of 644) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_hash_fun.h 97 /* MSVC .Net since 2002 has a 64 bits portability warning feature. typedef
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 33 //Pool of common warnings for all MSVC supported versions:
_windows.h 208 /* Here MSVC produces warning if 64 bits portability issue is activated.
209 * MSVC do not see that _STLP_ATOMIC_EXCHANGE_PTR is a macro which content
  /external/bluetooth/glib/build/win32/
make.msc 7 # software that use these libraries with msvc on Win32
56 # built with MSVC, but one can produce an import library even if the
  /external/chromium/testing/gmock/test/
gmock-nice-strict_test.cc 196 // MSVC 8.0 bug that caused the symbol Mock used in the definition of
270 // MSVC 8.0 bug that caused the symbol Mock used in the definition of
  /external/clang/
CMakeLists.txt 201 if(MSVC)
208 endif(MSVC)
  /external/libpng/
INSTALL 74 visualc6 (msvc)
93 If you are building libpng with MSVC, you can enter the
README 177 msvctest => Builds and runs pngtest using a MSVC workspace
181 visupng => Contains a MSVC workspace for VisualPng
190 visualc6 => Contains a Microsoft Visual C++ (MSVC)
  /external/stlport/stlport/stl/config/
_windows.h 208 /* Here MSVC produces warning if 64 bits portability issue is activated.
209 * MSVC do not see that _STLP_ATOMIC_EXCHANGE_PTR is a macro which content
  /external/zlib/
CMakeLists.txt 55 if(MSVC)
153 # This has no effect with MSVC, on that platform the version info for
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 208 /* Here MSVC produces warning if 64 bits portability issue is activated.
209 * MSVC do not see that _STLP_ATOMIC_EXCHANGE_PTR is a macro which content
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 208 /* Here MSVC produces warning if 64 bits portability issue is activated.
209 * MSVC do not see that _STLP_ATOMIC_EXCHANGE_PTR is a macro which content
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_windows.h 208 /* Here MSVC produces warning if 64 bits portability issue is activated.
209 * MSVC do not see that _STLP_ATOMIC_EXCHANGE_PTR is a macro which content
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 245 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
252 #else // The compiler is not MSVC or C++Builder.
268 // ::std::string is not available is MSVC 7.1 or lower with exceptions
328 #ifdef _CPPRTTI // MSVC defines this macro iff RTTI is enabled.
379 // MSVC 2008 (9.0) provides TR1 tuple in a 323 MB Feature Pack
380 // download, which we cannot assume the user has. MSVC 2010 isn't
473 // to compile on MSVC 7.1.
831 // Windows/MSVC and POSIX systems. Since some compilers define these
890 // Functions deprecated by MSVC 8.0.
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Intermediate.cpp     [all...]
  /external/dropbear/libtomcrypt/
changes 22 -- Cryptography Research Inc. contributed a bunch of fixes to silence warnings (with MSVC) w.r.t. assigned data to unsigned char types.
208 their structure in advance (thanks to MSVC for finding 3 bugs in it just prior to release! ... don't ask)
325 -- Andy Bontoft fixed a bug in my demos/tests/makefile.msvc ... seems "dsa_test.c" isn't an object
372 -- Added demos to MSVC makefile
380 -- Removed "makefile.cygwin_dll" as it's not really used by anyone and not worth the effort (hell I hardly maintain the MSVC makefiles ...)
    [all...]
  /external/stlport/etc/
ChangeLog-5.1 199 instantiation, moreover, MSVC 2005 do not support it.
465 generating a compilation error using MSVC 2005 under Windows
699 was introducing a regression with MSVC compilers.
740 * build/lib/configure.bat, doc/FAQ, doc/README.msvc,
772 * stlport/stl/config/_msvc.h: Add _STLP_NORETURN_FUNCTION for MSVC
776 make msvc compiler happier, gcc do not care about position of this
    [all...]
  /external/bison/build-aux/
config.rpath 28 # All known linkers require a `.a' archive for static linking (except MSVC,
133 # FIXME: the MSVC++ port hasn't been tested in a loooong time
141 # we just hope/assume this is gcc and not c89 (= MSVC++)
  /external/chromium/base/
basictypes.h 16 // stdint.h is part of C99 but MSVC doesn't have it.
317 // constant size, gcc 2.95.3, gcc 4.0.1, and msvc 7.1 produce inline
322 // I tested this code with gcc 2.95.3, gcc 4.0.1, icc 8.1, and msvc 7.1.
  /external/webkit/Source/JavaScriptCore/
jsc.cpp 57 #if COMPILER(MSVC) && !OS(WINCE)
304 #if COMPILER(MSVC) && OS(WINCE)
315 #if COMPILER(MSVC) && !defined(_DEBUG) && !OS(WINCE)
  /external/bluetooth/glib/gobject/
gvaluetransform.c 114 #pragma message ("Check if cast from uint64 to double is supported with msvc 6.0")
380 /* required casts unsupported with msvc 5.0 */
  /external/bzip2/
README 86 (you may need to first run the MSVC-provided script VCVARS32.BAT
87 so as to set up paths to the MSVC tools correctly).
  /external/chromium/testing/gtest/src/
gtest-printers.cc 313 // MSVC compiler can be configured to define whar_t as a typedef
317 // memory accesses. MSVC defines _NATIVE_WCHAR_T_DEFINED symbol when
  /external/chromium/testing/gtest/test/
gtest-typed-test_test.cc 61 // MSVC's <list> doesn't compile cleanly with /W4.
354 // code referring to the gtest_main library, MSVC linker will not link
  /external/dbus/cmake/dbus/
CMakeLists.txt 243 if (MSVC)
251 endif (MSVC)

Completed in 700 milliseconds

1 2 3 4 5 6 7 891011>>