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

1 2 3 45 6 7 8 91011>>

  /external/libpng/contrib/visupng/
README.txt 19 libpng DLLs and LIBs are in ..\..\projects\msvc\win32\libpng
20 zlib DLLs and LIBs are in ..\..\projects\msvc\win32\zlib
  /external/llvm/
CMakeLists.txt 91 if( MSVC )
94 else( MSVC )
97 endif( MSVC )
142 # MSVC has a gazillion warnings with this.
143 if( MSVC )
145 else( MSVC )
206 if (MSVC OR XCODE)
419 if (MSVC)
  /external/webkit/Source/JavaScriptCore/
DerivedSources.pro 78 # GENERATOR 2-B: JIT Stub functions for MSVC
81 msvcstubs.commands = perl -i $$msvcstubs.wkScript --prefix MSVC ${QMAKE_FILE_NAME} > ${QMAKE_FILE_OUT}
  /external/webkit/Source/JavaScriptCore/wtf/
StaticConstructors.h 25 // with two separate methods for GCC and MSVC. Both methods prevent the static
28 // initialized by the linker/loader. On MSVC we use a special compiler feature
TCSpinLock.h 37 #if (CPU(X86) || CPU(X86_64) || CPU(PPC)) && (COMPILER(GCC) || COMPILER(MSVC))
83 #elif COMPILER(MSVC)
115 #elif COMPILER(MSVC)
165 #elif COMPILER(MSVC)
TypeTraits.cpp 41 #if !COMPILER(MSVC) || defined(_NATIVE_WCHAR_T_DEFINED)
67 #if !COMPILER(MSVC) || defined(_NATIVE_WCHAR_T_DEFINED)
92 #if !COMPILER(MSVC) || defined(_NATIVE_WCHAR_T_DEFINED)
  /external/webrtc/src/
typedefs.h 93 // Since MSVC doesn't include these headers, we have to write our own
94 // version to provide a compatibility layer between MSVC and the WebRTC
  /external/bluetooth/glib/
msvc_recommended_pragmas.h 5 /* Make MSVC more pedantic, this is a recommended pragma list
  /external/chromium/base/
fix_wp64.h 6 // on MSVC with /Wp64 flag enabled.
port.h 39 // for this purpose. MSVC does not provide va_copy, so define an
  /external/flac/include/FLAC/
assert.h 35 /* we need this since some compilers (like MSVC) leave assert()s on release code (and we don't want to use their ASSERT) */
  /external/gtest/
README.android 29 rm -rf msvc/
  /external/icu4c/samples/ufortune/resources/
fortune_resources.mak 9 # MSVC project file for ufortune
  /external/stlport/stlport/stl/
_construct.h 100 // in a considerably better code at least on MSVC.
125 // in a considerably better code at least on MSVC.
145 // in a considerably better code at least on MSVC.
169 // in a considerably better code at least on MSVC.
  /external/v8/src/
win32-math.h 37 #error Wrong environment, expected MSVC.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_construct.h 100 // in a considerably better code at least on MSVC.
125 // in a considerably better code at least on MSVC.
145 // in a considerably better code at least on MSVC.
169 // in a considerably better code at least on MSVC.
  /ndk/sources/host-tools/make-3.81/w32/subproc/
w32err.c 31 /* __declspec (thread) necessary if you will use multiple threads on MSVC */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 15 #ifdef __GNUC__ /* mingw is more close to __unix__ than msvc */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 15 #ifdef __GNUC__ /* mingw is more close to __unix__ than msvc */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 15 #ifdef __GNUC__ /* mingw is more close to __unix__ than msvc */
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_construct.h 100 // in a considerably better code at least on MSVC.
125 // in a considerably better code at least on MSVC.
145 // in a considerably better code at least on MSVC.
169 // in a considerably better code at least on MSVC.
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_construct.h 100 // in a considerably better code at least on MSVC.
125 // in a considerably better code at least on MSVC.
145 // in a considerably better code at least on MSVC.
169 // in a considerably better code at least on MSVC.
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_construct.h 100 // in a considerably better code at least on MSVC.
125 // in a considerably better code at least on MSVC.
145 // in a considerably better code at least on MSVC.
169 // in a considerably better code at least on MSVC.
  /external/chromium/testing/gtest/
CMakeLists.txt 169 if (NOT MSVC OR NOT MSVC_VERSION EQUAL 1600)
171 # Yet MSVC 10's <utility> declares tuple_element<size_t, class>.
174 # MSVC 10 doesn't compile.
  /external/libpng/contrib/gregbook/
Makefile.w32 1 # Sample makefile for rpng-win / rpng2-win / wpng using MSVC and NMAKE.
16 # where %devstudio% is the installation directory for MSVC / DevStudio. If
57 # [note that -W3 is an MSVC-specific compilation flag ("all warnings on")]

Completed in 2109 milliseconds

1 2 3 45 6 7 8 91011>>