Searched refs:Node (Results 301 - 325 of 535) sorted by relevance

<<11121314151617181920>>

/haiku/src/tools/
H A Dgenerate_attribute_stores.cpp18 #include <Node.h>
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.h43 #include <Node.h>
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DRuleFilter.cpp20 #include <Node.h>
/haiku/src/add-ons/tracker/mark_as/
H A DMarkAs.cpp18 #include <Node.h>
/haiku/headers/private/debugger/value/
H A DValueNode.h118 ValueNode* Node() const { return fNode; } function in class:ValueNodeChild
/haiku/src/kits/media/
H A DTimeSource.cpp521 cmd.node = node->Node();
525 DirectRemoveMe(node->Node());
537 cmd.node = node->Node();
540 DirectAddMe(node->Node());
H A DMediaRecorderNode.cpp32 fInput.node = Node();
126 fInput.node = Node();
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h162 bfs_inode& Node() { return fNode; } function in class:Inode
163 const bfs_inode& Node() const { return fNode; } function in class:Inode
181 = Node().LastModifiedTime(); }
362 const bfs_inode* Node() const { return (const bfs_inode*)Block(); } function in class:NodeGetter
H A DQuery.cpp395 buffer = (uint8*)inode->Name(nodeGetter.Node());
405 buffer = (uint8*)&inode->Node().data.size;
412 buffer = (uint8*)&inode->Node().last_modified_time;
414 value.Int64 = inode->Node().LastModifiedTime();
427 small_data* smallData = inode->FindSmallData(nodeGetter.Node(),
514 BPlusTree* tree = index.Node()->Tree();
717 fScore = fScore * ((2048 * 1024LL) / index.Node()->Size());
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitor.cpp10 #include <Node.h>
H A DNodeHandle.cpp97 FileHandle::Open(Node* node, int openMode)
270 AttrDirIterator::Open(Node* node)
H A DClientConnection.cpp654 Node* node = NULL;
691 Node* node = NULL;
773 Node* node = volume->GetNode(request->directoryID);
870 Node* node = NULL;
1005 Node* node = volume->GetNode(fileHandle->GetNodeRef());
1087 Node* node = volume->GetNode(fileHandle->GetNodeRef());
1133 Node* node = NULL;
1148 Node* node = volume->GetNode(request->directoryID);
1206 Node* node = volume->GetNode(request->directoryID);
1264 Node* nod
[all...]
/haiku/headers/build/os/storage/
H A DDirectory.h9 #include <Node.h>
/haiku/src/apps/musiccollection/
H A DFileMonitor.h16 #include <Node.h>
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttribute.cpp9 #include "Node.h"
14 Attribute::Attribute(Volume *volume, Node *node, const char *name,
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkSymlink.cpp82 Node(0),
/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.cpp17 #include <Node.h>
/haiku/src/servers/app/font/
H A DFontStyle.h15 #include <Node.h>
H A DFontManager.h14 #include <Node.h>
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DRootVolume.cpp136 RootVolume::IOCtl(Node* node, void* cookie, int cmd, void* buffer,
315 Node* node;
/haiku/src/kits/tracker/
H A DModel.h119 BNode* Node() const;
164 // Node monitor update call
344 Model::Node() const function in class:BPrivate::Model
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbxfload.c544 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Object); local
564 OwnerId = Node->OwnerId;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1217 ValueNodeChildrenCreated(child->Node());
1306 ValueNodeChildrenDeleted(childNode->NodeChild()->Node());
1442 ValueNode* childNode = node->NodeChild()->Node();
1472 ValueNode* childNode = node->NodeChild()->Node();
1543 ValueNode* valueNode = child->Node();
1658 ValueNode* valueNode = _child->Node();
1665 ValueNodeChildrenCreated(_child->Node());
1727 ValueNode* parentValueNode = parent->NodeChild()->Node();
2036 ->Node()->GetType())->BaseType();
2069 ValueNode* valueNode = node->NodeChild()->Node();
[all...]
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp428 TreeTableNode* Node() function in class:TreeTableRow
657 fNodes[index++] = dynamic_cast<TreeTableRow*>(row)->Node();
880 _GetPathForNode(treeRow->Node(), path);
923 _GetPathForNode(row->Node(), path);
948 _GetPathForNode(row->Node(), path);
1022 _GetPathForNode(row->Node(), path);
1041 _GetPathForNode(row->Node(), path);
/haiku/src/bin/bfs_tools/
H A Drecover.cpp153 Inode* Node() const function in class:InodeGetter
323 Directory *indices = dynamic_cast<Directory *>(getter.Node());
328 Inode* node = getter.Node();
338 Inode* node = getter.Node();
433 node = getter.Node();
448 printf("Node \"%s\" at %" B_PRId32
459 Inode *parentNode = parentGetter.Node();
626 printf(" Node found: %" B_PRId32 ":%d\n",
710 Inode* node = getter.Node();

Completed in 115 milliseconds

<<11121314151617181920>>