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

  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
301 #ifndef GTEST_HAS_EXCEPTIONS
311 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
314 # define GTEST_HAS_EXCEPTIONS 1
319 # define GTEST_HAS_EXCEPTIONS 1
322 # define GTEST_HAS_EXCEPTIONS 1
326 # define GTEST_HAS_EXCEPTIONS 1
330 # define GTEST_HAS_EXCEPTIONS 0
332 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h 73 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
407 #ifndef GTEST_HAS_EXCEPTIONS
412 # define GTEST_HAS_EXCEPTIONS 1
420 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
429 # define GTEST_HAS_EXCEPTIONS (__EXCEPTIONS && __has_feature(cxx_exceptions))
432 # define GTEST_HAS_EXCEPTIONS 1
437 # define GTEST_HAS_EXCEPTIONS 1
440 # define GTEST_HAS_EXCEPTIONS 1
444 # define GTEST_HAS_EXCEPTIONS 1
448 # define GTEST_HAS_EXCEPTIONS
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
304 #ifndef GTEST_HAS_EXCEPTIONS
314 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
317 # define GTEST_HAS_EXCEPTIONS 1
322 # define GTEST_HAS_EXCEPTIONS 1
325 # define GTEST_HAS_EXCEPTIONS 1
329 # define GTEST_HAS_EXCEPTIONS 1
333 # define GTEST_HAS_EXCEPTIONS 0
335 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
298 #ifndef GTEST_HAS_EXCEPTIONS
308 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
311 # define GTEST_HAS_EXCEPTIONS 1
316 # define GTEST_HAS_EXCEPTIONS 1
319 # define GTEST_HAS_EXCEPTIONS 1
323 # define GTEST_HAS_EXCEPTIONS 1
327 # define GTEST_HAS_EXCEPTIONS 0
329 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
gtest-port.h 73 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
453 #ifndef GTEST_HAS_EXCEPTIONS
463 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
472 # define GTEST_HAS_EXCEPTIONS (__EXCEPTIONS && __has_feature(cxx_exceptions))
475 # define GTEST_HAS_EXCEPTIONS 1
480 # define GTEST_HAS_EXCEPTIONS 1
483 # define GTEST_HAS_EXCEPTIONS 1
487 # define GTEST_HAS_EXCEPTIONS 1
491 # define GTEST_HAS_EXCEPTIONS 0
493 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 73 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
489 #ifndef GTEST_HAS_EXCEPTIONS
494 # define GTEST_HAS_EXCEPTIONS 1
502 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
511 # define GTEST_HAS_EXCEPTIONS (__EXCEPTIONS && __has_feature(cxx_exceptions))
514 # define GTEST_HAS_EXCEPTIONS 1
519 # define GTEST_HAS_EXCEPTIONS 1
522 # define GTEST_HAS_EXCEPTIONS 1
526 # define GTEST_HAS_EXCEPTIONS 1
530 # define GTEST_HAS_EXCEPTIONS
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 73 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
453 #ifndef GTEST_HAS_EXCEPTIONS
463 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
472 # define GTEST_HAS_EXCEPTIONS (__EXCEPTIONS && __has_feature(cxx_exceptions))
475 # define GTEST_HAS_EXCEPTIONS 1
480 # define GTEST_HAS_EXCEPTIONS 1
483 # define GTEST_HAS_EXCEPTIONS 1
487 # define GTEST_HAS_EXCEPTIONS 1
491 # define GTEST_HAS_EXCEPTIONS 0
493 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 73 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
455 #ifndef GTEST_HAS_EXCEPTIONS
465 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
474 # define GTEST_HAS_EXCEPTIONS (__EXCEPTIONS && __has_feature(cxx_exceptions))
477 # define GTEST_HAS_EXCEPTIONS 1
482 # define GTEST_HAS_EXCEPTIONS 1
485 # define GTEST_HAS_EXCEPTIONS 1
489 # define GTEST_HAS_EXCEPTIONS 1
493 # define GTEST_HAS_EXCEPTIONS 0
495 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/epid-sdk/ext/gtest/
gtest.h 169 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
716 #ifndef GTEST_HAS_EXCEPTIONS
726 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
735 # define GTEST_HAS_EXCEPTIONS (__EXCEPTIONS && __has_feature(cxx_exceptions))
738 # define GTEST_HAS_EXCEPTIONS 1
743 # define GTEST_HAS_EXCEPTIONS 1
746 # define GTEST_HAS_EXCEPTIONS 1
750 # define GTEST_HAS_EXCEPTIONS 1
754 # define GTEST_HAS_EXCEPTIONS 0
756 #endif // GTEST_HAS_EXCEPTIONS
    [all...]

Completed in 451 milliseconds