HomeSort by relevance Sort by last modified time
    Searched full:msvc (Results 151 - 175 of 1273) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libmtp/examples/
common.h 32 // Only if using MSVC...
  /external/llvm/utils/unittest/
CMakeLists.txt 36 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/mesa3d/src/gallium/include/pipe/
p_config.h 65 * __MSC__ seems to be an old macro -- it is not pre-defined on recent MSVC
81 #if defined(__i386__) /* gcc */ || defined(_M_IX86) /* msvc */ || defined(_X86_) || defined(__386__) || defined(i386) || defined(__i386) /* Sun cc */
85 #if defined(__x86_64__) /* gcc */ || defined(_M_X64) /* msvc */ || defined(_M_AMD64) /* msvc */ || defined(__x86_64) /* Sun cc */
  /external/mesa3d/src/gallium/targets/libgl-gdi/
SConscript 32 # MSVC. mingw-w64 works fine.
  /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/webrtc/src/system_wrappers/interface/
fix_interlocked_exchange_pointer_win.h 8 // on MSVC with /Wp64 flag enabled.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/
assert.hpp 32 # include <boost/concept/detail/msvc.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/
adl.hpp 17 #include <boost/mpl/aux_/config/msvc.hpp>
compiler.hpp 22 # include <boost/mpl/aux_/config/msvc.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
na_assert.hpp 18 #include <boost/mpl/aux_/config/msvc.hpp>
yes_no.hpp 19 #include <boost/mpl/aux_/config/msvc.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
begin_end.hpp 25 // agurt, 13/sep/02: switched from inheritance to typedef; MSVC is more
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/
item.hpp 19 #include <boost/mpl/aux_/config/msvc.hpp>
  /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_org/third_party/WebKit/Source/wtf/
MathExtras.h 113 #if COMPILER(MSVC)
138 #if OS(ANDROID) || COMPILER(MSVC)
139 // ANDROID and MSVC's math.h does not currently supply log2 or log2f.
153 #if COMPILER(MSVC)
202 // MSVC's math functions do not bring lrint.
224 #endif // COMPILER(MSVC)
295 #if COMPILER(MSVC)
  /external/llvm/include/llvm/Support/
AlignOf.h 65 /// specialization to cope with old versions of MSVC and GCC where only an
70 // MSVC requires special handling here.
113 // a member of a by-value function argument in MSVC, even if the alignment
116 // MSVC warns on the existence of the declspec despite the union member forcing
153 // can't pass them by-value as function arguments on MSVC.
  /external/bison/lib/
dup2.c 38 # include "msvc-inval.h"
41 # include "msvc-nothrow.h"
  /external/chromium/base/
compiler_specific.h 13 // Macros for suppressing and disabling warnings on MSVC.
57 #else // Not MSVC

Completed in 407 milliseconds

1 2 3 4 5 67 8 91011>>