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

  /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/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/testing/gtest/include/gtest/internal/
gtest-port.h 338 // MSVC's and C++Builder's implementations of the STL use the _HAS_EXCEPTIONS
341 # ifndef _HAS_EXCEPTIONS
342 # define _HAS_EXCEPTIONS 1
343 # endif // _HAS_EXCEPTIONS
344 # 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/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 1216 milliseconds