Searched refs:test_is_equal (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | DataRefTest.cpp | 18 static void test_is_equal(skiatest::Reporter* reporter, in test_is_equal() function 46 test_is_equal(reporter, table0.get(), table1.get()); in test_emptytable() 47 test_is_equal(reporter, table0.get(), table2.get()); in test_emptytable() 48 test_is_equal(reporter, table0.get(), table3.get()); in test_emptytable()
|
/external/eigen/test/ |
D | main.h | 285 #define VERIFY_IS_EQUAL(a, b) VERIFY(test_is_equal(a, b, true)) 286 #define VERIFY_IS_NOT_EQUAL(a, b) VERIFY(test_is_equal(a, b, false)) 534 bool test_is_equal(const T& actual, const U& expected, bool expect_equal=true); 537 bool test_is_equal(const T& actual, const U& expected, bool expect_equal) in test_is_equal() function
|