Searched defs:node (Results 201 - 225 of 549) sorted by relevance

1234567891011>>

/haiku/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceAddOn.cpp80 AbstractFileInterfaceNode * node local
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerAddOn.cpp81 MediaDemultiplexerNode * node local
97 MediaDemultiplexerNode * node local
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundAddOn.cpp136 OpenSoundNode * node = local
158 OpenSoundNode * node = dynamic_cast<OpenSoundNode*>(your_node); local
170 OpenSoundNode * node = dynamic_cast<OpenSoundNode*>(your_node); local
[all...]
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp236 CRadeonAddOn::UnregisterNode( BMediaNode *node, BMessage *settings ) argument
291 CRadeonProducer *node; local
[all...]
/haiku/src/add-ons/media/media-add-ons/reader/
H A DMediaReaderAddOn.cpp77 MediaReader * node local
97 MediaReader * node local
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.h168 inline const media_node& node() const { return m_info.node; } function in class:NodeRef
[all...]
/haiku/src/apps/cortex/RouteApp/
H A DConnectionIO.cpp152 media_node_id node; local
[all...]
/haiku/src/apps/glteapot/
H A Dutil.h196 remove(LispNode<contents>* node) argument
[all...]
/haiku/src/apps/mail/
H A DQueryMenu.cpp142 int64 node; local
233 int64 node; local
265 node_ref node; local
306 EntryCreated(const entry_ref &ref, ino_t node) argument
322 EntryRemoved(ino_t node) argument
[all...]
/haiku/src/kits/shared/
H A DColorQuantizer.cpp185 Node* node = (Node*)calloc(1, sizeof(Node)); local
211 Node* node = reducibleNodes[i]; local
258 _GetPaletteColors(Node* node, RGBA* table, uint32* _index, uint32* sums) const argument
[all...]
/haiku/src/kits/storage/
H A DQueryPredicate.cpp455 QueryStack::PushNode(QueryNode *node) argument
489 QueryNode *node = PopNode(); local
[all...]
/haiku/src/tests/add-ons/kernel/busses/scsi/example/
H A Dexample_scsi.c60 example_init_driver(device_node_handle node, void *userCookie, void **cookie) argument
76 example_device_removed(device_node_handle node, void *cookie) argument
83 example_device_cleanup(device_node_handle node) argument
/haiku/src/tests/add-ons/kernel/file_systems/consistency_check/
H A Dgenerate_hashs.cpp91 ino_t node; member in struct:file_entry
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DTransaction.cpp89 Transaction::StartAndAddNode(Node* node, uint32 flags) argument
199 Transaction::AddNode(Node* node, uint32 flags) argument
246 RemoveNode(Node* node) argument
263 UpdateNodeFlags(Node* node, uint32 flags) argument
276 KeepNode(Node* node) argument
[all...]
H A DTransaction.h70 Node* node; member in struct:Transaction::NodeInfo
H A DVolume.cpp250 Volume::NewNode(Node* node) argument
257 Volume::PublishNode(Node* node, uint32 flags) argument
272 Volume::PutNode(Node* node) argument
279 Volume::RemoveNode(Node* node) argument
286 UnremoveNode(Node* node) argument
306 Node* node; local
379 DeleteNode(Node* node) argument
484 _CreateNode(Node* node, Transaction& transaction) argument
[all...]
/haiku/src/tools/cppunit/cppunit/
H A DXmlOutputter.cpp82 const Node *node = *itNode++; local
/haiku/src/servers/print/
H A DPrinter.cpp79 Printer::Find(node_ref* node) argument
128 Printer::Printer(const BDirectory* node, Resource* res) argument
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCServer.cpp357 ServerNode* node = _Find(address); local
410 ServerNode* node = _Find(server->ID()); local
426 ServerNode* node = fRoot; local
441 _Delete(ServerNode* node) argument
504 _Insert(ServerNode* node) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.cpp351 AttributeDirectory::_LoadAttribute(BNode& node, cons argument
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DLastModifiedIndex.cpp27 LastModifiedIndexPrimaryKey(Node* node, time_t modified) argument
34 LastModifiedIndexPrimaryKey(Node* node) argument
48 Node* node; member in class:LastModifiedIndexPrimaryKey
118 GetNodeValue(Node* node, void* buffer, size_t* _keyLength) argument
185 NodeAdded(Node* node) argument
192 NodeRemoved(Node* node) argument
199 NodeChanged(Node* node, uint32 statFields, const OldNodeAttributes& oldAttributes) argument
287 NodeChanged(Node* node, uint32 statFields, const OldNodeAttributes& oldAttributes) argument
[all...]
H A DNameIndex.cpp98 static void GetNodeValue(Node* node, void* buffer, size_t* _keyLength) argument
159 NameIndex::NodeAdded(Node* node) argument
169 NameIndex::NodeRemoved(Node* node) argument
179 NodeChanged(Node* node, uint32 statFields, const OldNodeAttributes& oldAttributes) argument
[all...]
H A DSizeIndex.cpp27 SizeIndexPrimaryKey(Node* node, off_t size) argument
34 SizeIndexPrimaryKey(Node* node) argument
48 Node* node; member in class:SizeIndexPrimaryKey
117 GetNodeValue(Node* node, void* buffer, size_t* _keyLength) argument
184 NodeAdded(Node* node) argument
191 NodeRemoved(Node* node) argument
198 NodeChanged(Node* node, uint32 statFields, const OldNodeAttributes& oldAttributes) argument
285 NodeChanged(Node* node, uint32 statFields, const OldNodeAttributes& oldAttributes) argument
[all...]
/haiku/src/add-ons/kernel/busses/ata/generic_ide_pci/
H A Dgeneric_ide_pci.cpp108 init_channel(device_node *node, void **channel_cookie) argument
131 init_controller(device_node *node, ata_adapter_controller_info **cookie) argument
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.h31 struct node { struct
44 static KeyType GetKey(const NodeType* node) argument
49 static SplayTreeLink<NodeType>* GetLink(NodeType* node) argument
54 static int Compare(KeyType key, const NodeType* node) argument
69 GetKey(const NodeType* node) argument
74 GetLink(NodeType* node) argument
79 Compare(KeyType key, const NodeType* node) argument
[all...]

Completed in 129 milliseconds

1234567891011>>