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

/external/chromium_org/base/win/
H A Devent_trace_controller_unittest.cc104 ASSERT_HRESULT_FAILED(prop.SetLoggerFileName(name2.c_str()));
105 ASSERT_HRESULT_FAILED(prop.SetLoggerName(name2.c_str()));
H A Devent_trace_consumer_unittest.cc122 ASSERT_HRESULT_FAILED(consumer_.Consume());
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc3996 TEST(HRESULTAssertionTest, ASSERT_HRESULT_FAILED) {
3997 ASSERT_HRESULT_FAILED(E_UNEXPECTED);
4002 EXPECT_FATAL_FAILURE(ASSERT_HRESULT_FAILED(OkHRESULTSuccess()),
4007 EXPECT_FATAL_FAILURE(ASSERT_HRESULT_FAILED(FalseHRESULTSuccess()),
4017 ASSERT_HRESULT_FAILED(E_UNEXPECTED) << "unexpected failure";
4036 ASSERT_HRESULT_FAILED(S_OK) << "expected failure",
/external/gtest/test/
H A Dgtest_unittest.cc3912 TEST(HRESULTAssertionTest, ASSERT_HRESULT_FAILED) {
3913 ASSERT_HRESULT_FAILED(E_UNEXPECTED);
3918 EXPECT_FATAL_FAILURE(ASSERT_HRESULT_FAILED(OkHRESULTSuccess()),
3923 EXPECT_FATAL_FAILURE(ASSERT_HRESULT_FAILED(FalseHRESULTSuccess()),
3933 ASSERT_HRESULT_FAILED(E_UNEXPECTED) << "unexpected failure";
3952 ASSERT_HRESULT_FAILED(S_OK) << "expected failure",
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc4114 TEST(HRESULTAssertionTest, ASSERT_HRESULT_FAILED) {
4115 ASSERT_HRESULT_FAILED(E_UNEXPECTED);
4119 EXPECT_FATAL_FAILURE(ASSERT_HRESULT_FAILED(OkHRESULTSuccess()),
4123 EXPECT_FATAL_FAILURE(ASSERT_HRESULT_FAILED(FalseHRESULTSuccess()),
4133 ASSERT_HRESULT_FAILED(E_UNEXPECTED) << "unexpected failure";
4151 ASSERT_HRESULT_FAILED(S_OK) << "expected failure",
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h2008 # define ASSERT_HRESULT_FAILED(expr) \ macro
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h2011 # define ASSERT_HRESULT_FAILED(expr) \ macro
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h2008 # define ASSERT_HRESULT_FAILED(expr) \ macro
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1805 #define ASSERT_HRESULT_FAILED(expr) \ macro
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h2155 # define ASSERT_HRESULT_FAILED(expr) \ macro
/external/gtest/include/gtest/
H A Dgtest.h2139 # define ASSERT_HRESULT_FAILED(expr) \ macro
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h19909 # define ASSERT_HRESULT_FAILED(expr) \ macro
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h19909 # define ASSERT_HRESULT_FAILED(expr) \ macro

Completed in 3073 milliseconds