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

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
void.hpp 20 #include <boost/mpl/aux_/config/msvc.hpp>
apply_wrap.hpp 46 # include <boost/mpl/aux_/config/msvc.hpp>
90 // MSVC version
142 // metafunction forwarding confuses MSVC 7.0
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
cast.hpp 14 // 08 Nov 2001 Fixes to accommodate MSVC (Fernando Cacciola)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
add_reference.hpp 56 // references or we get ambiguities from msvc:
remove_pointer.hpp 19 #include <boost/type_traits/msvc/remove_pointer.hpp>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
swap.hpp 17 // because some compilers (including MSVC 7.1, Borland 5.9.3, and
  /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/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/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/bison/lib/
errno.in.h 35 /* These are the same values as defined by MSVC 10, for interoperability. */
253 differently than MSVC 10. It's hairy to decide which one to use. */
260 /* Use the same values as defined by MSVC 10, for
  /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/chromium_org/third_party/WebKit/Source/wtf/
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/chromium_org/third_party/mesa/src/scons/
gallium.py 141 env['msvc'] = env['CC'] == 'cl'
146 if env['msvc'] and env['toolchain'] == 'default' and env['machine'] == 'x86_64':
147 # MSVC x64 support is broken in earlier versions of scons
156 msvc = env['msvc']
284 if msvc:
395 if msvc:
438 if env['platform'] == 'windows' and msvc:
439 # Choose the appropriate MSVC CRT
480 if msvc
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_atomic.h 194 /* Locally coded assembly for MSVC on x86:
198 #define PIPE_ATOMIC "MSVC x86 assembly"
264 #define PIPE_ATOMIC "MSVC Intrinsics"
  /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")]
  /external/mesa3d/scons/
gallium.py 141 env['msvc'] = env['CC'] == 'cl'
146 if env['msvc'] and env['toolchain'] == 'default' and env['machine'] == 'x86_64':
147 # MSVC x64 support is broken in earlier versions of scons
156 msvc = env['msvc']
284 if msvc:
395 if msvc:
438 if env['platform'] == 'windows' and msvc:
439 # Choose the appropriate MSVC CRT
480 if msvc
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_atomic.h 194 /* Locally coded assembly for MSVC on x86:
198 #define PIPE_ATOMIC "MSVC x86 assembly"
264 #define PIPE_ATOMIC "MSVC Intrinsics"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 11 # * if you use a msvc compiled python version (1.5.2)
60 """Include the appropriate MSVC runtime library if Python was built
61 with MSVC 7.0 or later.
69 # Issue: for MSVC compiler we can get the version and from version
79 # MSVC 7.0
82 # MSVC 7.1
85 # VS2005 / MSVC 8.0
88 # VS2008 / MSVC 9.0
171 # Include the appropriate MSVC runtime library if Python was built
172 # with MSVC 7.0 or later
    [all...]
msvccompiler.py 154 """Return the version of MSVC that was used to build Python.
157 sys.version. For earlier versions, assume the compiler is MSVC 6.
208 compiler_type = 'msvc'
279 # extend the MSVC path with the current path
371 # pass the full pathname to MSVC in debug mode,
514 # The MSVC linker generates .lib and .exp files, which cannot be
553 "don't know how to set runtime library search path for MSVC++"
577 # Helper methods for using the MSVC registry settings
580 """Return path to an MSVC executable program.
583 MSVC program search paths from the registry; next, the directorie
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 11 # * if you use a msvc compiled python version (1.5.2)
60 """Include the appropriate MSVC runtime library if Python was built
61 with MSVC 7.0 or later.
69 # Issue: for MSVC compiler we can get the version and from version
79 # MSVC 7.0
82 # MSVC 7.1
85 # VS2005 / MSVC 8.0
88 # VS2008 / MSVC 9.0
171 # Include the appropriate MSVC runtime library if Python was built
172 # with MSVC 7.0 or later
    [all...]

Completed in 1429 milliseconds

1 2 3 4 5 6 7 8 91011>>