Searched refs:Compare (Results 51 - 75 of 180) sorted by relevance

12345678

/haiku-fatelf/src/apps/devices/
H A DResourceUsageWindow.cpp106 static int Compare(const void *firstArg, const void *secondArg);
172 RangeItem::Compare(const void *firstArg, const void *secondArg) function in class:RangeItem
348 IORangeListView->SortItems(&RangeItem::Compare);
369 memoryListView->SortItems(&RangeItem::Compare);
/haiku-fatelf/src/bin/debug/profile/
H A DSummaryProfileResult.h44 bool Compare(SharedImage* key, SummaryImage* value) const function in struct:SummaryImageHashDefinition
/haiku-fatelf/src/preferences/filetypes/
H A DMimeTypeListView.h36 static int Compare(const BListItem* a, const BListItem* b);
/haiku-fatelf/src/system/kernel/fs/
H A DEntryCache.h69 bool Compare(const EntryCacheKey& key, const EntryCacheEntry* value) const function in struct:EntryCacheHashDefinition
/haiku-fatelf/headers/os/support/
H A DString.h148 // Compare functions
166 int Compare(const BString& string) const;
167 int Compare(const char* string) const;
168 int Compare(const BString& string, int32 length) const;
169 int Compare(const char* string, int32 length) const;
402 int Compare(const BString& a, const BString& b);
404 int Compare(const BString* a, const BString* b);
/haiku-fatelf/headers/private/kernel/util/
H A DVectorMap.h686 int cmp = fEntryStrategy.Compare(fEntryStrategy.GetKey(fElements[mid]),
693 exists = (lower < Count() && fEntryStrategy.Compare(key,
743 inline int Compare(const Key &a, const Key &b) const function in class:VectorMapEntryStrategy::Pair
784 inline int Compare(const Key &a, const Key &b) const function in class:VectorMapEntryStrategy::ImplicitKey
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DPackage.h141 bool Compare(const char* key, const Package* value) const function in struct:PackageFileNameHashDefinition
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.h59 bool Compare(const FSVNodeCapabilities& key, const VNodeOps* value) const function in struct:VNodeOpsHashDefinition
/haiku-fatelf/src/add-ons/mail_daemon/inbound_filters/notifier/
H A Dfilter.cpp55 if (BString(statusString).Compare("Read") != 0)
/haiku-fatelf/src/apps/debugger/controllers/
H A DThreadHandler.h125 bool Compare(thread_id key, ThreadHandler* value) const function in struct:ThreadHandlerHashDefinition
/haiku-fatelf/src/apps/debugger/dwarf/
H A DAbbreviationTable.h87 bool Compare(uint32 key, AbbreviationTableEntry* value) const function in struct:AbbreviationTableHashDefinition
/haiku-fatelf/src/apps/debugger/model/
H A DStackFrameValues.cpp72 bool Compare(const Key& key, const ValueEntry* value) const function in struct:StackFrameValues::ValueEntryHashDefinition
/haiku-fatelf/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.cpp115 bool Compare(const Key& key, const InfoEntry* value) const function in struct:VariablesViewState::InfoEntryHashDefinition
/haiku-fatelf/src/kits/package/
H A DPackageVersion.cpp83 BPackageVersion::Compare(const BPackageVersion& other) const function in class:BPackageKit::BPackageVersion
/haiku-fatelf/src/system/kernel/
H A DTeamThreadTables.h160 bool Compare(id_type key, Element* value) const function in struct:BKernel::TeamThreadTable::HashDefinition
/haiku-fatelf/src/system/kernel/debug/
H A DBreakpointManager.h89 static int Compare(addr_t key, const InstalledBreakpoint* node) function in struct:BreakpointManager::InstalledBreakpointSplayDefinition
/haiku-fatelf/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.h99 bool Compare(uint64 key, const BlockInfo* value) const function in struct:Transaction::BlockInfoHashDefinition
/haiku-fatelf/src/tests/system/kernel/util/
H A DVectorSetTest.cpp185 typename Compare>
188 typedef TestSet<Value, MySet, ReferenceSet, Compare> Class;
437 Compare fCompare;
484 template<typename Value, typename Compare>
493 Compare fCompare;
502 typedef _CompareStrategy<Value> Compare;
503 typedef CompareWrapper<Value, Compare> BoolCompare;
504 typedef VectorSet<Value, Compare> MySet;
506 typedef TestSet<Value, MySet, ReferenceSet, Compare> TestClass;
/haiku-fatelf/src/kits/bluetooth/
H A DDiscoveryListener.cpp90 if (bdaddrUtils::Compare(inquiryInfo->bdaddr, b1)) {
/haiku-fatelf/src/kits/tracker/
H A DTextWidget.h102 int Compare(const BTextWidget&, BPoseView*) const;
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A DInode.h203 static int Compare(KeyType key, const NodeType* node) function in struct:InodesInoTreeDefinition
231 static int Compare(KeyType key, const NodeType* node) function in struct:InodesClusterTreeDefinition
/haiku-fatelf/src/apps/debugger/debug_info/
H A DGlobalTypeLookup.cpp53 bool Compare(const BString& key, const TypeEntry* value) const function in struct:GlobalTypeCache::TypeEntryHashDefinitionByName
79 bool Compare(const BString& key, const TypeEntry* value) const function in struct:GlobalTypeCache::TypeEntryHashDefinitionByID
/haiku-fatelf/src/tests/kits/app/bmessenger/
H A DMessengerComparissonTester.cpp232 // Compare
237 Compare(const FakeMessenger &fake1, const FakeMessenger &fake2, function
291 Compare(fake1, fake2, messenger1,
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dstack.cpp60 static int Compare(void* _family, const void* _key);
79 static int Compare(void* _chain, const void* _key);
146 family::Compare(void* _family, const void* _key) function in class:family
298 chain::Compare(void* _chain, const void* _key) function in class:chain
803 &family::Compare, &family::Hash);
810 &chain::Compare, &chain::Hash);
817 &chain::Compare, &chain::Hash);
824 &chain::Compare, &chain::Hash);
/haiku-fatelf/src/apps/stylededit/
H A DStatusView.cpp203 || fEncoding.Compare("\xff\xff") == 0
204 || fEncoding.Compare("UTF-8") == 0)

Completed in 214 milliseconds

12345678