Searched refs:_HAS_EXCEPTIONS (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dutypeinfo.h21 #if defined(_MSC_VER) && _HAS_EXCEPTIONS == 0
/external/icu/icu4c/source/common/
H A Dutypeinfo.h21 #if defined(_MSC_VER) && _HAS_EXCEPTIONS == 0
/external/chromium_org/base/allocator/
H A Dallocator_shim.cc69 (defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS)
93 #endif // (defined(__GNUC__) && !defined(__EXCEPTIONS)) || (defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS)
/external/chromium_org/base/test/
H A Dtest_suite.cc272 #if defined(_DEBUG) && defined(_HAS_EXCEPTIONS) && (_HAS_EXCEPTIONS == 1)
278 #endif // defined(_DEBUG) && defined(_HAS_EXCEPTIONS) && (_HAS_EXCEPTIONS == 1)
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h245 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
248 #ifndef _HAS_EXCEPTIONS
249 #define _HAS_EXCEPTIONS 1 macro
250 #endif // _HAS_EXCEPTIONS
251 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddebugallocation.cc1128 #if (defined(__GNUC__) && !defined(__EXCEPTIONS)) || (defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS)
1151 #endif // (defined(__GNUC__) && !defined(__EXCEPTIONS)) || (defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS)
1335 #if (defined(__GNUC__) && !defined(__EXCEPTIONS)) || (defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS)
1356 #endif // (defined(__GNUC__) && !defined(__EXCEPTIONS)) || (defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS)
H A Dtcmalloc.cc1435 #if (defined(__GNUC__) && !defined(__EXCEPTIONS)) || (defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS)
1458 #endif // (defined(__GNUC__) && !defined(__EXCEPTIONS)) || (defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS)
1483 #if (defined(__GNUC__) && !defined(__EXCEPTIONS)) || (defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS)
1504 #endif // (defined(__GNUC__) && !defined(__EXCEPTIONS)) || (defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS)
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Ddebugallocation.cc1121 #if (defined(__GNUC__) && !defined(__EXCEPTIONS)) || (defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS)
1144 #endif // (defined(__GNUC__) && !defined(__EXCEPTIONS)) || (defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS)
1323 #if (defined(__GNUC__) && !defined(__EXCEPTIONS)) || (defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS)
1344 #endif // (defined(__GNUC__) && !defined(__EXCEPTIONS)) || (defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS)
H A Dtcmalloc.cc1390 #if (defined(__GNUC__) && !defined(__EXCEPTIONS)) || (defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS)
1413 #endif // (defined(__GNUC__) && !defined(__EXCEPTIONS)) || (defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS)
1438 #if (defined(__GNUC__) && !defined(__EXCEPTIONS)) || (defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS)
1459 #endif // (defined(__GNUC__) && !defined(__EXCEPTIONS)) || (defined(_HAS_EXCEPTIONS) && !_HAS_EXCEPTIONS)
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h476 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
479 # ifndef _HAS_EXCEPTIONS
480 # define _HAS_EXCEPTIONS 1 macro
481 # endif // _HAS_EXCEPTIONS
482 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h299 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
302 # ifndef _HAS_EXCEPTIONS
303 # define _HAS_EXCEPTIONS 1 macro
304 # endif // _HAS_EXCEPTIONS
305 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/gtest/include/gtest/internal/
H A Dgtest-port.h342 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
345 # ifndef _HAS_EXCEPTIONS
346 # define _HAS_EXCEPTIONS 1 macro
347 # endif // _HAS_EXCEPTIONS
348 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h305 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
308 # ifndef _HAS_EXCEPTIONS
309 # define _HAS_EXCEPTIONS 1 macro
310 # endif // _HAS_EXCEPTIONS
311 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h299 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
302 # ifndef _HAS_EXCEPTIONS
303 # define _HAS_EXCEPTIONS 1 macro
304 # endif // _HAS_EXCEPTIONS
305 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/chromium_org/third_party/webrtc/base/
H A Dproxydetect.cc602 #if (_HAS_EXCEPTIONS == 0)
612 #endif // (_HAS_EXCEPTIONS == 0)
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h438 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
441 # ifndef _HAS_EXCEPTIONS
442 # define _HAS_EXCEPTIONS 1 macro
443 # endif // _HAS_EXCEPTIONS
444 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h438 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
441 # ifndef _HAS_EXCEPTIONS
442 # define _HAS_EXCEPTIONS 1 macro
443 # endif // _HAS_EXCEPTIONS
444 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS

Completed in 3251 milliseconds