Searched refs:Find (Results 51 - 75 of 109) sorted by relevance

12345

/haiku/src/tests/system/kernel/util/
H A DOrderedMapTest.h478 Iterator Find(const Key &key) function in class:TestMap
480 MyIterator myIt = fMyMap.Find(key);
491 ConstIterator Find(const Key &key) const function in class:TestMap
493 MyConstIterator myIt = fMyMap.Find(key);
943 Iterator it = v.Find(key);
944 ConstIterator cit = cv.Find(key);
954 Iterator it = v.Find(key);
955 ConstIterator cit = cv.Find(key);
/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h77 Iterator Find(const Key& key);
349 // Find
352 _AVL_TREE_MAP_CLASS_NAME::Find(const Key& key) function in class:_AVL_TREE_MAP_CLASS_NAME
354 if (AVLTreeNode* node = fTree.Find(&key))
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp85 /* Find extent that cover or after "offset" and has length >= "size"
92 CachedExtent* found = Find(offset);
165 CachedExtent* found = Find(node->offset);
226 CachedExtent* found = Find(node->offset);
H A DBTree.h288 status_t Find(const btrfs_key& key);
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h321 inline Value* Find(const PrimaryKey& primaryKey,
558 TWO_KEY_AVL_TREE_CLASS_NAME::Find(const PrimaryKey& primaryKey, function in class:TWO_KEY_AVL_TREE_CLASS_NAME
561 TreeMapIterator it = fTreeMap.Find(Key(primaryKey, secondaryKey));
/haiku/src/kits/interface/
H A DShelf.cpp169 static replicant_data* Find(BList const *list, BMessage const *msg);
170 static replicant_data* Find(BList const *list, BView const *view, bool allowZombie);
171 static replicant_data* Find(BList const *list, unsigned long id);
319 replicant_data::Find(BList const *list, BMessage const *msg) function in class:replicant_data
334 replicant_data::Find(BList const *list, BView const *view, bool allowZombie) function in class:replicant_data
352 replicant_data::Find(BList const *list, unsigned long id) function in class:replicant_data
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h121 status_t Find(const char *filename, ino_t *id);
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DLastModifiedIndex.cpp211 Node** foundNode = fNodes->Find(
H A DSizeIndex.cpp210 Node** foundNode = fNodes->Find(SizeIndexPrimaryKey(node, oldSize), node,
H A DQuery.cpp139 if (!indexIterator->index->Find(value, size, *indexIterator))
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSizeIndex.cpp151 Node **foundNode = fNodes->Find(SizeIndexPrimaryKey(node, oldSize),
H A DLastModifiedIndex.cpp153 Node **foundNode = fNodes->Find(LastModifiedIndexPrimaryKey(node,
H A DNameIndex.cpp141 = fEntries->Find(NameIndexPrimaryKey(entry, oldName), entry, &it);
/haiku/src/kits/tracker/
H A DFindPanel.h149 void Find();
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h307 status_t Find(const uint8* key, uint16 keyLength,
404 status_t Find(const uint8* key, uint16 keyLength);
H A DIndex.cpp82 status_t status = tree->Find((uint8*)name, (uint16)strlen(name), &id);
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp101 Inode* Find(ino_t id);
102 Inode* Find(const char* name);
783 Volume::Find(ino_t id) function in class:Volume
795 Volume::Find(const char* name) function in class:Volume
1583 Inode* inode = volume->Find(name);
1620 inode = volume->Find(id);
1805 Inode* inode = volume->Find(oldName);
1809 if (volume->Find(newName) != NULL)
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.h134 status_t Find(uint8 *key, uint16 keyLength, off_t *value);
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioControlInterface.h276 _AudioControl* Find(uint8 id);
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.h118 bool Find(const char* pattern, const TermPos& start,
H A DTermView.h125 bool Find(const BString& str, bool forwardSearch,
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.cpp59 list_item* Find(int32 index) const;
325 List::Find(int32 index) const function in class:List
327 // TRACE(("%s: List::Find(%ld)\n", kModuleDebugName, index));
803 // Find or create the appropriate session
805 session* session = (struct session*)fSessionList->Find(sessionIndex);
/haiku/src/servers/print/
H A DConfigWindow.cpp399 fCurrentPrinter = Printer::Find(fPrinterName);
/haiku/src/system/kernel/util/
H A DAVLTreeBase.cpp143 AVLTreeBase::Find(const void* key) const function in class:AVLTreeBase
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileSystem.cpp469 it = fHandleToDelegation.Find(handle);

Completed in 287 milliseconds

12345