Searched refs:Compare (Results 151 - 175 of 180) sorted by relevance

12345678

/haiku-fatelf/src/preferences/media/
H A DMediaWindow.cpp464 fListView->SortItems(&MediaListItem::Compare);
/haiku-fatelf/src/preferences/time/
H A DZoneView.cpp75 return fCollator.Compare(first.String(), second.String()) < 0;
/haiku-fatelf/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp77 bool Compare(thread_id key, const IORequestOwner* value) const function in struct:IOSchedulerSimple::RequestOwnerHashDefinition
H A Dlegacy_drivers.cpp166 bool Compare(ino_t* key, directory_node_entry* entry) const function in struct:__anon5351::DirectoryNodeHashDefinition
/haiku-fatelf/src/tests/system/kernel/slab/
H A DSlab.h338 bool Compare(void *key, Link *value) const function in struct:BaseHashCacheStrategy::HashTableDefinition
/haiku-fatelf/src/preferences/shortcuts/
H A DShortcutsSpec.cpp826 || firstWord.Compare(fLastBitmapName)) {
/haiku-fatelf/src/preferences/locale/
H A DLocaleWindow.cpp61 return collator.Compare(a->Text(), b->Text());
/haiku-fatelf/src/apps/debugger/controllers/
H A DTeamDebugger.cpp121 bool Compare(image_id key, const ImageHandler* value) const function in struct:TeamDebugger::ImageHandlerHashDefinition
185 bool Compare(image_id key, const ImageInfoPendingThread* value) const function in struct:TeamDebugger::ImageInfoPendingThreadHashDefinition
/haiku-fatelf/src/system/kernel/cache/
H A Dblock_cache.cpp108 static int Compare(void* _cacheEntry, const void* _block);
1021 cached_block::Compare(void* _cacheEntry, const void* _block) function in class:cached_block
1389 &cached_block::Compare, &cached_block::Hash);
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp114 bool Compare(const KeyType& key, ValueType* value) const function in struct:FragmentHashDefinition
153 bool Compare(const KeyType &key, ValueType* value) const function in struct:MulticastStateHash
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp130 bool Compare(const KeyType& key, ValueType* value) const function in struct:FragmentHashDefinition
170 bool Compare(const KeyType &key, ValueType* value) const function in struct:MulticastStateHash
/haiku-fatelf/src/apps/debuganalyzer/model/
H A DModel.h588 bool Compare(thread_id key, const ThreadSchedulingState* value) const function in struct:Model::ThreadSchedulingStateDefinition
/haiku-fatelf/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp158 bool Compare(KeyType key, const IORequest* value) const function in struct:ModelLoader::IORequestHashDefinition
/haiku-fatelf/src/apps/mail/
H A DHeader.cpp110 return (s1->Compare(*s2) < 0);
H A DComboBox.cpp1927 // return s1->Compare(s2);
1938 if (!string->Compare(toRemove)) {
/haiku-fatelf/src/apps/screenshot/
H A DScreenshotWindow.cpp702 if (fExtension.Compare(""))
/haiku-fatelf/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp147 bool Compare(const KeyType &key, UdpEndpoint *endpoint) const function in struct:UdpHashDefinition
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dinterfaces.cpp61 bool Compare(const KeyType& key, InterfaceAddress* address) const function in struct:AddressHashDefinition
/haiku-fatelf/src/system/kernel/debug/
H A Dsystem_profiler.cpp157 bool Compare(const WaitObjectKey& key, function in struct:SystemProfiler::WaitObjectTableDefinition
/haiku-fatelf/src/system/kernel/
H A Dport.cpp138 bool Compare(port_id key, Port* value) const function in struct:PortHashDefinition
H A Dmodule.cpp175 bool Compare(KeyType key, ValueType* entry) const function in struct:Module::NodeHashDefinition
/haiku-fatelf/src/system/kernel/vm/
H A DVMAnonymousCache.cpp129 bool Compare(const swap_hash_key& key, const swap_block* value) const function in struct:SwapHashTableDefinition
/haiku-fatelf/src/apps/aboutsystem/
H A DAboutSystem.cpp296 return collator.Compare(leftName.String(), rightName.String());
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp101 bool Compare(ino_t key, const VNode* value) const function in struct:Volume::VNodeHashDefinition
140 bool Compare(int32 key, const IORequestInfo* value) const function in struct:Volume::IORequestIDHashDefinition
156 bool Compare(io_request* key, const IORequestInfo* value) const function in struct:Volume::IORequestStructHashDefinition
/haiku-fatelf/src/apps/stylededit/
H A DStyledEditWindow.cpp1910 if (encoding.Compare(charset.GetName()) == 0)

Completed in 313 milliseconds

12345678