Searched refs:ASSERT_PRED2 (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/testing/gtest/test/
H A Dgtest_pred_impl_unittest.cc642 // Tests a successful ASSERT_PRED2 where the
645 ASSERT_PRED2(PredFunction2Int,
651 // Tests a successful ASSERT_PRED2 where the
654 ASSERT_PRED2(PredFunction2Bool,
660 // Tests a successful ASSERT_PRED2 where the
663 ASSERT_PRED2(PredFunctor2(),
669 // Tests a successful ASSERT_PRED2 where the
672 ASSERT_PRED2(PredFunctor2(),
678 // Tests a failed ASSERT_PRED2 where the
683 ASSERT_PRED2(PredFunction2In
[all...]
H A Dgtest_unittest.cc2250 ASSERT_PRED2(SumIsEven2, 2, 4) << "This failure is UNEXPECTED!";
2362 ASSERT_PRED2((GreaterThan<int, int>), 5, 0);
/external/gtest/test/
H A Dgtest_pred_impl_unittest.cc642 // Tests a successful ASSERT_PRED2 where the
645 ASSERT_PRED2(PredFunction2Int,
651 // Tests a successful ASSERT_PRED2 where the
654 ASSERT_PRED2(PredFunction2Bool,
660 // Tests a successful ASSERT_PRED2 where the
663 ASSERT_PRED2(PredFunctor2(),
669 // Tests a successful ASSERT_PRED2 where the
672 ASSERT_PRED2(PredFunctor2(),
678 // Tests a failed ASSERT_PRED2 where the
683 ASSERT_PRED2(PredFunction2In
[all...]
H A Dgtest_unittest.cc2257 ASSERT_PRED2(SumIsEven2, 2, 4) << "This failure is UNEXPECTED!";
2369 ASSERT_PRED2((GreaterThan<int, int>), 5, 0);
/external/protobuf/gtest/test/
H A Dgtest_pred_impl_unittest.cc644 // Tests a successful ASSERT_PRED2 where the
647 ASSERT_PRED2(PredFunction2Int,
653 // Tests a successful ASSERT_PRED2 where the
656 ASSERT_PRED2(PredFunction2Bool,
662 // Tests a successful ASSERT_PRED2 where the
665 ASSERT_PRED2(PredFunctor2(),
671 // Tests a successful ASSERT_PRED2 where the
674 ASSERT_PRED2(PredFunctor2(),
680 // Tests a failed ASSERT_PRED2 where the
685 ASSERT_PRED2(PredFunction2In
[all...]
H A Dgtest_unittest.cc2534 ASSERT_PRED2(SumIsEven2, 2, 4) << "This failure is UNEXPECTED!";
2650 ASSERT_PRED2((GreaterThan<int, int>), 5, 0);
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest_pred_impl.h59 // ASSERT_PRED2(pred, v1, v2)
167 #define ASSERT_PRED2(pred, v1, v2) \ macro
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest_pred_impl.h59 // ASSERT_PRED2(pred, v1, v2)
167 #define ASSERT_PRED2(pred, v1, v2) \ macro
/external/gtest/include/gtest/
H A Dgtest_pred_impl.h59 // ASSERT_PRED2(pred, v1, v2)
167 #define ASSERT_PRED2(pred, v1, v2) \ macro
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest_pred_impl.h59 // ASSERT_PRED2(pred, v1, v2)
167 #define ASSERT_PRED2(pred, v1, v2) \ macro
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest_pred_impl.h59 // ASSERT_PRED2(pred, v1, v2)
167 #define ASSERT_PRED2(pred, v1, v2) \ macro
/external/protobuf/gtest/include/gtest/
H A Dgtest_pred_impl.h59 // ASSERT_PRED2(pred, v1, v2)
171 #define ASSERT_PRED2(pred, v1, v2) \ macro
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h19400 // ASSERT_PRED2(pred, v1, v2)
19508 #define ASSERT_PRED2(pred, v1, v2) \ macro
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h19400 // ASSERT_PRED2(pred, v1, v2)
19508 #define ASSERT_PRED2(pred, v1, v2) \ macro

Completed in 474 milliseconds