Searched refs:AssertionFailure (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2109 return AssertionFailure() << msg;
2114 return AssertionFailure() << "Expected: " << expected << "\n"
2120 return AssertionFailure() << "Expected: " << expected << " containing \""
2457 AssertionResult AssertionFailure() { function in namespace:testing
2462 // Deprecated; use AssertionFailure() << message.
2463 AssertionResult AssertionFailure(const Message& message) { function in namespace:testing
2464 return AssertionFailure() << message;
2503 return AssertionFailure() << msg;
2534 return AssertionFailure()
2572 return AssertionFailure()
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17595 // (AssertionSuccess() and AssertionFailure()).
17609 // return testing::AssertionFailure() << n << " is odd";
17636 // return testing::AssertionFailure() << n << " is odd";
17660 // return testing::AssertionFailure()
17731 GTEST_API_ AssertionResult AssertionFailure();
17734 // Deprecated; use AssertionFailure() << msg.
17735 GTEST_API_ AssertionResult AssertionFailure(const Message& msg);
18978 return AssertionFailure() \
19434 return AssertionFailure() << pred_text << "("
19478 return AssertionFailure() << pred_tex
[all...]

Completed in 72 milliseconds