Searched refs:Compare (Results 1 - 25 of 180) sorted by relevance

12345678

/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DVersion.h29 int Compare(const Version& other) const;
30 bool Compare(BPackageResolvableOperator op,
H A DDependency.cpp61 && resolvableVersion->Compare(fVersionOperator, *fVersion);
78 && fVersion->Compare(*resolvableVersion) >= 0;
H A DVersion.cpp110 Version::Compare(const Version& other) const function in class:Version
144 Version::Compare(BPackageResolvableOperator op, function in class:Version
147 int cmp = Compare(other);
163 ERROR("packagefs: Version::Compare(): Invalid operator %d\n", op);
/haiku-fatelf/headers/os/locale/
H A DCollator.h36 // N.B.: This class is not multithread-safe, as Compare() and GetKey() change
62 int Compare(const char* s1, const char* s2,
87 return Compare(s1, s2, strength) == 0;
94 return Compare(s1, s2, strength) > 0;
101 return Compare(s1, s2, strength) >= 0;
/haiku-fatelf/src/libs/ncurses/form/
H A Dfty_enum.c108 | Function : static int Compare(const unsigned char * s,
120 Compare(const unsigned char *s, const unsigned char *buf, function
184 if ((res = Compare((unsigned char *)s, bp, ccase)) != NOMATCH)
191 if ((res = Compare((unsigned char *)p, bp, ccase)) != NOMATCH)
241 if (Compare((unsigned char *)(*kwds++), bp, ccase) == EXACT)
246 if ((cnt >= 0) || (Compare((const unsigned char *)dummy, bp, ccase) == EXACT))
279 if (Compare((unsigned char *)(*kwds--), bp, ccase) == EXACT)
286 if ((cnt >= 0) || (Compare((const unsigned char *)dummy, bp, ccase) == EXACT))
/haiku-fatelf/src/tests/kits/support/pointerlist/
H A DPointerListTest.cpp50 int Item::Compare(const void* a, const void* b) function in class:Item
245 list.SortItems(Item::Compare);
257 clone.HSortItems(Item::Compare);
267 int Compare(const void* a, const void* b, void* data) function
271 return Item::Compare(a, b);
292 list.SortItems(::Compare, gData);
297 list.SortItems(::Compare, gData);
311 clone.HSortItems(Compare, gData);
354 list.SortItems(Item::Compare);
366 Item* found = (Item*)list.BinarySearch(item, Item::Compare);
[all...]
H A DPointerListTest.h51 static int Compare(const void* a, const void* b);
/haiku-fatelf/headers/private/package/
H A DHashableString.h61 return Compare(other) != 0 || fHashCode != other.fHashCode;
/haiku-fatelf/src/preferences/bluetooth/
H A DDeviceListItem.h28 static int Compare(const void* firstArg, const void* secondArg);
/haiku-fatelf/src/apps/debugger/value/type_handlers/
H A DBListTypeHandler.cpp25 || type->Name().Compare("BObjectList", 11) == 0))
/haiku-fatelf/src/tests/kits/app/bmessage/
H A DMessageCStringItemTest.h75 static bool Compare(const char* lhs, const char* rhs);
78 omparePolicy::Compare(const char* lhs, const char* rhs) function in class:omparePolicy
H A DMessageItemTest.h50 class ComparePolicy // bool Compare(const Type& lhs, const Type& rhs)
139 inline static bool Compare(const T& lhs, const T& rhs);
144 TMessageItemComparePolicy<T>::Compare(const T &lhs, const T &rhs) function in class:TMessageItemComparePolicy
168 class ComparePolicy // bool Compare(const Type& lhs, const Type& rhs)
214 CPPUNIT_ASSERT(ComparePolicy::Compare(out, AssertPolicy::Invalid()));
215 CPPUNIT_ASSERT(ComparePolicy::Compare(FuncPolicy::QuickFind(msg, "item", 0),
243 CPPUNIT_ASSERT(ComparePolicy::Compare(FuncPolicy::QuickFind(msg, "item", 0), in));
246 CPPUNIT_ASSERT(ComparePolicy::Compare(out, in));
252 CPPUNIT_ASSERT(ComparePolicy::Compare(Dereference(pout), in));
276 CPPUNIT_ASSERT(ComparePolicy::Compare(FuncPolic
[all...]
/haiku-fatelf/build/scripts/
H A Dmacosx_merge_lipo.pl25 use File::Compare ();
76 } elsif (File::Compare::compare ($_, $destname) != 0) {
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DKey.h164 type fields of the key. If that is needed, the Compare() method has
219 int Compare(const VKey &k, bool compareTypes = false) const function in class:VKey
243 // Note: The operators don't compare the types! Use Compare(, true), if
245 bool operator==(const VKey &k) const { return (Compare(k) == 0); }
246 bool operator!=(const VKey &k) const { return (Compare(k) != 0); }
247 bool operator<(const VKey &k) const { return (Compare(k) < 0); }
248 bool operator>(const VKey &k) const { return (Compare(k) > 0); }
249 bool operator<=(const VKey &k) const { return (Compare(k) <= 0); }
250 bool operator>=(const VKey &k) const { return (Compare(k) >= 0); }
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DKey.h164 type fields of the key. If that is needed, the Compare() method has
219 int Compare(const VKey &k, bool compareTypes = false) const function in class:VKey
243 // Note: The operators don't compare the types! Use Compare(, true), if
245 bool operator==(const VKey &k) const { return (Compare(k) == 0); }
246 bool operator!=(const VKey &k) const { return (Compare(k) != 0); }
247 bool operator<(const VKey &k) const { return (Compare(k) < 0); }
248 bool operator>(const VKey &k) const { return (Compare(k) > 0); }
249 bool operator<=(const VKey &k) const { return (Compare(k) <= 0); }
250 bool operator>=(const VKey &k) const { return (Compare(k) >= 0); }
/haiku-fatelf/src/system/kernel/vm/
H A DVMKernelArea.h80 int Compare(addr_t a, const Value* _b) const function in struct:VMKernelAddressRangeTreeDefinition
88 int Compare(const Value* a, const Value* b) const function in struct:VMKernelAddressRangeTreeDefinition
90 return Compare(a->base, b);
/haiku-fatelf/headers/os/package/
H A DPackageVersion.h46 int Compare(const BPackageVersion& other) const;
/haiku-fatelf/headers/private/media/
H A DMetaFormat.h29 static int Compare(const meta_format *a, const meta_format *b);
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DHashRevokeManager.h34 static int Compare(void* element, const void* key);
/haiku-fatelf/src/apps/debuganalyzer/gui/
H A DSubWindowManager.h46 bool Compare(const SubWindowKey& key, function in struct:SubWindowManager::HashDefinition
/haiku-fatelf/src/bin/pkgman/
H A DDecisionProvider.cpp37 } else if (no.Compare(buffer, i) == 0) {
/haiku-fatelf/src/kits/support/
H A DPointerList.cpp84 int virtual Compare(const void *key, const void* item) = 0;
92 return helper->Compare(b, a) > 0;
161 if (index != numItems && Compare(key, *found) == 0) {
187 int Compare(const void *a, const void *b) function in class:PointerListHelper
209 int Compare(const void *a, const void *b) function in class:PointerListHelperWithState
230 int Compare(const void *arg, const void *item) function in class:PointerListHelperUsePredicate
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexmisc.c698 int Compare; local
792 Compare = ACPI_MEMCMP (Operand0->Buffer.Pointer,
803 (Compare == 0))
813 if (Compare > 0)
818 if (Compare < 0)
833 if (Compare > 0)
837 if (Compare < 0)
/haiku-fatelf/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp86 && bdaddrUtils::Compare(conn->destination, destination)) {
141 if (bdaddrUtils::Compare(conn->destination, destination)) {
180 && bdaddrUtils::Compare(conn->destination, destination)) {
/haiku-fatelf/src/kits/tracker/
H A DWidgetAttributeText.h76 virtual int Compare(WidgetAttributeText&, BPoseView* view) = 0;
165 virtual int Compare(WidgetAttributeText &, BPoseView* view);
185 virtual int Compare(WidgetAttributeText&, BPoseView* view);
220 virtual int Compare(WidgetAttributeText& other,
339 virtual int Compare(WidgetAttributeText&, BPoseView* view);
357 virtual int Compare(WidgetAttributeText&, BPoseView* view);

Completed in 155 milliseconds

12345678