Searched refs:Find (Results 26 - 50 of 109) sorted by relevance

12345

/haiku/headers/private/shared/
H A DSettingsHandler.h161 SettingsArgvDispatcher* Find(const char*);
/haiku/src/kits/print/
H A DJobs.cpp183 Job* Folder::Find(node_ref* node) { function in class:Folder
202 Job* job = Find(node);
212 Job* job = Find(node);
/haiku/src/tests/kits/app/bmessage/
H A DMessageItemTest.h38 // status_t Find(BMessage&, const char*, int32, Type*)
100 static status_t Find(BMessage& msg, const char* name, int32 index, Type* val) function in struct:TMessageItemFuncPolicy
154 // status_t Find(BMessage&, const char*, int32, Type*)
213 CPPUNIT_ASSERT(FuncPolicy::Find(msg, "item", 0, &out) == B_NAME_NOT_FOUND);
245 CPPUNIT_ASSERT(FuncPolicy::Find(msg, "item", 0, &out) == B_OK);
278 CPPUNIT_ASSERT(FuncPolicy::Find(msg, "item", 0, &out) == B_OK);
304 CPPUNIT_ASSERT(FuncPolicy::Find(msg, "item", 1, &out) == B_NAME_NOT_FOUND);
345 CPPUNIT_ASSERT(FuncPolicy::Find(msg, "item", i, &out) == B_OK);
382 CPPUNIT_ASSERT(FuncPolicy::Find(msg, "item", rIndex, &out) == B_OK);
416 CPPUNIT_ASSERT(FuncPolicy::Find(ms
[all...]
H A DMessageMessengerItemTest.h31 static status_t Find(BMessage& msg, const char* name, int32 index, function in struct:TMessengerFuncPolicy
H A DMessageMessageItemTest.h29 static status_t Find(BMessage& msg, const char* name, int32 index,
64 inline status_t TMessageFuncPolicy::Find(BMessage& msg, const char* name, function in class:TMessageFuncPolicy
H A DMessageFlattenableItemTest.h101 static status_t Find(BMessage& msg, const char* name, int32 index, function in struct:TFlattenableFuncPolicy
H A DMessageRefItemTest.h31 static status_t Find(BMessage& msg, const char* name, int32 index, function in struct:TRefFuncPolicy
/haiku/src/servers/print/
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...]
H A DPrintServerApp.Scripting.cpp155 return Printer::Find(name.String());
188 return Transport::Find(name);
H A DPrinter.cpp55 // Find [static]
67 Printer::Find(const BString& name) function in class:Printer
79 Printer::Find(node_ref* node) function in class:Printer
/haiku/src/system/boot/loader/file_systems/bfs/
H A DDirectory.cpp91 if (fTree.Find((uint8 *)name, strlen(name), &id) < B_OK)
/haiku/headers/private/print/
H A DJobs.h110 Job* Find(node_ref* node);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndex.cpp57 // Find
59 Index::Find(const uint8 *key, size_t length, IndexEntryIterator *iterator) function in class:Index
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/headers/private/kernel/util/
H A DVectorMap.h98 Iterator Find(const Key &key);
99 ConstIterator Find(const Key &key) const;
526 // Find
535 _VECTOR_MAP_CLASS_NAME::Find(const Key &key) function in class:_VECTOR_MAP_CLASS_NAME
544 // Find
553 _VECTOR_MAP_CLASS_NAME::Find(const Key &key) const function in class:_VECTOR_MAP_CLASS_NAME
572 is \c false and the last entry's key is smaller. Find() invoked on an
613 is \c false and the last entry's key is smaller. Find() invoked on an
H A DAVLTree.h61 Value* Find(const Key& key) const;
335 AVLTree<Definition>::Find(const Key& key) const function in class:AVLTree
337 if (AVLTreeNode* node = fTree.Find(&key))
H A DAVLTreeBase.h60 AVLTreeNode* Find(const void* key) const;
/haiku/src/tests/system/kernel/util/
H A DVectorSetTest.cpp334 Iterator Find(const Value &value) function in class:TestSet
336 MyIterator myIt = fMySet.Find(value);
345 ConstIterator Find(const Value &value) const function in class:TestSet
347 MyConstIterator myIt = fMySet.Find(value);
701 Iterator it = v.Find(value);
702 ConstIterator cit = cv.Find(value);
708 Iterator it = v.Find(value);
709 ConstIterator cit = cv.Find(value);
/haiku/headers/private/kernel/vm/
H A DVMArea.h219 { return sTree.Find(id); }
221 static area_id Find(const char* name);
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp235 if (conn->fInUseIdents.Find(ident) == conn->fInUseIdents.End()) {
254 auto iter = conn->fInUseIdents.Find(ident);
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioControlInterface.cpp95 _AudioControl* control = fInterface->Find(SourceID());
516 _AudioControl* control = fInterface->Find(fInputPins[i]);
587 _AudioControl* control = fInterface->Find(fSourceID);
615 control = fInterface->Find(fSourceID);
1025 AudioControlInterface::Find(uint8 id) function in class:AudioControlInterface
1198 _HarvestRecordFeatureUnits(Find(unit->fInputPins[i]), Map);
1224 _HarvestOutputFeatureUnits(Find(unit->fInputPins[i]), Map);
1509 _AudioControl* control = Find(selector->fInputPins[i]);
1664 _AudioControl* control = Find(mixer->fInputPins[iPin]);
1853 if (RecordControlsMap.Find(contro
[all...]
/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
/haiku/headers/private/media/
H A DTMap.h78 int Find(const value &v) const function in class:Map
/haiku/src/apps/diskprobe/
H A DDataEditor.h93 off_t Find(off_t startPosition, const uint8* data,
/haiku/src/system/kernel/vm/
H A DVMArea.cpp224 VMAreas::Find(const char* name) function in class:VMAreas

Completed in 119 milliseconds

12345