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

1 2 3 4 56 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
integral_wrapper.hpp 47 // other compilers (e.g. MSVC) are not particulary happy about it
56 // have to #ifdef here: some compilers don't like the 'N + 1' form (MSVC),
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
is_sequence.hpp 30 #include <boost/mpl/aux_/config/msvc.hpp>
47 // MSVC 6.5/7.0 fails if 'has_begin' is instantiated on a class type that has a
  /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/bison/darwin-lib/sys/
types.h 44 /* MSVC 9 defines size_t in <stddef.h>, not in <sys/types.h>. */
  /external/bison/lib/
close.c 25 #include "msvc-inval.h"
raise.c 30 # include "msvc-inval.h"
  /external/bison/linux-lib/sys/
types.h 44 /* MSVC 9 defines size_t in <stddef.h>, not in <sys/types.h>. */
  /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/chromium_org/base/
compiler_specific.h 12 // Macros for suppressing and disabling warnings on MSVC.
50 // MSVC Compiler warning C4275:
58 #else // Not MSVC
132 // TODO(jered): Change this to "final" when chromium no longer uses MSVC 2010.
  /external/chromium_org/content/common/indexed_db/
indexed_db_param_traits.h 20 // Unfortunately we can't move it to common: MSVC linker complains about
  /external/chromium_org/gpu/command_buffer/common/
cmd_buffer_common.cc 14 // gcc needs this to link, but MSVC requires it not be present
gles2_cmd_format_test.cc 49 // GCC requires these declarations, but MSVC requires they not be present
  /external/chromium_org/media/base/
fake_audio_render_callback.cc 5 // MSVC++ requires this to be set before any other includes to get M_PI.
  /external/chromium_org/media/base/simd/
convert_rgb_to_yuv_ssse3.h 17 // sign-extend int. On Win64, MSVC does not sign-extend the value in the stack
  /external/chromium_org/third_party/WebKit/Source/wtf/
Compiler.h 70 /* COMPILER(MSVC) - Microsoft Visual C++ */
134 #elif COMPILER(MSVC) && defined(NDEBUG)
181 #elif COMPILER(MSVC)
192 #if !COMPILER(MSVC)
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
default_logger.cc 37 #ifdef ERROR // In case ERROR is defined by MSVC (i.e not set to LOG_ERROR).
  /external/chromium_org/third_party/libxml/patches/
icu-win32 1 diff --git a/third_party/libxml/win32/Makefile.msvc b/third_party/libxml/win32/Makefile.msvc
3 --- a/third_party/libxml/win32/Makefile.msvc
4 +++ b/third_party/libxml/win32/Makefile.msvc
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/
SConscript 32 # MSVC. mingw-w64 works fine.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
stringprintf.cc 37 #include <stdio.h> // MSVC requires this for _vsnprintf
48 // Define va_copy for MSVC. This is a hack, assuming va_list is simply a
77 // Error or MSVC running out of space. MSVC 8.0 and higher
structurally_valid_unittest.cc 15 // MSVC seems to interpret \u differently.
  /external/chromium_org/third_party/swig/
README.chromium 19 disable a MSVC warning about mixing headers with and without _DEBUG.
  /external/clang/test/CodeGenCXX/
microsoft-new.cpp 13 // MSVC will fall back on the non-array operator new.
thiscall-struct-return.cpp 1 // For MSVC ABI compatibility, all structures returned by value using the
  /external/clang/test/Sema/
pragma-pack-3.c 14 // inconsistent with MSVC, and the gcc documentation. In other cases,

Completed in 1182 milliseconds

1 2 3 4 56 7 8 91011>>