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

<<11121314151617181920>>

  /external/v8/src/
v8-counters.h 53 // WARNING: STATS_COUNTER_LIST_* is a very large macro that is causing MSVC
  /external/webkit/Source/JavaScriptCore/runtime/
JSCell.h 40 #if COMPILER(MSVC)
JSString.h 447 // When an object is created from a different DLL, MSVC changes vptr to a "local" one right after invoking a constructor,
451 #if COMPILER(MSVC) && !defined(BUILDING_JavaScriptCore)
  /external/webkit/Source/JavaScriptCore/wtf/
Assertions.h 49 #if !COMPILER(MSVC)
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
PoolAlloc.h 89 // Support MSVC++ 6.0
  /external/webkit/Source/WebKit/qt/
QtWebKit.pro 46 win32*:!win32-msvc* {
  /ndk/sources/host-tools/make-3.81/
README 168 systems: a native Windows tool built with (for example) MSVC or Cygwin,
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
mac-mf.inp 200 $(RM) msvc.pdb *.err
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 76 //Following tests are mostly used to reveal problem with the MSVC /Wp64 option
  /ndk/tests/device/test-stlport/unit/
sstream_test.cpp 76 //Following tests are mostly used to reveal problem with the MSVC /Wp64 option
  /external/libpng/
CHANGES     [all...]
  /external/protobuf/gtest/
Makefile.in 755 # MSVC project files
770 test/gtest_all_test.cc msvc/gtest-md.sln msvc/gtest.sln \
771 msvc/gtest-md.vcproj msvc/gtest.vcproj \
772 msvc/gtest_main-md.vcproj msvc/gtest_main.vcproj \
773 msvc/gtest_prod_test-md.vcproj msvc/gtest_prod_test.vcproj \
774 msvc/gtest_unittest-md.vcproj msvc/gtest_unittest.vcproj
    [all...]
  /bionic/libc/netbsd/net/
services.h 359 \13bpjava-msvc\65\232t\0\
360 \13bpjava-msvc\65\232u\0\
  /external/libpng/contrib/gregbook/
readpng2.c 98 png_libpng_ver, compilerID == 1? "MSVC++" :
299 compilerID == 1? "MSVC++" :
  /external/llvm/docs/
CMake.html 31 <li><a href="#msvc">Microsoft Visual C++</a></li>
552 <a name="msvc">Microsoft Visual C++</a>
  /external/protobuf/
CHANGES.txt 265 * Simplify template usage to work with MSVC 2003.
329 * We now build static libraries rather than DLLs by default on MSVC.