Searched refs:Compare (Results 126 - 150 of 180) sorted by relevance

12345678

/haiku-fatelf/src/kits/support/
H A DStringList.cpp20 return BString::Private::StringFromData(*(char**)a).Compare(
H A DArchivable.cpp189 if (name.Compare("_", 1) != 0)
/haiku-fatelf/src/kits/tracker/
H A DNavigator.cpp349 if (pathname.Compare("") == 0)
H A DWidgetAttributeText.cpp530 StringAttributeText::Compare(WidgetAttributeText& attr, BPoseView* view) function in class:StringAttributeText
617 ScalarAttributeText::Compare(WidgetAttributeText& attr, BPoseView*) function in class:ScalarAttributeText
725 NameAttributeText::Compare(WidgetAttributeText& attr, BPoseView* view) function in class:NameAttributeText
862 RealNameAttributeText::Compare(WidgetAttributeText& attr, BPoseView* view) function in class:RealNameAttributeText
1519 GenericAttributeText::Compare(WidgetAttributeText& attr, BPoseView*) function in class:GenericAttributeText
H A DNavMenu.cpp211 if (typeslist->ItemAt(index)->Compare(mimestr) == 0) {
/haiku-fatelf/src/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp83 static int Compare(void *_entry, const void *_key);
225 arp_entry::Compare(void *_entry, const void *_key) function in class:arp_entry
964 &arp_entry::Compare, &arp_entry::Hash);
/haiku-fatelf/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp115 static int Compare(void* _entry, const void* _key);
262 ndp_entry::Compare(void* _entry, const void* _key) function in class:ndp_entry
418 &ndp_entry::Compare, &ndp_entry::Hash);
/haiku-fatelf/src/system/kernel/posix/
H A Drealtime_sem.cpp265 bool Compare(const KeyType& key, NamedSem* semaphore) const function in struct:NamedSemHashDefinition
291 bool Compare(const KeyType& key, UnnamedSharedSem* semaphore) const function in struct:UnnamedSemHashDefinition
533 bool Compare(const KeyType& key, TeamSemInfo* semaphore) const function in struct:TeamSemHashDefinition
H A Dxsi_semaphore.cpp554 bool Compare(const int key, XsiSemaphoreSet *variable) const function in struct:SemaphoreHashTableDefinition
616 bool Compare(const key_t key, Ipc *variable) const function in struct:IpcHashTableDefinition
/haiku-fatelf/src/apps/cdplayer/
H A DCDDBSupport.cpp282 if (filename.Compare("Artist") == 0)
311 if (filename.Compare("Artist")==0)
1043 if (filename.Compare("Artist") == 0)
/haiku-fatelf/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp54 static int Compare(const device_attr* attrA,
820 device_attr_private::Compare(const device_attr* attrA, const device_attr *attrB) function in class:device_attr_private
1737 int compare = device_attr_private::Compare(attr, attributes);
/haiku-fatelf/src/tools/fs_shell/
H A Dblock_cache.cpp83 static int Compare(void* _cacheEntry, const void* _block);
440 cached_block::Compare(void* _cacheEntry, const void* _block) function in class:FSShell::cached_block
502 hash = hash_init(128, offsetof(cached_block, next), &cached_block::Compare,
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DPageSetupWindow.cpp174 if (label.Compare(pageFormat[i].label) == 0)
/haiku-fatelf/src/apps/launchbox/
H A DLaunchButton.cpp404 && helper.Compare(info.short_info) != 0) {
/haiku-fatelf/src/system/kernel/
H A Dimage.cpp42 bool Compare(image_id key, struct image* value) const function in struct:ImageTableDefinition
H A Dsystem_info.cpp218 bool Compare(int32 key, const ListenerList* value) const function in struct:SystemNotificationService::ListenerHashDefinition
/haiku-fatelf/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp130 return collator.Compare(a->Text(), b->Text());
/haiku-fatelf/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp107 bool Compare(const KeyType &base, aperture_memory *memory) const function in class:MemoryHashDefinition
175 bool Compare(const KeyType &id, Aperture *aperture) const function in class:ApertureHashDefinition
/haiku-fatelf/src/system/kernel/fs/
H A Dnode_monitor.cpp171 bool Compare(monitor_hash_key* key, node_monitor *monitor) const function in struct:NodeMonitorService::HashDefinition
197 bool Compare(dev_t key, node_monitor *monitor) const function in struct:NodeMonitorService::VolumeHashDefinition
/haiku-fatelf/src/apps/deskbar/
H A DBarView.cpp716 if (itemSig->Compare(teamItem->Signature()) == 0) {
768 if (itemSig->Compare(signature) == 0) {
/haiku-fatelf/src/system/kernel/device_manager/
H A Ddevice_manager.cpp59 static int Compare(const device_attr* attrA,
1034 device_attr_private::Compare(const device_attr* attrA, const device_attr *attrB) function in class:device_attr_private
2110 int compare = device_attr_private::Compare(attr, attributes);
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp144 bool Compare(const NodeListenerKey& key, function in struct:FileSystem::NodeListenerHashDefinition
/haiku-fatelf/src/bin/package/
H A Dcommand_extract.cpp143 bool Compare(const char* key, const Entry* value) const function in struct:Entry::ChildHashDefinition
/haiku-fatelf/src/kits/media/
H A DMediaFormats.cpp336 meta_format::Compare(const meta_format* a, const meta_format* b) function in class:meta_format
/haiku-fatelf/src/preferences/keymap/
H A DKeyboardLayout.cpp713 if (!name.Compare(&term[index], name.Length())

Completed in 300 milliseconds

12345678