Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.utility/range.utility.conv/
Dto_std_containers.pass.cpp53 void test_is_equal(std::vector<std::vector<typename From::value_type>> inputs) { in test_is_equal() function
147 test_is_equal<From, To>(ints); in test()
153 test_is_equal<From, To>(ints); in test()
160 test_is_equal<Seq, std::basic_string<char>>(chars); in test()
161 test_is_equal<std::basic_string<char>, Seq>(chars); in test()
/external/cronet/tot/third_party/libc++/src/test/std/ranges/range.utility/range.utility.conv/
Dto_std_containers.pass.cpp53 void test_is_equal(std::vector<std::vector<typename From::value_type>> inputs) { in test_is_equal() function
147 test_is_equal<From, To>(ints); in test()
153 test_is_equal<From, To>(ints); in test()
160 test_is_equal<Seq, std::basic_string<char>>(chars); in test()
161 test_is_equal<std::basic_string<char>, Seq>(chars); in test()
/external/skia/tests/
DDataRefTest.cpp23 static void test_is_equal(skiatest::Reporter* reporter, in test_is_equal() function
51 test_is_equal(reporter, table0.get(), table1.get()); in test_emptytable()
52 test_is_equal(reporter, table0.get(), table2.get()); in test_emptytable()
53 test_is_equal(reporter, table0.get(), table3.get()); in test_emptytable()
/external/sdv/vsomeip/third_party/boost/container/test/
Dmemory_resource_test.cpp64 void test_is_equal() in test_is_equal() function
131 test_is_equal(); in main()
/external/eigen/test/
Dmain.h386 #define VERIFY_IS_EQUAL(a, b) VERIFY(test_is_equal(a, b, true))
387 #define VERIFY_IS_NOT_EQUAL(a, b) VERIFY(test_is_equal(a, b, false))
630 bool test_is_equal(const T& actual, const U& expected, bool expect_equal=true);
633 bool test_is_equal(const T& actual, const U& expected, bool expect_equal) in test_is_equal() function