OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_HAS_EXCEPTIONS
(Results
1 - 25
of
25
) sorted by null
/external/chromium_org/third_party/icu/source/common/unicode/
utypeinfo.h
4
#if defined(_MSC_VER) &&
_HAS_EXCEPTIONS
== 0
/external/icu4c/common/
utypeinfo.h
21
#if defined(_MSC_VER) &&
_HAS_EXCEPTIONS
== 0
/external/chromium/base/allocator/
allocator_shim.cc
82
#if (defined(__GNUC__) && !defined(__EXCEPTIONS)) || (defined(
_HAS_EXCEPTIONS
) && !
_HAS_EXCEPTIONS
)
106
#endif // (defined(__GNUC__) && !defined(__EXCEPTIONS)) || (defined(
_HAS_EXCEPTIONS
) && !
_HAS_EXCEPTIONS
)
/external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-port.h
158
#ifndef
_HAS_EXCEPTIONS
159
#define
_HAS_EXCEPTIONS
1
160
#endif //
_HAS_EXCEPTIONS
162
// always defined, while
_HAS_EXCEPTIONS
is defined only on Windows.
163
#define GTEST_HAS_EXCEPTIONS
_HAS_EXCEPTIONS
/external/chromium_org/base/allocator/
allocator_shim.cc
88
(defined(
_HAS_EXCEPTIONS
) && !
_HAS_EXCEPTIONS
)
112
#endif // (defined(__GNUC__) && !defined(__EXCEPTIONS)) || (defined(
_HAS_EXCEPTIONS
) && !
_HAS_EXCEPTIONS
)
/external/chromium_org/base/test/
test_suite.cc
243
#if defined(_DEBUG) && defined(
_HAS_EXCEPTIONS
) && (
_HAS_EXCEPTIONS
== 1)
249
#endif // defined(_DEBUG) && defined(
_HAS_EXCEPTIONS
) && (
_HAS_EXCEPTIONS
== 1)
/external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h
246
// MSVC's and C++Builder's implementations of the STL use the
_HAS_EXCEPTIONS
249
#ifndef
_HAS_EXCEPTIONS
250
#define
_HAS_EXCEPTIONS
1
251
#endif //
_HAS_EXCEPTIONS
252
#define GTEST_HAS_EXCEPTIONS
_HAS_EXCEPTIONS
[
all
...]
/external/protobuf/gtest/include/gtest/internal/
gtest-port.h
245
// MSVC's and C++Builder's implementations of the STL use the
_HAS_EXCEPTIONS
248
#ifndef
_HAS_EXCEPTIONS
249
#define
_HAS_EXCEPTIONS
1
250
#endif //
_HAS_EXCEPTIONS
251
#define GTEST_HAS_EXCEPTIONS
_HAS_EXCEPTIONS
[
all
...]
/external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h
294
// MSVC's and C++Builder's implementations of the STL use the
_HAS_EXCEPTIONS
297
# ifndef
_HAS_EXCEPTIONS
298
# define
_HAS_EXCEPTIONS
1
299
# endif //
_HAS_EXCEPTIONS
300
# define GTEST_HAS_EXCEPTIONS
_HAS_EXCEPTIONS
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
debugallocation.cc
[
all
...]
tcmalloc.cc
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc
[
all
...]
tcmalloc.cc
[
all
...]
/external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h
342
// MSVC's and C++Builder's implementations of the STL use the
_HAS_EXCEPTIONS
345
# ifndef
_HAS_EXCEPTIONS
346
# define
_HAS_EXCEPTIONS
1
347
# endif //
_HAS_EXCEPTIONS
348
# define GTEST_HAS_EXCEPTIONS
_HAS_EXCEPTIONS
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h
299
// MSVC's and C++Builder's implementations of the STL use the
_HAS_EXCEPTIONS
302
# ifndef
_HAS_EXCEPTIONS
303
# define
_HAS_EXCEPTIONS
1
304
# endif //
_HAS_EXCEPTIONS
305
# define GTEST_HAS_EXCEPTIONS
_HAS_EXCEPTIONS
[
all
...]
/external/gtest/include/gtest/internal/
gtest-port.h
298
// MSVC's and C++Builder's implementations of the STL use the
_HAS_EXCEPTIONS
301
# ifndef
_HAS_EXCEPTIONS
302
# define
_HAS_EXCEPTIONS
1
303
# endif //
_HAS_EXCEPTIONS
304
# define GTEST_HAS_EXCEPTIONS
_HAS_EXCEPTIONS
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
302
// MSVC's and C++Builder's implementations of the STL use the
_HAS_EXCEPTIONS
305
# ifndef
_HAS_EXCEPTIONS
306
# define
_HAS_EXCEPTIONS
1
307
# endif //
_HAS_EXCEPTIONS
308
# define GTEST_HAS_EXCEPTIONS
_HAS_EXCEPTIONS
[
all
...]
/external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h
299
// MSVC's and C++Builder's implementations of the STL use the
_HAS_EXCEPTIONS
302
# ifndef
_HAS_EXCEPTIONS
303
# define
_HAS_EXCEPTIONS
1
304
# endif //
_HAS_EXCEPTIONS
305
# define GTEST_HAS_EXCEPTIONS
_HAS_EXCEPTIONS
[
all
...]
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h
342
// MSVC's and C++Builder's implementations of the STL use the
_HAS_EXCEPTIONS
345
# ifndef
_HAS_EXCEPTIONS
346
# define
_HAS_EXCEPTIONS
1
347
# endif //
_HAS_EXCEPTIONS
348
# define GTEST_HAS_EXCEPTIONS
_HAS_EXCEPTIONS
[
all
...]
/external/chromium/third_party/libjingle/source/talk/
main.scons
135
'
_HAS_EXCEPTIONS
=0',
/external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc
617
#if (
_HAS_EXCEPTIONS
== 0)
627
#endif // (
_HAS_EXCEPTIONS
== 0)
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/base/
proxydetect.cc
619
#if (
_HAS_EXCEPTIONS
== 0)
629
#endif // (
_HAS_EXCEPTIONS
== 0)
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp
76
// workaround MSVC bug with std::bad_cast when
_HAS_EXCEPTIONS
== 0
77
#if defined(BOOST_MSVC) && defined(
_HAS_EXCEPTIONS
) && !
_HAS_EXCEPTIONS
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/
main.scons
185
'
_HAS_EXCEPTIONS
=0',
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h
438
// MSVC's and C++Builder's implementations of the STL use the
_HAS_EXCEPTIONS
441
# ifndef
_HAS_EXCEPTIONS
442
# define
_HAS_EXCEPTIONS
1
443
# endif //
_HAS_EXCEPTIONS
444
# define GTEST_HAS_EXCEPTIONS
_HAS_EXCEPTIONS
[
all
...]
Completed in 2000 milliseconds