Searched defs:ASSERT_FALSE (Results 1 - 11 of 11) sorted by path

/external/chromium_org/ppapi/tests/
H A Dtest_case.h697 #define ASSERT_FALSE(cmd) ASSERT_TRUE(!(cmd)) macro
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h215 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
290 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
1939 #define ASSERT_FALSE(condition) \ macro
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17628 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
17680 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
19336 #define ASSERT_FALSE(condition) \ macro
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h224 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
276 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
1728 // ASSERT_FALSE(server.HasPendingRequest(port))
1792 #define ASSERT_FALSE(condition) \ macro
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.h172 #define ASSERT_FALSE(cond) EXPECT_FALSE(cond) macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.h167 #define ASSERT_FALSE(cond) EXPECT_FALSE(cond) macro
/external/gtest/include/gtest/
H A Dgtest.h215 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
267 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
1923 #define ASSERT_FALSE(condition) \ macro
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17628 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
17680 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
19336 #define ASSERT_FALSE(condition) \ macro
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h224 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
276 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
1731 // ASSERT_FALSE(server.HasPendingRequest(port))
1795 #define ASSERT_FALSE(condition) \ macro
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h224 // messages in EXPECT_FALSE and ASSERT_FALSE (negative assertions show up
276 // Returns the assertion's negation. Used with EXPECT/ASSERT_FALSE.
1728 // ASSERT_FALSE(server.HasPendingRequest(port))
1792 #define ASSERT_FALSE(condition) \ macro
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1572 // ASSERT_FALSE(server.HasPendingRequest(port))
1616 #define ASSERT_FALSE(condition) \ macro

Completed in 394 milliseconds