OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:msvc
(Results
226 - 250
of
663
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/base/
basictypes.h
16
// stdint.h is part of C99 but
MSVC
doesn't have it.
317
// constant size, gcc 2.95.3, gcc 4.0.1, and
msvc
7.1 produce inline
322
// I tested this code with gcc 2.95.3, gcc 4.0.1, icc 8.1, and
msvc
7.1.
/external/libpng/
README
177
msvctest => Builds and runs pngtest using a
MSVC
workspace
181
visupng => Contains a
MSVC
workspace for VisualPng
190
visualc6 => Contains a Microsoft Visual C++ (
MSVC
)
/external/webkit/Source/JavaScriptCore/
jsc.cpp
57
#if COMPILER(
MSVC
) && !OS(WINCE)
304
#if COMPILER(
MSVC
) && OS(WINCE)
315
#if COMPILER(
MSVC
) && !defined(_DEBUG) && !OS(WINCE)
/ndk/build/tools/toolchain-patches/python/Python-2.7.3/
0001-MINGW.patch
10
+ dnl To be compatible with
MSVC
build.
115
+# For debug versions
MSVC
build prepend suffix by '_d'.
154
+ #
MSVC
in-compatable storage layout for bitfields in structures (Roumen has -mms-bitfields)
488
+# Note
MSVC
build use Python/dtoa.c, but I could not find any reason
511
+ # Some
MSVC
runtimes don't preserve zero sign.
523
+dnl
MSVC
build PC/pyconfig.h define HAVE_DECL_ISINF but it is useless
526
+dnl For mingw to keep compatibility with
MSVC
build we will define
750
+ here for Py_IS_INFINITY we define same as for
MSVC
build.
803
+ So the question is "Separate SDKs" required for w2k in
MSVC
build ?
819
+ in _math.h but as
MSVC
don't define them we will undefine HAVE_XX
[
all
...]
/external/bzip2/
README
86
(you may need to first run the
MSVC
-provided script VCVARS32.BAT
87
so as to set up paths to the
MSVC
tools correctly).
/external/chromium/testing/gtest/src/
gtest-printers.cc
313
//
MSVC
compiler can be configured to define whar_t as a typedef
317
// memory accesses.
MSVC
defines _NATIVE_WCHAR_T_DEFINED symbol when
/external/chromium/testing/gtest/test/
gtest-typed-test_test.cc
61
//
MSVC
's <list> doesn't compile cleanly with /W4.
354
// code referring to the gtest_main library,
MSVC
linker will not link
/external/dbus/cmake/dbus/
CMakeLists.txt
243
if (
MSVC
)
251
endif (
MSVC
)
/external/expat/
Changes
144
- Added a project to the
MSVC
workspace to create a wchar_t
159
- More changes to make
MSVC
happy with the build; add a single
/external/gtest/src/
gtest-printers.cc
312
//
MSVC
compiler can be configured to define whar_t as a typedef
316
// memory accesses.
MSVC
defines _NATIVE_WCHAR_T_DEFINED symbol when
/external/gtest/test/
gtest-typed-test_test.cc
61
//
MSVC
's <list> doesn't compile cleanly with /W4.
354
// code referring to the gtest_main library,
MSVC
linker will not link
/external/icu4c/config/
mh-cygwin-msvc
90
## An import library is needed for z/OS,
MSVC
and Cygwin
184
## Starting in
MSVC
2005, manifest files are required. This reduces the obnoxiousness of this feature.
/external/llvm/unittests/ADT/
DenseMapTest.cpp
126
//
MSVC
, at least old versions, cannot parse the typename to disambiguate
127
// TypeParam::mapped_type as a type. However, because
MSVC
doesn't implement
/external/llvm/utils/unittest/googletest/
gtest-printers.cc
312
//
MSVC
compiler can be configured to define whar_t as a typedef
316
// memory accesses.
MSVC
defines _NATIVE_WCHAR_T_DEFINED symbol when
/external/stlport/
configure
42
--with-
msvc
=<dir> use MS VC from this catalog
176
--with-
msvc
=*)
/external/stlport/stlport/stl/config/
host.h
101
* under Win32 (using
MSVC
like compilers).
221
* other parts of
MSVC
library. (With partial specialization, it just
/external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp
260
#if COMPILER(
MSVC
)
265
#if COMPILER(
MSVC
)
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
host.h
101
* under Win32 (using
MSVC
like compilers).
221
* other parts of
MSVC
library. (With partial specialization, it just
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
host.h
101
* under Win32 (using
MSVC
like compilers).
221
* other parts of
MSVC
library. (With partial specialization, it just
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
host.h
101
* under Win32 (using
MSVC
like compilers).
221
* other parts of
MSVC
library. (With partial specialization, it just
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
host.h
101
* under Win32 (using
MSVC
like compilers).
221
* other parts of
MSVC
library. (With partial specialization, it just
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
host.h
101
* under Win32 (using
MSVC
like compilers).
221
* other parts of
MSVC
library. (With partial specialization, it just
/external/chromium/chrome/browser/
platform_util_win.cc
181
//
MSVC
complains if we don't include != 0.
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h
140
// both "The OS is Windows" and "The compiler is
MSVC
". These
142
// Windows compilers other than
MSVC
.
538
// unsigned int has size 4 in both gcc and
MSVC
.
574
//
MSVC
8 deprecates getenv(), so we want to suppress warning 4996
/external/chromium/testing/gtest/samples/
sample7_unittest.cc
124
// code referring to the gtest_main library,
MSVC
linker will not link
Completed in 4110 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>