Searched refs:Find (Results 1 - 25 of 109) sorted by path

12345

/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/headers/private/media/
H A DTList.h77 int Find(const value &v) const function in class:List
H A DTMap.h78 int Find(const value &v) const function in class:Map
/haiku/headers/private/shared/
H A DSettingsHandler.h161 SettingsArgvDispatcher* Find(const char*);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DIndex.cpp82 status_t status = tree->Find((uint8*)name, (uint16)strlen(name), &id);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.cpp47 Find(cookie->name);
73 Attribute::Find(const char* name) function in class:Attribute
80 Attribute::Find(int32 index) function in class:Attribute
134 if (Find(name) == B_OK) {
152 status = Find(name);
H A DAttribute.h31 status_t Find(const char* name);
32 status_t Find(int32 index);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeIdMap.cpp18 AVLTreeMap<ino_t, FileInfo>::Iterator iterator = fMap.Find(id);
48 AVLTreeMap<ino_t, FileInfo>::Iterator iterator = fMap.Find(id);
72 AVLTreeMap<ino_t, FileInfo>::Iterator iterator = fMap.Find(id);
H A DMetadataCache.cpp94 AVLTreeMap<uid_t, AccessEntry>::Iterator it = fAccessCache.Find(uid);
116 AVLTreeMap<uid_t, AccessEntry>::Iterator it = fAccessCache.Find(uid);
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.cpp61 Index::Find(const void* key, size_t length, IndexIterator& iterator) function in class:Index
H A DIndex.h48 bool Find(const void* key, size_t length,
H A DLastModifiedIndex.cpp211 Node** foundNode = fNodes->Find(
H A DSizeIndex.cpp210 Node** foundNode = fNodes->Find(SizeIndexPrimaryKey(node, oldSize), node,
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h255 inline Value *Find(const PrimaryKey &primaryKey,
434 // Find
437 TWO_KEY_AVL_TREE_CLASS_NAME::Find(const PrimaryKey &primaryKey, function in class:TWO_KEY_AVL_TREE_CLASS_NAME
441 TreeMapIterator it = fTreeMap.Find(Key(primaryKey, secondaryKey));
/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/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/apps/diskprobe/
H A DDataEditor.h93 off_t Find(off_t startPosition, const uint8* data,
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.cpp1040 status_t BPlusTree::Find(uint8 *key,uint16 keyLength,off_t *value) function in class:BPlusTree
H A DBPlusTree.h134 status_t Find(uint8 *key, uint16 keyLength, off_t *value);
/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/kits/tracker/
H A DAttributeStream.cpp455 AttributeStreamMemoryNode::Find(const char* name, uint32 type) const function in class:AttributeStreamMemoryNode
472 int32 index = Find(name, type);
488 int32 index = Find(name, type);
622 int32 index = Find(name, type);
674 AttributeStreamTemplateNode::Find(const char* name, uint32 type) const
H A DAttributeStream.h233 int32 Find(const char* name, uint32 type) const;
258 int32 Find(const char* name, uint32 type) const;
356 int32 Find(const char* name, uint32 type) const;
409 AttributeStreamConstValue<Type>::Find(const char* name, uint32 type) const function in class:BPrivate::AttributeStreamConstValue
/haiku/src/servers/print/
H A DConfigWindow.cpp399 fCurrentPrinter = Printer::Find(fPrinterName);
H A DPrintServerApp.Scripting.cpp155 return Printer::Find(name.String());
188 return Transport::Find(name);
H A DPrintServerApp.cpp199 if (Printer::Find(&node) != NULL)
246 Printer* printer = Printer::Find(node);
273 // Find directory containing printer definition nodes
361 // Find directory containing printer definitions
458 // Find the node of the "old" default printer
468 // Find the node for the new default printer
476 fDefaultPrinter = Printer::Find(printerName);
505 fDefaultPrinter = Printer::Find(fSettings->DefaultPrinter());
526 /*! Find the BNode representing the specified printer. It searches
536 // Find director
[all...]

Completed in 114 milliseconds

12345