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

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
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...]
  /ndk/sources/host-tools/make-3.81/
README.W32 4 It builds natively with MSVC 2.x, 4.x, 5.x, 6.x, and 2003 as well as
44 Building with (MSVC++-)cl using build_w32.bat or NMakefile
47 2. Open a W32 command prompt for your installed (MSVC++-)cl, setup a
182 on machines that may not have MSVC runtime installed. If you
188 I have not tried to build with any other compilers than MSVC. I
253 problem in MSVC 2.x, but I know it is a problem in MSVC 4.x.
  /external/chromium_org/third_party/libxslt/win32/
configure.js 23 var versionFile = ".\\config.msvc";
53 var compiler = "msvc";
112 txt += " compiler: Compiler to be used [msvc|mingw] (" + compiler + ")\n";
113 txt += " cruntime: C-runtime compiler option (only msvc) (" + cruntime + ")\n";
114 txt += " vcmanifest: Embed VC manifest (only msvc) (" + (vcmanifest? "yes" : "no") + ")\n";
157 if (compiler == "msvc")
158 versionFile = ".\\config.msvc";
204 if (compiler == "msvc") {
461 var makefile = ".\\Makefile.msvc";
499 if (compiler == "msvc")
    [all...]
  /external/chromium/testing/gtest/cmake/
internal_utils.cmake 20 if (MSVC)
21 # For MSVC, CMake sets certain flags to defaults we want to override.
55 if (MSVC)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_sse.h 34 * (especially older MSVC versions). This header abstracts that away.
47 /* MSVC before VC8 does not support the _mm_castxxx_yyy */
175 * MSVC will never get in here as its intrinsics support do not rely on
u_init.h 40 /* add a pointer to the section where MSVC stores global constructor pointers */
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
cycleclock.h 58 // For MSVC, we want to use '_asm rdtsc' when possible (since it works
59 // with even ancient MSVC compilers), and when not possible the
121 // Older MSVC compilers (like 7.x) don't seem to support the
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
cycleclock.h 58 // For MSVC, we want to use '_asm rdtsc' when possible (since it works
59 // with even ancient MSVC compilers), and when not possible the
119 // Older MSVC compilers (like 7.x) don't seem to support the
  /external/mesa3d/src/gallium/auxiliary/util/
u_sse.h 34 * (especially older MSVC versions). This header abstracts that away.
47 /* MSVC before VC8 does not support the _mm_castxxx_yyy */
175 * MSVC will never get in here as its intrinsics support do not rely on
  /external/zlib/src/
CMakeLists.txt 62 if(MSVC)
145 if(MSVC)
197 # This has no effect with MSVC, on that platform the version info for
  /external/bison/lib/
fstat.c 50 # include "msvc-inval.h"
getdtablesize.c 27 #include "msvc-inval.h"
  /external/chromium/chrome/browser/history/
history_indexer.idl 49 // This is necessary since MSVC assumes a .idl always creates a .tlb. Otherwise,
  /external/chromium_org/base/memory/
aligned_memory.h 74 // Specialization for all alignments is required because MSVC (as of VS 2008)
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_quota_helper.h 48 // Certain versions of MSVC 2008 have bad implementations of ADL for nested
  /external/chromium_org/chrome/browser/signin/
token_service_unittest.cc 139 // MSVC doesn't like this comparison as EQ.
153 // MSVC doesn't like this comparison as EQ.
169 // MSVC doesn't like this comparison as EQ.
185 // MSVC doesn't like this comparison as EQ.
  /external/chromium_org/gpu/command_buffer/service/
vertex_array_manager_unittest.cc 49 // GCC requires these declarations, but MSVC requires they not be present
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8DataViewCustom.cpp 48 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/feedback/details/664619/the-namespace-of-local-function-declarations-in-c)
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathByteStreamSource.h 55 #if COMPILER(MSVC)
  /external/chromium_org/third_party/WebKit/Source/wtf/
Alignment.h 34 #elif COMPILER(MSVC)
HashFunctions.h 125 #if COMPILER(MSVC)
127 #pragma warning(disable: 4244) // work around what seems to be a bug in MSVC's conversion warnings
130 #if COMPILER(MSVC)
180 #if !COMPILER(MSVC) || defined(_NATIVE_WCHAR_T_DEFINED)
LinkedStack.h 54 // possible MSVC bug. It can be made private again if we get rid of
  /external/chromium_org/third_party/cld/base/
stl_decl_msvc.h 32 // copy_n isn't to be found anywhere in MSVC's STL
  /external/chromium_org/third_party/icu/source/common/
stringpiece.cpp 76 * Cygwin with MSVC 9.0 also complains here about redefinition.
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcexport.h 48 // MSVC Compiler warning C4275:

Completed in 647 milliseconds

<<11121314151617181920>>