Home
last modified time | relevance | path

Searched refs:test_is_equal (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DDataRefTest.cpp16 static void test_is_equal(skiatest::Reporter* reporter, in test_is_equal() function
46 test_is_equal(reporter, table0, table1); in test_emptytable()
47 test_is_equal(reporter, table0, table2); in test_emptytable()
48 test_is_equal(reporter, table0, table3); in test_emptytable()
/external/eigen/test/
Dmain.h217 #define VERIFY_IS_EQUAL(a, b) VERIFY(test_is_equal(a, b))
329 bool test_is_equal(const T& actual, const U& expected);
332 bool test_is_equal(const T& actual, const U& expected) in test_is_equal() function