HomeSort by relevance Sort by last modified time
    Searched refs:test_is_equal (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
DataRefTest.cpp 16 static void test_is_equal(skiatest::Reporter* reporter, function
46 test_is_equal(reporter, table0, table1);
47 test_is_equal(reporter, table0, table2);
48 test_is_equal(reporter, table0, table3);
  /external/eigen/test/
main.h 217 #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) function in namespace:Eigen

Completed in 540 milliseconds