OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:msvc
(Results
126 - 150
of
663
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
.
/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/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")]
README
29
Makefile.w32 Windows (
MSVC
) makefile
106
For
MSVC
, set up the necessary environment variables by invoking
110
where where %devstudio% is the installation directory for
MSVC
/
121
Also note that, as of libpng version 1.0.5,
MSVC
DLL builds do not work.
/external/webkit/Source/JavaScriptCore/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)
Assertions.cpp
44
#if COMPILER(
MSVC
) && !OS(WINCE) && !PLATFORM(BREWMP)
82
#if COMPILER(
MSVC
)
189
// By using this format, which matches the format used by
MSVC
for compiler errors, developers
FastMalloc.h
204
#elif COMPILER(
MSVC
) || COMPILER(RVCT)
221
#if COMPILER(
MSVC
)
233
#if COMPILER(
MSVC
)
CurrentTime.h
54
#elif COMPILER(
MSVC
)
RandomNumberSeed.h
57
#elif COMPILER(
MSVC
) && defined(_CRT_RAND_S)
/external/webkit/Source/
WebKit.pri
32
win32-
msvc
*|win32-icc: INCLUDEPATH += $$PWD/JavaScriptCore/os-win32
82
# Pick up 3rdparty libraries from INCLUDE/LIB just like with
MSVC
151
win32-
msvc
*|wince*: QMAKE_CXXFLAGS += -wd4291 -wd4344 -wd4396 -wd4503 -wd4800 -wd4819 -wd4996
/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/dbus/cmake/
CMakeLists.txt
69
if(
MSVC
)
70
# controll folders in
msvc
projects
104
endif(
MSVC
)
224
if(NOT
MSVC
)
226
else(NOT
MSVC
)
228
endif(NOT
MSVC
)
237
if(NOT
MSVC
)
246
endif(NOT
MSVC
)
564
if (
MSVC
)
566
endif (
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/chrome/browser/history/
history_indexer.idl
49
// This is necessary since
MSVC
assumes a .idl always creates a .tlb. Otherwise,
/external/dropbear/libtommath/
makefile.msvc
0
#
MSVC
Makefile
/external/flac/include/FLAC/
export.h
51
* If you are compiling with
MSVC
and will link to the static library
/external/icu4c/common/
stringpiece.cpp
76
* Cygwin with
MSVC
9.0 also complains here about redefinition.
/external/icu4c/samples/csdet/
readme.txt
15
2. In
MSVC
, open the workspace file icu\samples\uresb\uresb.sln
/external/libvpx/build/make/
gen_msvs_def.sh
21
This script generates a
MSVC
module definition file containing a list of symbols
/external/llvm/cmake/
config-ix.cmake
288
# Define LLVM_HAS_ATOMICS if gcc or
MSVC
atomic builtins are supported.
370
if(
MSVC
)
382
else(
MSVC
)
386
endif(
MSVC
)
/external/speex/include/speex/
speex_types.h
44
/*
MSVC
/Borland */
/external/srtp/doc/
header.template
90
contributed support for building under
MSVC
. Andris Pavenis
/external/stlport/stlport/stl/
_stdexcept_base.h
48
* - The
MSVC
compilers when the STLport user wants to make an STLport dll linked to
/external/v8/src/
misc-intrinsics.h
53
unsigned long result; // NOLINT:
MSVC
intrinsic demands this type.
/external/webkit/Source/JavaScriptCore/runtime/
RegExpObject.h
86
#if COMPILER(
MSVC
)
Completed in 1703 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>