Searched refs:EXPECT_HRESULT_FAILED (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc3985 TEST(HRESULTAssertionTest, EXPECT_HRESULT_FAILED) {
3986 EXPECT_HRESULT_FAILED(E_UNEXPECTED);
3988 EXPECT_NONFATAL_FAILURE(EXPECT_HRESULT_FAILED(OkHRESULTSuccess()),
3991 EXPECT_NONFATAL_FAILURE(EXPECT_HRESULT_FAILED(FalseHRESULTSuccess()),
4016 EXPECT_HRESULT_FAILED(E_UNEXPECTED) << "unexpected failure";
4032 EXPECT_HRESULT_FAILED(S_OK) << "expected failure",
/external/gtest/test/
H A Dgtest_unittest.cc3901 TEST(HRESULTAssertionTest, EXPECT_HRESULT_FAILED) {
3902 EXPECT_HRESULT_FAILED(E_UNEXPECTED);
3904 EXPECT_NONFATAL_FAILURE(EXPECT_HRESULT_FAILED(OkHRESULTSuccess()),
3907 EXPECT_NONFATAL_FAILURE(EXPECT_HRESULT_FAILED(FalseHRESULTSuccess()),
3932 EXPECT_HRESULT_FAILED(E_UNEXPECTED) << "unexpected failure";
3948 EXPECT_HRESULT_FAILED(S_OK) << "expected failure",
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc4103 TEST(HRESULTAssertionTest, EXPECT_HRESULT_FAILED) {
4104 EXPECT_HRESULT_FAILED(E_UNEXPECTED);
4106 EXPECT_NONFATAL_FAILURE(EXPECT_HRESULT_FAILED(OkHRESULTSuccess()),
4109 EXPECT_NONFATAL_FAILURE(EXPECT_HRESULT_FAILED(FalseHRESULTSuccess()),
4132 EXPECT_HRESULT_FAILED(E_UNEXPECTED) << "unexpected failure";
4147 EXPECT_HRESULT_FAILED(S_OK) << "expected failure",
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h2005 # define EXPECT_HRESULT_FAILED(expr) \ macro
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h2008 # define EXPECT_HRESULT_FAILED(expr) \ macro
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h2005 # define EXPECT_HRESULT_FAILED(expr) \ macro
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1802 #define EXPECT_HRESULT_FAILED(expr) \ macro
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h2152 # define EXPECT_HRESULT_FAILED(expr) \ macro
/external/gtest/include/gtest/
H A Dgtest.h2136 # define EXPECT_HRESULT_FAILED(expr) \ macro
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h19906 # define EXPECT_HRESULT_FAILED(expr) \ macro
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h19906 # define EXPECT_HRESULT_FAILED(expr) \ macro

Completed in 1168 milliseconds