Searched defs:ADD_FAILURE (Results 1 - 12 of 12) sorted by relevance

/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h1718 // ADD_FAILURE unconditionally adds a failure to the current test.
1724 // it behaves like ADD_FAILURE. In particular:
1729 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1732 // writing data-driven tests often find themselves using ADD_FAILURE
1736 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro
/external/googletest/googletest/include/gtest/
H A Dgtest.h1794 // ADD_FAILURE unconditionally adds a failure to the current test.
1800 // it behaves like ADD_FAILURE. In particular:
1805 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1808 // writing data-driven tests often find themselves using ADD_FAILURE
1812 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h1790 // ADD_FAILURE unconditionally adds a failure to the current test.
1796 // it behaves like ADD_FAILURE. In particular:
1801 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1804 // writing data-driven tests often find themselves using ADD_FAILURE
1808 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1712 // ADD_FAILURE unconditionally adds a failure to the current test.
1718 // it behaves like ADD_FAILURE. In particular:
1723 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1726 // writing data-driven tests often find themselves using ADD_FAILURE
1736 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1708 // ADD_FAILURE unconditionally adds a failure to the current test.
1714 // it behaves like ADD_FAILURE. In particular:
1719 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1722 // writing data-driven tests often find themselves using ADD_FAILURE
1732 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1627 // ADD_FAILURE unconditionally adds a failure to the current test.
1633 // it behaves like ADD_FAILURE. In particular:
1638 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1641 // writing data-driven tests often find themselves using ADD_FAILURE
1651 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
H A Dgtest.h1710 // ADD_FAILURE unconditionally adds a failure to the current test.
1716 // it behaves like ADD_FAILURE. In particular:
1721 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1724 // writing data-driven tests often find themselves using ADD_FAILURE
1734 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro
/external/v8/testing/gtest/include/gtest/
H A Dgtest.h1794 // ADD_FAILURE unconditionally adds a failure to the current test.
1800 // it behaves like ADD_FAILURE. In particular:
1805 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1808 // writing data-driven tests often find themselves using ADD_FAILURE
1812 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest.h1854 // ADD_FAILURE unconditionally adds a failure to the current test.
1860 // it behaves like ADD_FAILURE. In particular:
1865 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
1868 // writing data-driven tests often find themselves using ADD_FAILURE
1872 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h15263 // assertion or an explicit FAIL(), ADD_FAILURE(), or SUCCESS()).
15269 // explicit SUCCEED(), FAIL(), or ADD_FAILURE()).
17215 // ADD_FAILURE unconditionally adds a failure to the current test.
17221 // it behaves like ADD_FAILURE. In particular:
17226 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
17229 // writing data-driven tests often find themselves using ADD_FAILURE
17239 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro
/external/fmtlib/test/gtest/
H A Dgtest.h17087 // assertion or an explicit FAIL(), ADD_FAILURE(), or SUCCESS()).
17093 // explicit SUCCEED(), FAIL(), or ADD_FAILURE()).
19258 // ADD_FAILURE unconditionally adds a failure to the current test.
19264 // it behaves like ADD_FAILURE. In particular:
19269 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
19272 // writing data-driven tests often find themselves using ADD_FAILURE
19276 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h17088 // assertion or an explicit FAIL(), ADD_FAILURE(), or SUCCESS()).
17094 // explicit SUCCEED(), FAIL(), or ADD_FAILURE()).
19259 // ADD_FAILURE unconditionally adds a failure to the current test.
19265 // it behaves like ADD_FAILURE. In particular:
19270 // FAIL and ASSERT_* are similar to ADD_FAILURE and EXPECT_*, except
19273 // writing data-driven tests often find themselves using ADD_FAILURE
19277 #define ADD_FAILURE() GTEST_NONFATAL_FAILURE_("Failed") macro

Completed in 1083 milliseconds