Searched refs:Node (Results 451 - 475 of 535) sorted by relevance

<<11121314151617181920>>

/haiku/src/build/libbe/storage/
H A DNodeInfo.cpp18 #include <Node.h>
/haiku/src/kits/game/
H A DGameSoundBuffer.cpp374 err = roster->GetNodeFor(fNode->Node().node, &fConnection->producer);
/haiku/src/kits/storage/
H A DNode.cpp11 #include <Node.h>
/haiku/src/bin/
H A Dcopyattr.cpp17 #include <Node.h>
/haiku/src/kits/tracker/
H A DIconCache.h57 // changes, this makes async icon drawing easier. Node cache deletes it's
309 const node_ref* Node() const;
H A DContainerWindow.cpp928 if (!TargetModel()->IsRoot() && opener.Node() != NULL) {
935 opener.Node(), fIsDesktop);
976 if (!TargetModel()->IsRoot() && opener.Node() != NULL) {
978 opener.Node(), fIsDesktop, PoseView());
3648 return !NodeHasSavedState(opener.Node());
4228 fModelOpener->TargetModel()->Node());
4279 fModelOpener->TargetModel()->Node());
4292 WindowStateNodeOpener::Node() const function in class:WindowStateNodeOpener
4300 return fModelOpener->TargetModel()->Node();
H A DModel.cpp744 // Node is not open.
749 // Node has a vector icon
755 // Node has a mini _and_ large icon
848 // #pragma mark - Node monitor updating methods
1422 PRINT(("node ref of open Node %" B_PRIdINO " %" B_PRIdDEV "\n",
1451 if (Node() == NULL) {
1469 BNodeInfo nodeInfo(Node());
H A DIconCache.cpp808 && (file = dynamic_cast<BFile*>(model->Node())) != NULL) {
813 result = GetFileIconFromAttr(model->Node(), lazyBitmap->Get(),
1659 NodeCacheEntry::Node() const function in class:NodeCacheEntry
/haiku/src/preferences/sounds/
H A DHWindow.cpp32 #include <Node.h>
/haiku/src/kits/locale/
H A DLocaleRoster.cpp30 #include <Node.h>
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp266 out_input->node = Node();
672 out_output->node = Node();
869 output.node = Node();
981 || output->MediaOutput().node != Node()
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVNode.cpp141 fOutputEncVideo.node = Node();
659 info->MakeNullParameter(0, B_MEDIA_NO_TYPE, "Node is stopped", B_GENERIC);
/haiku/src/system/boot/loader/file_systems/bfs/
H A DStream.cpp418 Node*
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexoparg1.c803 * NS Node or an internal object.
1063 * 1) Find the owning Node
1067 Status = AcpiNsGetNodeUnlocked (WalkState->ScopeInfo->Scope.Node,
1091 * Get the actual object from the Node (This is the dereference).
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.cpp58 return new CacheableNode(offset,fTree->Node(offset,false));
731 bplustree_node *other = fCache.Get(otherOffset = fHeader->maximum_size); //Node(otherOffset = fHeader->maximum_size/*,false*/);
1088 bplustree_node *BPlusTree::Node(off_t nodeOffset,bool check) function in class:BPlusTree
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.cpp79 fInputMedia.node = Node();
86 fOutputMedia.node = Node();
/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerNode.cpp81 fInputMedia.node = Node();
88 fOutputMedia.node = Node();
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.cpp245 m_input.node = Node();
253 m_output.node = Node();
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp203 fInput.node = Node();
210 fOutput.node = Node();
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.cpp347 m_input.node = Node();
359 m_output.node = Node();
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DDirectoryIterator.cpp595 fDirectory->Node().SetFlag(EXT2_INODE_INDEXED);
896 uint32 gen = fDirectory->Node().generation;
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp224 BNodeInfo nodeInfo(fModel->Node());
755 || fModel->Node()->GetStat(&statBuf) != B_OK) {
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp236 // Node Caching for the BPlusTree class
681 if (cached.Node() == NULL)
684 cached.Node()->Initialize();
739 dump_inode(&stream->Node());
750 RETURN_ERROR(fStatus = cached.Node() ? B_OK : B_BAD_DATA);
1798 bplustree_node* root = cachedNewRoot.Node();
/haiku/src/kits/media/
H A DParameterWeb.cpp95 Node (as media_node): 0x18 bytes (decimal 24 bytes)
359 BParameterWeb::Node() function in class:BParameterWeb
478 Node (as media_node): 0x18 bytes (decimal 24 bytes)
578 // signature field, the mystery field, the group count, and the Node, then there is a problem
1292 media_node node = fWeb->Node();
1363 media_node node = fWeb->Node();
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp14 #include <Node.h>

Completed in 186 milliseconds

<<11121314151617181920>>