Home
last modified time | relevance | path

Searched refs:expect_equal (Results 1 – 3 of 3) sorted by relevance

/external/eigen/test/
Dmain.h523 bool test_is_equal(const T& actual, const U& expected, bool expect_equal=true);
526 bool test_is_equal(const T& actual, const U& expected, bool expect_equal) in test_is_equal() argument
528 if ((actual==expected) == expect_equal) in test_is_equal()
533 << "\n expected " << (expect_equal ? "= " : "!=") << expected << "\n\n"; in test_is_equal()
/external/llvm/test/Transforms/InstSimplify/
Dfloating-point-compare.ll17 declare void @expect_equal(i1,i1)
/external/webrtc/talk/app/webrtc/
Dwebrtcsession_unittest.cc786 bool expect_equal) { in CompareIceUfragAndPassword() argument
788 EXPECT_FALSE(expect_equal); in CompareIceUfragAndPassword()
801 EXPECT_FALSE(expect_equal); in CompareIceUfragAndPassword()
806 EXPECT_FALSE(expect_equal); in CompareIceUfragAndPassword()
810 EXPECT_TRUE(expect_equal); in CompareIceUfragAndPassword()