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

1 2 3 4 5 6 78 91011>>

  /external/chromium/base/debug/
stack_trace_unittest.cc 89 // MSVC doesn't allow the use of C99's __func__ within C++, so we fake it with
90 // MSVC's __FUNCTION__ macro.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Attribute.h 64 #if COMPILER(MSVC)
65 // NOTE: This constructor is not actually implemented, it's just defined so MSVC
  /external/chromium_org/third_party/WebKit/Source/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
  /external/chromium_org/third_party/icu/source/common/
uobject.cpp 40 * Memory test on Windows/MSVC 6:
45 * These lines are from output generated by the MSVC 6 tool dumpbin with
  /external/chromium_org/third_party/libxslt/win32/
Makefile 1 # Makefile for libxslt, specific for Windows, MSVC and NMAKE.
15 AUTOCONF = .\config.msvc
25 BINDIR = bin.msvc
42 XSLT_INTDIR = int.xslt.msvc
43 XSLT_INTDIR_A = int.xslta.msvc
44 EXSLT_INTDIR = int.exslt.msvc
45 EXSLT_INTDIR_A = int.exslta.msvc
46 UTILS_INTDIR = int.utils.msvc
Makefile.msvc 1 # Makefile for libxslt, specific for Windows, MSVC and NMAKE.
15 AUTOCONF = .\config.msvc
25 BINDIR = bin.msvc
42 XSLT_INTDIR = int.xslt.msvc
43 XSLT_INTDIR_A = int.xslta.msvc
44 EXSLT_INTDIR = int.exslt.msvc
45 EXSLT_INTDIR_A = int.exslta.msvc
46 UTILS_INTDIR = int.utils.msvc
  /external/chromium_org/third_party/mesa/src/
SConstruct 83 if env['msvc']:
118 if host_env['msvc']:
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
get_mangled_names.cc 41 // on dumpbin). To do this in MSVC, use the MSVC commandline shell:
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
get_mangled_names.cc 41 // on dumpbin). To do this in MSVC, use the MSVC commandline shell:
  /external/icu4c/common/
uobject.cpp 40 * Memory test on Windows/MSVC 6:
45 * These lines are from output generated by the MSVC 6 tool dumpbin with
  /external/icu4c/samples/
readme.txt 37 udata - demonstrates the use of ICU low level data routines (reader/writer in 'all' MSVC solution)
66 Windows MSVC:
  /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/mesa3d/
SConstruct 83 if env['msvc']:
118 if host_env['msvc']:
  /external/webrtc/src/
typedefs.h 96 // Since MSVC doesn't include these headers, we have to write our own
97 // version to provide a compatibility layer between MSVC and the WebRTC
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
lambda_support.hpp 31 # include <boost/mpl/aux_/config/msvc.hpp>
70 // MSVC-optimized implementation
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
alignment_of.hpp 61 // With MSVC both the native __alignof operator
79 // alignment_of below, because MSVC's __alignof doesn't
  /external/bison/lib/
sys_types.in.h 43 /* MSVC 9 defines size_t in <stddef.h>, not in <sys/types.h>. */
  /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/chromium_org/base/
port.h 38 // for this purpose. MSVC does not provide va_copy, so define an
  /external/chromium_org/base/threading/
non_thread_safe.h 8 // Classes deriving from NonThreadSafe may need to suppress MSVC warning 4275:
  /external/chromium_org/chrome/browser/history/
history_indexer.idl 46 // This is necessary since MSVC assumes a .idl always creates a .tlb. Otherwise,
  /external/chromium_org/courgette/
types_win_pe.h 17 #pragma pack(push, 1) // Supported by MSVC and GCC. Ensures no gaps in packing.
  /external/chromium_org/media/audio/
simple_sources.cc 4 // MSVC++ requires this to be set before any other includes to get M_PI.
  /external/chromium_org/media/base/
audio_hash.cc 5 // MSVC++ requires this to be set before any other includes to get M_PI.

Completed in 599 milliseconds

1 2 3 4 5 6 78 91011>>