Searched refs:GTEST_HAS_EXCEPTIONS (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/testing/gtest/test/
H A Dgtest_throw_on_failure_test_.cc54 #if GTEST_HAS_EXCEPTIONS
H A Dgtest-death-test_ex_test.cc45 # if GTEST_HAS_EXCEPTIONS
74 # endif // GTEST_HAS_EXCEPTIONS
H A Dgtest_catch_exceptions_test_.cc44 #if GTEST_HAS_EXCEPTIONS
101 #if GTEST_HAS_EXCEPTIONS
303 #endif // GTEST_HAS_EXCEPTIONS
306 #if GTEST_HAS_EXCEPTIONS
H A Dgtest_output_test_.cc659 #if GTEST_HAS_EXCEPTIONS
673 #endif // GTEST_HAS_EXCEPTIONS
742 #if GTEST_HAS_EXCEPTIONS
756 #endif // GTEST_HAS_EXCEPTIONS
/external/gtest/test/
H A Dgtest_throw_on_failure_test_.cc54 #if GTEST_HAS_EXCEPTIONS
H A Dgtest-death-test_ex_test.cc45 # if GTEST_HAS_EXCEPTIONS
74 # endif // GTEST_HAS_EXCEPTIONS
H A Dgtest_catch_exceptions_test_.cc44 #if GTEST_HAS_EXCEPTIONS
101 #if GTEST_HAS_EXCEPTIONS
303 #endif // GTEST_HAS_EXCEPTIONS
306 #if GTEST_HAS_EXCEPTIONS
H A Dgtest_output_test_.cc654 #if GTEST_HAS_EXCEPTIONS
668 #endif // GTEST_HAS_EXCEPTIONS
737 #if GTEST_HAS_EXCEPTIONS
751 #endif // GTEST_HAS_EXCEPTIONS
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h241 // Defines GTEST_HAS_EXCEPTIONS to 1 if exceptions are enabled, or 0
251 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS macro
257 #define GTEST_HAS_EXCEPTIONS 1 macro
259 #define GTEST_HAS_EXCEPTIONS 0 macro
270 #if defined(_MSC_VER) && (_MSC_VER < 1400) && !GTEST_HAS_EXCEPTIONS
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h73 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
472 #ifndef GTEST_HAS_EXCEPTIONS
482 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS macro
485 # define GTEST_HAS_EXCEPTIONS 1 macro
490 # define GTEST_HAS_EXCEPTIONS 1 macro
493 # define GTEST_HAS_EXCEPTIONS 1 macro
497 # define GTEST_HAS_EXCEPTIONS 1 macro
501 # define GTEST_HAS_EXCEPTIONS 0 macro
503 #endif // GTEST_HAS_EXCEPTIONS
H A Dgtest-death-test-internal.h160 # if GTEST_HAS_EXCEPTIONS
H A Dgtest-internal.h49 #if GTEST_HAS_EXCEPTIONS
142 #if GTEST_HAS_EXCEPTIONS
155 #endif // GTEST_HAS_EXCEPTIONS
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
295 #ifndef GTEST_HAS_EXCEPTIONS
305 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS macro
308 # define GTEST_HAS_EXCEPTIONS 1 macro
313 # define GTEST_HAS_EXCEPTIONS 1 macro
316 # define GTEST_HAS_EXCEPTIONS 1 macro
320 # define GTEST_HAS_EXCEPTIONS 1 macro
324 # define GTEST_HAS_EXCEPTIONS 0 macro
326 #endif // GTEST_HAS_EXCEPTIONS
H A Dgtest-death-test-internal.h160 # if GTEST_HAS_EXCEPTIONS
/external/gtest/include/gtest/internal/
H A Dgtest-port.h49 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
338 #ifndef GTEST_HAS_EXCEPTIONS
348 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS macro
351 # define GTEST_HAS_EXCEPTIONS 1 macro
356 # define GTEST_HAS_EXCEPTIONS 1 macro
359 # define GTEST_HAS_EXCEPTIONS 1 macro
363 # define GTEST_HAS_EXCEPTIONS 1 macro
367 # define GTEST_HAS_EXCEPTIONS 0 macro
369 #endif // GTEST_HAS_EXCEPTIONS
H A Dgtest-death-test-internal.h160 # if GTEST_HAS_EXCEPTIONS
H A Dgtest-internal.h49 #if GTEST_HAS_EXCEPTIONS
140 #if GTEST_HAS_EXCEPTIONS
153 #endif // GTEST_HAS_EXCEPTIONS
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
301 #ifndef GTEST_HAS_EXCEPTIONS
311 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS macro
314 # define GTEST_HAS_EXCEPTIONS 1 macro
319 # define GTEST_HAS_EXCEPTIONS 1 macro
322 # define GTEST_HAS_EXCEPTIONS 1 macro
326 # define GTEST_HAS_EXCEPTIONS 1 macro
330 # define GTEST_HAS_EXCEPTIONS 0 macro
332 #endif // GTEST_HAS_EXCEPTIONS
H A Dgtest-death-test-internal.h160 # if GTEST_HAS_EXCEPTIONS
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
295 #ifndef GTEST_HAS_EXCEPTIONS
305 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS macro
308 # define GTEST_HAS_EXCEPTIONS 1 macro
313 # define GTEST_HAS_EXCEPTIONS 1 macro
316 # define GTEST_HAS_EXCEPTIONS 1 macro
320 # define GTEST_HAS_EXCEPTIONS 1 macro
324 # define GTEST_HAS_EXCEPTIONS 0 macro
326 #endif // GTEST_HAS_EXCEPTIONS
H A Dgtest-death-test-internal.h160 # if GTEST_HAS_EXCEPTIONS
/external/protobuf/gtest/test/
H A Dgtest_output_test_.cc449 #if GTEST_HAS_EXCEPTIONS
453 // GTEST_HAS_EXCEPTIONS is non-zero, i.e. C++ exceptions are enabled.
478 #endif // GTEST_HAS_EXCEPTIONS
618 #if GTEST_HAS_EXCEPTIONS
632 #endif // GTEST_HAS_EXCEPTIONS
701 #if GTEST_HAS_EXCEPTIONS
715 #endif // GTEST_HAS_EXCEPTIONS
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc124 #if GTEST_HAS_EXCEPTIONS
2309 #if GTEST_HAS_EXCEPTIONS
2332 #endif // GTEST_HAS_EXCEPTIONS
2396 #if GTEST_HAS_EXCEPTIONS
2416 #endif // GTEST_HAS_EXCEPTIONS
4111 #if GTEST_HAS_EXCEPTIONS
4927 #if GTEST_HAS_EXCEPTIONS
4932 #endif // GTEST_HAS_EXCEPTIONS
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc117 #if GTEST_HAS_EXCEPTIONS
2029 #if GTEST_HAS_EXCEPTIONS
2059 #endif // GTEST_HAS_EXCEPTIONS
2124 #if GTEST_HAS_EXCEPTIONS
2143 #endif // GTEST_HAS_EXCEPTIONS
3798 #if GTEST_HAS_EXCEPTIONS
4534 #if GTEST_HAS_EXCEPTIONS
4539 #endif // GTEST_HAS_EXCEPTIONS
/external/gtest/src/
H A Dgtest.cc120 #if GTEST_HAS_EXCEPTIONS
2025 #if GTEST_HAS_EXCEPTIONS
2048 #endif // GTEST_HAS_EXCEPTIONS
2112 #if GTEST_HAS_EXCEPTIONS
2132 #endif // GTEST_HAS_EXCEPTIONS
3828 #if GTEST_HAS_EXCEPTIONS
4651 #if GTEST_HAS_EXCEPTIONS
4656 #endif // GTEST_HAS_EXCEPTIONS

Completed in 4199 milliseconds

12