Home
last modified time | relevance | path

Searched refs:EqFailure (Results 1 – 25 of 30) sorted by relevance

12

/external/pdfium/testing/
Dgtest_mac.mm27 return EqFailure(expected_expression, actual_expression,
54 return EqFailure(expected_expression, actual_expression,
78 return EqFailure(expected_expression, actual_expression,
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h1328 return EqFailure(expected_expression, in CmpHelperEQ()
1576 return EqFailure(expected_expression, in CmpHelperFloatingPointEQ()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc998 AssertionResult EqFailure(const char* expected_expression, in EqFailure() function
1119 return EqFailure(expected_expression, in CmpHelperEQ()
1169 return EqFailure(expected_expression, in CmpHelperSTREQ()
1185 return EqFailure(expected_expression, in CmpHelperSTRCASEEQ()
1568 return EqFailure(expected_expression, in CmpHelperSTREQ()
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h1378 return EqFailure(lhs_expression, in CmpHelperEQFailure()
1649 return EqFailure(lhs_expression, in CmpHelperFloatingPointEQ()
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h1431 return EqFailure(lhs_expression, in CmpHelperEQFailure()
1700 return EqFailure(lhs_expression, in CmpHelperFloatingPointEQ()
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest.h1500 return EqFailure(lhs_expression, rhs_expression, in CmpHelperEQFailure()
1736 return EqFailure(lhs_expression, rhs_expression, in CmpHelperFloatingPointEQ()
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h1507 return EqFailure(lhs_expression, in CmpHelperEQFailure()
1748 return EqFailure(lhs_expression, in CmpHelperFloatingPointEQ()
/external/googletest/googletest/include/gtest/
Dgtest.h1525 return EqFailure(lhs_expression, in CmpHelperEQFailure()
1751 return EqFailure(lhs_expression, in CmpHelperFloatingPointEQ()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest.h1487 return EqFailure(lhs_expression, in CmpHelperEQFailure()
1728 return EqFailure(lhs_expression, in CmpHelperFloatingPointEQ()
/external/googletest/googletest/test/
Dgtest_unittest.cc244 using testing::internal::EqFailure;
3588 TEST(AssertionTest, EqFailure) { in TEST() argument
3591 EqFailure("foo", "bar", foo_val, bar_val, false) in TEST()
3602 EqFailure("foo", "6", foo_val, bar_val, false) in TEST()
3612 EqFailure("5", "bar", foo_val, bar_val, false) in TEST()
3622 EqFailure("5", "6", foo_val, bar_val, false).failure_message()); in TEST()
3630 EqFailure("foo", "bar", in TEST()
3649 EqFailure("left", "right", left, right, false).failure_message()); in TEST()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgtest_unittest.cc239 using testing::internal::EqFailure;
3561 TEST(AssertionTest, EqFailure) { in TEST() argument
3564 EqFailure("foo", "bar", foo_val, bar_val, false) in TEST()
3575 EqFailure("foo", "6", foo_val, bar_val, false) in TEST()
3585 EqFailure("5", "bar", foo_val, bar_val, false) in TEST()
3595 EqFailure("5", "6", foo_val, bar_val, false).failure_message()); in TEST()
3603 EqFailure("foo", "bar", in TEST()
3622 EqFailure("left", "right", left, right, false).failure_message()); in TEST()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest.cc1312 AssertionResult EqFailure(const char* lhs_expression, in EqFailure() function
1445 return EqFailure(lhs_expression, in CmpHelperEQ()
1495 return EqFailure(lhs_expression, in CmpHelperSTREQ()
1511 return EqFailure(lhs_expression, in CmpHelperSTRCASEEQ()
1877 return EqFailure(lhs_expression, in CmpHelperSTREQ()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc1356 AssertionResult EqFailure(const char* lhs_expression, in EqFailure() function
1490 return EqFailure(lhs_expression, in CmpHelperEQ()
1540 return EqFailure(lhs_expression, in CmpHelperSTREQ()
1556 return EqFailure(lhs_expression, in CmpHelperSTRCASEEQ()
1922 return EqFailure(lhs_expression, in CmpHelperSTREQ()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h303 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc1324 AssertionResult EqFailure(const char* lhs_expression, in EqFailure() function
1456 return EqFailure(lhs_expression, in CmpHelperEQ()
1506 return EqFailure(lhs_expression, in CmpHelperSTREQ()
1522 return EqFailure(lhs_expression, in CmpHelperSTRCASEEQ()
1886 return EqFailure(lhs_expression, in CmpHelperSTREQ()
/external/mesa3d/src/gtest/src/
Dgtest.cc1320 AssertionResult EqFailure(const char* lhs_expression, in EqFailure() function
1452 return EqFailure(lhs_expression, in CmpHelperEQ()
1502 return EqFailure(lhs_expression, in CmpHelperSTREQ()
1518 return EqFailure(lhs_expression, in CmpHelperSTRCASEEQ()
1885 return EqFailure(lhs_expression, in CmpHelperSTREQ()
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h219 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc1449 AssertionResult EqFailure(const char *lhs_expression, in EqFailure() function
1568 return EqFailure(lhs_expression, rhs_expression, in CmpHelperEQ()
1615 return EqFailure(lhs_expression, rhs_expression, PrintToString(lhs), in CmpHelperSTREQ()
1627 return EqFailure(lhs_expression, rhs_expression, PrintToString(lhs), in CmpHelperSTRCASEEQ()
1987 return EqFailure(lhs_expression, rhs_expression, PrintToString(lhs), in CmpHelperSTREQ()
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h207 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-internal.h195 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h195 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,
/external/googletest/googletest/src/
Dgtest.cc1512 AssertionResult EqFailure(const char* lhs_expression, in EqFailure() function
1668 return EqFailure(lhs_expression, in CmpHelperSTREQ()
1684 return EqFailure(lhs_expression, in CmpHelperSTRCASEEQ()
2051 return EqFailure(lhs_expression, in CmpHelperSTREQ()
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-internal.h208 GTEST_API_ AssertionResult EqFailure(const char *expected_expression,
/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h207 GTEST_API_ AssertionResult EqFailure(const char* expected_expression,
/external/fmtlib/test/
Dgmock-gtest-all.cc2439 AssertionResult EqFailure(const char* expected_expression, in EqFailure() function
2550 return EqFailure(expected_expression, actual_expression, in CmpHelperEQ()
2597 return EqFailure(expected_expression, actual_expression, in CmpHelperSTREQ()
2609 return EqFailure(expected_expression, actual_expression, in CmpHelperSTRCASEEQ()
2965 return EqFailure(expected_expression, actual_expression, in CmpHelperSTREQ()

12