Searched refs:ASSERT_DEBUG_DEATH (Results 1 - 13 of 13) sorted by relevance

/external/chromium/base/threading/
H A Dnon_thread_safe_unittest.cc114 ASSERT_DEBUG_DEATH({
139 ASSERT_DEBUG_DEATH({
H A Dthread_checker_unittest.cc126 ASSERT_DEBUG_DEATH({
155 ASSERT_DEBUG_DEATH({
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.h190 #define ASSERT_DEBUG_DEATH(statement, regex) \ macro
198 #define ASSERT_DEBUG_DEATH(statement, regex) \ macro
/external/chromium/testing/gtest/include/gtest/
H A Dgtest-death-test.h250 # define ASSERT_DEBUG_DEATH(statement, regex) \ macro
258 # define ASSERT_DEBUG_DEATH(statement, regex) \ macro
/external/gtest/include/gtest/
H A Dgtest-death-test.h247 #define ASSERT_DEBUG_DEATH(statement, regex) \ macro
255 #define ASSERT_DEBUG_DEATH(statement, regex) \ macro
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-death-test.h250 # define ASSERT_DEBUG_DEATH(statement, regex) \ macro
258 # define ASSERT_DEBUG_DEATH(statement, regex) \ macro
/external/protobuf/gtest/include/gtest/
H A Dgtest-death-test.h250 #define ASSERT_DEBUG_DEATH(statement, regex) \ macro
258 #define ASSERT_DEBUG_DEATH(statement, regex) \ macro
/external/chromium/base/synchronization/
H A Dcancellation_flag_unittest.cc29 ASSERT_DEBUG_DEATH(flag_->Set(), "");
/external/chromium/testing/gtest/test/
H A Dgtest-death-test_test.cc590 // Tests that ASSERT_DEBUG_DEATH works as expected
600 ASSERT_DEBUG_DEATH({ // NOLINT
651 ASSERT_DEBUG_DEATH(return, "") << "This is expected to fail.";
655 // Tests that ASSERT_DEBUG_DEATH in debug mode aborts the function on
/external/gtest/test/
H A Dgtest-death-test_test.cc579 // Tests that ASSERT_DEBUG_DEATH works as expected
589 ASSERT_DEBUG_DEATH({ // NOLINT
647 ASSERT_DEBUG_DEATH(return, "") << "This is expected to fail.";
651 // Tests that ASSERT_DEBUG_DEATH in debug mode aborts the function on
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc574 // Tests that ASSERT_DEBUG_DEATH works as expected
584 ASSERT_DEBUG_DEATH({ // NOLINT
642 ASSERT_DEBUG_DEATH(return, "") << "This is expected to fail.";
646 // Tests that ASSERT_DEBUG_DEATH in debug mode aborts the function on
/external/chromium/googleurl/src/
H A Durl_canon_unittest.cc177 ASSERT_DEBUG_DEATH({
/external/valgrind/unittest/
H A Dracecheck_unittest.cc7514 #ifndef ANDROID // GTest does not support ASSERT_DEBUG_DEATH.
7521 ASSERT_DEBUG_DEATH(CHECK(false), "");

Completed in 314 milliseconds