Searched refs:equal (Results 1 - 20 of 20) sorted by relevance

/haiku/headers/cpp/
H A Dalgobase.h55 using __STD::equal;
H A Dstl_algobase.h360 // equal and mismatch
386 inline bool equal(_InputIter1 __first1, _InputIter1 __last1, function
395 inline bool equal(_InputIter1 __first1, _InputIter1 __last1, function
H A Dstl_deque.h933 return size() == __x.size() && equal(begin(), end(), __x.begin());
936 return size() != __x.size() || !equal(begin(), end(), __x.begin());
1662 equal(__x.begin(), __x.end(), __y.begin());
H A Dstl_bvector.h812 equal(__x.begin(), __x.end(), __y.begin()));
H A Dstl_vector.h496 equal(__x.begin(), __x.end(), __y.begin());
H A Dstl_tree.h766 equal(__x.begin(), __x.end(), __y.begin());
/haiku/headers/tools/cppunit/cppunit/
H A DTestAssert.h19 * static bool equal( const string& x, const string& y )
37 static bool equal( const T& x, const T& y ) function in struct:CppUnit::assertion_traits
71 if ( !assertion_traits<T>::equal(expected,actual) ) // lazy toString conversion...
94 if ( !assertion_traits<T>::equal(expected,actual) ) // lazy toString conversion...
/haiku/src/apps/icon-o-matic/generic/property/
H A DPropertyObject.cpp180 bool equal = false; local
183 equal = true;
188 equal = false;
193 return equal;
/haiku/src/kits/tracker/
H A DTrackerString.cpp358 bool equal = false; local
360 equal = UTF8CharsAreEqual(string, pattern);
362 equal = CharsAreEqual(*string, *pattern, caseSensitivity);
364 if (equal) {
/haiku/src/kits/network/libnetservices/
H A DHttpAuthentication.cpp181 int32 equal = value.FindFirst('='); local
182 if (equal <= 0)
186 value.MoveInto(name, 0, equal);
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp359 bool equal = (i == k local
361 CHK((volume == volume2) == equal);
362 CHK((volume != volume2) == !equal);
H A DAppFileInfoTest.cpp508 bool equal = (types.GetInfo("types", &type1, &count1) == B_OK local
512 for (int32 i = 0; equal && i < count1; i++) {
514 equal = types.FindString("types", i, &str1) == B_OK
518 return equal;
H A DMimeTypeTest.cpp3084 bool equal = (!strcmp(test.type, test2.type)); local
3087 CHK((type == type2) == equal);
3088 CHK((type == test2.type) == equal);
3095 if (equal)
/haiku/src/kits/interface/
H A DGradient.cpp313 bool equal = true; local
318 equal = false;
322 return equal;
/haiku/src/libs/icon/style/
H A DGradientTransformable.cpp209 bool equal = true; local
214 equal = false;
218 return equal;
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp1129 bool equal; local
1134 equal);
1136 if (error != B_OK || !equal) {
1141 "file comparison \"%s\" failed (%s) or files aren't equal\n",
1165 bool equal; local
1170 equal);
1171 if (error != B_OK || !equal) {
1177 "equal\n", targetName, strerror(error));
2044 "with equal contents\n", entry.Name());
/haiku/src/tests/kits/interface/
H A DOutlineListViewTest.cpp25 static bool equal(const BListItem* x, const BListItem* y) { function in struct:CppUnit::assertion_traits
/haiku/src/kits/network/libnetservices2/
H A DHttpFields.cpp55 return std::equal(a.begin(), a.end(), b.begin(), b.end(),
/haiku/headers/libs/agg/
H A Dagg_array.h1031 unsigned remove_duplicates(Array& arr, Equal equal) argument
1039 if(!equal(e, arr[i - 1]))
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Dsha2.c89 #error Define BYTE_ORDER to be equal to either LITTLE_ENDIAN or BIG_ENDIAN

Completed in 131 milliseconds