HomeSort by relevance Sort by last modified time
    Searched defs:_HAS_EXCEPTIONS (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/win/
WebKitDLL.h 29 #ifndef _HAS_EXCEPTIONS
30 #define _HAS_EXCEPTIONS 0
  /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/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/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...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h 394 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
397 # ifndef _HAS_EXCEPTIONS
398 # define _HAS_EXCEPTIONS 1
399 # endif // _HAS_EXCEPTIONS
400 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
    [all...]

Completed in 2013 milliseconds