Searched defs:ASSERT_EQ (Results 1 - 14 of 14) sorted by path

/external/chromium_org/ppapi/tests/
H A Dtest_case.h432 // ASSERT_EQ(1, some_vector.size());
714 #define ASSERT_EQ(a, b) ASSERT_BINARY_INTERNAL(EQ, a, b) macro
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h1365 // (e.g. ASSERT_EQ). OtherOperand is the type of the other operand in
1446 // Formats a comparison assertion (e.g. ASSERT_EQ, EXPECT_LT, and etc)
1488 // lhs_is_null_literal is true iff the first argument to ASSERT_EQ()
1519 // This specialization is used when the first argument to ASSERT_EQ()
1525 // version will be picked when the second argument to ASSERT_EQ() is
1526 // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or
1535 // is not a pointer type. We need this because ASSERT_EQ(NULL, my_ptr)
1544 // This version will be picked when the second argument to ASSERT_EQ() is a
1545 // pointer, e.g. ASSERT_EQ(NULL, a_pointer).
2027 # define ASSERT_EQ(val macro
[all...]
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dtestharness.h107 #define ASSERT_EQ(a,b) ::leveldb::test::Tester(__FILE__, __LINE__).IsEq((a),(b)) macro
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7135 // (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure.
7138 // and their values, as strings. For example, for ASSERT_EQ(foo, bar)
18754 // (e.g. ASSERT_EQ). OtherOperand is the type of the other operand in
18835 // Formats a comparison assertion (e.g. ASSERT_EQ, EXPECT_LT, and etc)
18885 // lhs_is_null_literal is true iff the first argument to ASSERT_EQ()
18916 // This specialization is used when the first argument to ASSERT_EQ()
18922 // version will be picked when the second argument to ASSERT_EQ() is
18923 // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or
18932 // is not a pointer type. We need this because ASSERT_EQ(NULL, my_ptr)
18941 // This version will be picked when the second argument to ASSERT_EQ() i
19781 # define ASSERT_EQ macro
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h1284 // Formats a comparison assertion (e.g. ASSERT_EQ, EXPECT_LT, and etc)
1340 // lhs_is_null_literal is true iff the first argument to ASSERT_EQ()
1371 // This specialization is used when the first argument to ASSERT_EQ()
1377 // version will be picked when the second argument to ASSERT_EQ() is
1378 // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or
1387 // is not a pointer type. We need this because ASSERT_EQ(NULL, my_ptr)
1396 // This version will be picked when the second argument to ASSERT_EQ() is a
1397 // pointer, e.g. ASSERT_EQ(NULL, a_pointer).
1880 # define ASSERT_EQ(val1, val2) GTEST_ASSERT_EQ(val1, val2) macro
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtest_util_lite.cc43 #define ASSERT_EQ GOOGLE_CHECK_EQ macro
258 ASSERT_EQ(2, message.repeated_int32_size ());
259 ASSERT_EQ(2, message.repeated_int64_size ());
260 ASSERT_EQ(2, message.repeated_uint32_size ());
261 ASSERT_EQ(2, message.repeated_uint64_size ());
262 ASSERT_EQ(2, message.repeated_sint32_size ());
263 ASSERT_EQ(2, message.repeated_sint64_size ());
264 ASSERT_EQ(2, message.repeated_fixed32_size ());
265 ASSERT_EQ(2, message.repeated_fixed64_size ());
266 ASSERT_EQ(
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlogging.h161 #define ASSERT_EQ(val1, val2) EXPECT_EQ(val1, val2) macro
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlogging.h156 #define ASSERT_EQ(val1, val2) EXPECT_EQ(val1, val2) macro
/external/gtest/include/gtest/
H A Dgtest.h1341 // (e.g. ASSERT_EQ). OtherOperand is the type of the other operand in
1422 // Formats a comparison assertion (e.g. ASSERT_EQ, EXPECT_LT, and etc)
1472 // lhs_is_null_literal is true iff the first argument to ASSERT_EQ()
1503 // This specialization is used when the first argument to ASSERT_EQ()
1509 // version will be picked when the second argument to ASSERT_EQ() is
1510 // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or
1519 // is not a pointer type. We need this because ASSERT_EQ(NULL, my_ptr)
1528 // This version will be picked when the second argument to ASSERT_EQ() is a
1529 // pointer, e.g. ASSERT_EQ(NULL, a_pointer).
2011 # define ASSERT_EQ(val macro
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7135 // (e.g. ASSERT_EQ, EXPECT_STREQ, etc) failure.
7138 // and their values, as strings. For example, for ASSERT_EQ(foo, bar)
18754 // (e.g. ASSERT_EQ). OtherOperand is the type of the other operand in
18835 // Formats a comparison assertion (e.g. ASSERT_EQ, EXPECT_LT, and etc)
18885 // lhs_is_null_literal is true iff the first argument to ASSERT_EQ()
18916 // This specialization is used when the first argument to ASSERT_EQ()
18922 // version will be picked when the second argument to ASSERT_EQ() is
18923 // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or
18932 // is not a pointer type. We need this because ASSERT_EQ(NULL, my_ptr)
18941 // This version will be picked when the second argument to ASSERT_EQ() i
19781 # define ASSERT_EQ macro
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h1285 // Formats a comparison assertion (e.g. ASSERT_EQ, EXPECT_LT, and etc)
1343 // lhs_is_null_literal is true iff the first argument to ASSERT_EQ()
1374 // This specialization is used when the first argument to ASSERT_EQ()
1380 // version will be picked when the second argument to ASSERT_EQ() is
1381 // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or
1390 // is not a pointer type. We need this because ASSERT_EQ(NULL, my_ptr)
1399 // This version will be picked when the second argument to ASSERT_EQ() is a
1400 // pointer, e.g. ASSERT_EQ(NULL, a_pointer).
1883 # define ASSERT_EQ(val1, val2) GTEST_ASSERT_EQ(val1, val2) macro
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h1284 // Formats a comparison assertion (e.g. ASSERT_EQ, EXPECT_LT, and etc)
1340 // lhs_is_null_literal is true iff the first argument to ASSERT_EQ()
1371 // This specialization is used when the first argument to ASSERT_EQ()
1377 // version will be picked when the second argument to ASSERT_EQ() is
1378 // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or
1387 // is not a pointer type. We need this because ASSERT_EQ(NULL, my_ptr)
1396 // This version will be picked when the second argument to ASSERT_EQ() is a
1397 // pointer, e.g. ASSERT_EQ(NULL, a_pointer).
1880 # define ASSERT_EQ(val1, val2) GTEST_ASSERT_EQ(val1, val2) macro
/external/protobuf/gtest/include/gtest/
H A Dgtest.h1156 // Formats a comparison assertion (e.g. ASSERT_EQ, EXPECT_LT, and etc)
1210 // lhs_is_null_literal is true iff the first argument to ASSERT_EQ()
1241 // This specialization is used when the first argument to ASSERT_EQ()
1247 // version will be picked when the second argument to ASSERT_EQ() is
1248 // NOT a pointer, e.g. ASSERT_EQ(0, AnIntFunction()) or
1260 // ASSERT_EQ() is a pointer, e.g. ASSERT_EQ(NULL, a_pointer).
1685 #define ASSERT_EQ(expected, actual) \ macro
/external/protobuf/src/google/protobuf/
H A Dtest_util_lite.cc43 #define ASSERT_EQ GOOGLE_CHECK_EQ macro
247 ASSERT_EQ(2, message.repeated_int32_size ());
248 ASSERT_EQ(2, message.repeated_int64_size ());
249 ASSERT_EQ(2, message.repeated_uint32_size ());
250 ASSERT_EQ(2, message.repeated_uint64_size ());
251 ASSERT_EQ(2, message.repeated_sint32_size ());
252 ASSERT_EQ(2, message.repeated_sint64_size ());
253 ASSERT_EQ(2, message.repeated_fixed32_size ());
254 ASSERT_EQ(2, message.repeated_fixed64_size ());
255 ASSERT_EQ(
[all...]

Completed in 5714 milliseconds