Home
last modified time | relevance | path

Searched refs:equal (Results 1 – 25 of 66) sorted by relevance

123

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal/
Dequal.pass.cpp30 assert( i1.equal(i1)); in main()
31 assert( i1.equal(i2)); in main()
32 assert(!i1.equal(i3)); in main()
33 assert(!i1.equal(i4)); in main()
35 assert( i2.equal(i1)); in main()
36 assert( i2.equal(i2)); in main()
37 assert(!i2.equal(i3)); in main()
38 assert(!i2.equal(i4)); in main()
40 assert(!i3.equal(i1)); in main()
41 assert(!i3.equal(i2)); in main()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.equal/
Dequal.pass.cpp31 assert(std::equal(input_iterator<const int*>(ia), in main()
35 assert(std::equal(input_iterator<const int*>(ia), in main()
39 assert(std::equal(random_access_iterator<const int*>(ia), in main()
44 assert(!std::equal(input_iterator<const int*>(ia), in main()
48 assert(!std::equal(input_iterator<const int*>(ia), in main()
52 assert(!std::equal(random_access_iterator<const int*>(ia), in main()
56 assert(!std::equal(input_iterator<const int*>(ia), in main()
60 assert(!std::equal(random_access_iterator<const int*>(ia), in main()
Dequal_pred.pass.cpp40 assert(std::equal(input_iterator<const int*>(ia), in main()
45 assert(std::equal(input_iterator<const int*>(ia), in main()
50 assert(std::equal(random_access_iterator<const int*>(ia), in main()
57 assert(!std::equal(input_iterator<const int*>(ia), in main()
64 assert(!std::equal(random_access_iterator<const int*>(ia), in main()
71 assert(!std::equal(input_iterator<const int*>(ia), in main()
76 assert(!std::equal(input_iterator<const int*>(ia), in main()
81 assert(!std::equal(random_access_iterator<const int*>(ia), in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/algorithm/
Dequal.hpp113 && std::equal(first1, last1, first2); in equal_impl()
126 && std::equal(first1, last1, first2, pred); in equal_impl()
131 inline bool equal( SinglePassTraversalReadableIterator1 first1, in equal() function
145 inline bool equal( SinglePassTraversalReadableIterator1 first1, in equal() function
170 inline bool equal( const SinglePassRange1& rng1, const SinglePassRange2& rng2 ) in equal() function
175 return ::boost::range_detail::equal( in equal()
182 inline bool equal( const SinglePassRange1& rng1, const SinglePassRange2& rng2, in equal() function
188 return ::boost::range_detail::equal( in equal()
195 using ::boost::range::equal;
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dconditionals17 @echo arg1 NOT equal arg2
23 @echo arg2 NOT equal arg5
27 @echo arg3 NOT equal arg4
29 @echo arg3 equal arg4
43 'arg1 NOT equal arg2
45 arg3 NOT equal arg4
97 result += arg3 NOT equal arg4
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/
Drandom_shuffle.pass.cpp27 assert(std::equal(ia, ia+sa, ia1)); in main()
29 assert(std::equal(ia, ia+sa, ia2)); in main()
Drandom_shuffle_urng.pass.cpp28 assert(std::equal(ia, ia+sa, ia1)); in main()
30 assert(std::equal(ia, ia+sa, ia2)); in main()
Drandom_shuffle_rand.pass.cpp36 assert(std::equal(ia, ia+sa, ia1)); in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
Diterator_range_core.hpp96 inline bool equal(const Left& l, const Right& r) in equal() function
98 return boost::equal(l, r); in equal()
270 bool equal( const iterator_range& r ) const in equal() function in boost::iterator_range
280 return boost::equal( *this, r ); in operator ==()
390 return boost::equal( l, r ); in operator ==()
397 return !boost::equal( l, r ); in operator !=()
434 return boost::equal( l, r ); in operator ==()
441 return boost::equal( l, r ); in operator ==()
449 return !boost::equal( l, r ); in operator !=()
456 return !boost::equal( l, r ); in operator !=()
/ndk/tests/device/test-gnustl-full/unit/
Dequal_test.cpp135 CPPUNIT_ASSERT( !equal(numbers1, numbers1 + 5, numbers2) ); in equal0()
136 CPPUNIT_ASSERT( equal(numbers3, numbers3 + 2, numbers1) ); in equal0()
145 CPPUNIT_ASSERT( !equal(v1.begin(), v1.end(), v2.begin()) ); in equal1()
148 CPPUNIT_ASSERT( equal(v1.begin(), v1.end(), v2.begin()) ) in equal1()
159 CPPUNIT_ASSERT( equal(v1.begin(), v1.end(), v2.begin(), values_squared) ); in equal2()
Dctype_facets_test.cpp125 CPPUNIT_ASSERT( equal(range, range + sizeof(range), expected_range) ); in _ctype_facet()
140 CPPUNIT_ASSERT( equal(range, range + sizeof(range), expected_range) ); in _ctype_facet()
153 CPPUNIT_ASSERT( equal(range, range + sizeof(range), res) ); in _ctype_facet()
166 CPPUNIT_ASSERT( equal(range, range + sizeof(range), res) ); in _ctype_facet()
269 CPPUNIT_CHECK( equal(range, range + sizeof(range) / sizeof(wchar_t), expected_range) ); in _ctype_facet_w()
284 CPPUNIT_CHECK( equal(range, range + sizeof(range) / sizeof(wchar_t), expected_range) ); in _ctype_facet_w()
298 CPPUNIT_CHECK( equal(expected_res, expected_res + sizeof(range), res) ); in _ctype_facet_w()
312 CPPUNIT_CHECK( equal(expected_res, expected_res + sizeof(range) / sizeof(wchar_t), res) ); in _ctype_facet_w()
Drope_test.cpp166 CPPUNIT_ASSERT(equal(expected.begin(), expected.end(), r.begin())); in test_saved_rope_iterators()
/ndk/tests/device/test-stlport/unit/
Dequal_test.cpp135 CPPUNIT_ASSERT( !equal(numbers1, numbers1 + 5, numbers2) ); in equal0()
136 CPPUNIT_ASSERT( equal(numbers3, numbers3 + 2, numbers1) ); in equal0()
145 CPPUNIT_ASSERT( !equal(v1.begin(), v1.end(), v2.begin()) ); in equal1()
148 CPPUNIT_ASSERT( equal(v1.begin(), v1.end(), v2.begin()) ) in equal1()
159 CPPUNIT_ASSERT( equal(v1.begin(), v1.end(), v2.begin(), values_squared) ); in equal2()
Dctype_facets_test.cpp125 CPPUNIT_ASSERT( equal(range, range + sizeof(range), expected_range) ); in _ctype_facet()
140 CPPUNIT_ASSERT( equal(range, range + sizeof(range), expected_range) ); in _ctype_facet()
153 CPPUNIT_ASSERT( equal(range, range + sizeof(range), res) ); in _ctype_facet()
166 CPPUNIT_ASSERT( equal(range, range + sizeof(range), res) ); in _ctype_facet()
269 CPPUNIT_CHECK( equal(range, range + sizeof(range) / sizeof(wchar_t), expected_range) ); in _ctype_facet_w()
284 CPPUNIT_CHECK( equal(range, range + sizeof(range) / sizeof(wchar_t), expected_range) ); in _ctype_facet_w()
298 CPPUNIT_CHECK( equal(expected_res, expected_res + sizeof(range), res) ); in _ctype_facet_w()
312 CPPUNIT_CHECK( equal(expected_res, expected_res + sizeof(range) / sizeof(wchar_t), res) ); in _ctype_facet_w()
Drope_test.cpp166 CPPUNIT_ASSERT(equal(expected.begin(), expected.end(), r.begin())); in test_saved_rope_iterators()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.data/
Ddefault.pass.cpp33 assert ( std::equal ( dyn.begin(), dyn.end(), data )); in dyn_test_const()
40 assert ( std::equal ( dyn.begin(), dyn.end(), data )); in dyn_test()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/
Dpush_back_exception_safety.pass.cpp26 bool equal(const CMyClass &rhs) const in equal() function in CMyClass
64 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); } in operator ==()
Dpush_front_exception_safety.pass.cpp26 bool equal(const CMyClass &rhs) const in equal() function in CMyClass
64 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); } in operator ==()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
Dpush_back_exception_safety.pass.cpp28 bool equal(const CMyClass &rhs) const in equal() function in CMyClass
66 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); } in operator ==()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_istreambuf_iterator.h74 bool equal(const istreambuf_iterator<_CharT, _Traits>& __i) const { in equal() function
112 return __x.equal(__y);
120 return !__x.equal(__y);
D_relops_cont.h10 equal(__x.begin(), __x.end(), __y.begin());
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
Diterator_facade.hpp530 static bool equal(Facade1 const& f1, Facade2 const& f2, mpl::true_) in equal() function in boost::iterator_core_access
532 return f1.equal(f2); in equal()
536 static bool equal(Facade1 const& f1, Facade2 const& f2, mpl::false_) in equal() function in boost::iterator_core_access
538 return f2.equal(f1); in equal()
832 BOOST_ITERATOR_FACADE_RELATION(==, return, equal)
833 BOOST_ITERATOR_FACADE_RELATION(!=, return !, equal)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
Dinput_iterator_facade.hpp93 bool equal( input_iterator_facade const& rhs ) const in equal() function in boost::unit_test::input_iterator_facade
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.cons/
Dalloc.pass.cpp50 assert ( std::equal ( vals.begin (), vals.end (), d1.begin (), d1.end ())); in test()
Ddefault.pass.cpp39 assert ( std::equal ( vals.begin (), vals.end (), d1.begin (), d1.end ())); in test()

123