Home
last modified time | relevance | path

Searched defs:dNode (Results 1 – 18 of 18) sorted by relevance

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/musicbrainz/
H A DMusicBrainzXmlParser.cpp105 QDomNode dNode = e.firstChild(); in parseRecordingList() local
144 QDomNode dNode = e.firstChild(); in parseRecording() local
205 QDomNode dNode = e.firstChild(); in parseReleaseList() local
242 QDomNode dNode = e.firstChild(); in parseRelease() local
294 QDomNode dNode = e.firstChild(); in parseMediumList() local
319 QDomNode dNode = e.firstChild(); in parseMedium() local
353 QDomNode dNode = e.firstChild(); in parseTrackList() local
374 QDomNode dNode = e.firstChild(); in parseTrack() local
434 QDomNode dNode = e.firstChild(); in parseReleaseGroup() local
490 QDomNode dNode = e.firstChild(), dNode2, dNode3; in parseArtist() local
H A DMusicDNSXmlParser.cpp89 QDomNode dNode = e.firstChild(); in parseTrack() local
108 QDomNode dNode = e.firstChild(); in parsePUIDList() local
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Darrayindex.cpp26 ArrayIndexScalar::ArrayIndexScalar( RefDNode& dNode) in ArrayIndexScalar()
31 ArrayIndexScalarVP::ArrayIndexScalarVP( RefDNode& dNode) in ArrayIndexScalarVP()
H A Dprint_tree.cpp33 RefDNode dNode = static_cast<RefDNode>( node); in pr_name() local
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/vfe/
H A Dvfepovms.cpp132 DataNode *dNode = reinterpret_cast<DataNode *>(POVMS_Sys_Malloc (sizeof (DataNode))) ; in Send() local
180 DataNode *dNode = m_First ; in Receive() local
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/hisimhv1/
H A Dhsmhvpzld.c36 #define dNode 0 in HSMHVpzLoad() macro
H A Dhsmhvacld.c35 #define dNode 0 in HSMHVacLoad() macro
H A Dhsmhvld.c336 #define dNode 0 in HSMHVload() macro
/dports/cad/ngspice_rework/ngspice-35/src/spicelib/devices/hisimhv2/
H A Dhsmhv2pzld.c78 #define dNode 0 in HSMHV2pzLoad() macro
H A Dhsmhv2acld.c77 #define dNode 0 in HSMHV2acLoad() macro
H A Dhsmhv2ld.c383 #define dNode 0 in HSMHV2load() macro
/dports/graphics/povray37/povray-3.7.0.10/vfe/
H A Dvfepovms.cpp153 DataNode *dNode = (DataNode *) POVMS_Sys_Malloc (sizeof (DataNode)) ; in Send() local
200 DataNode *dNode = m_First ; in Receive() local
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/jobs/
H A Dloadscenejob.cpp193 Qt3DRender::QSceneLoaderPrivate *dNode = in postFrame() local
H A Dupdateworldtransformjob.cpp153 Qt3DCore::QTransformPrivate *dNode = in postFrame() local
/dports/devel/libantlr3c/libantlr3c-3.4/src/
H A Dantlr3commontreenodestream.c892 pANTLR3_COMMON_TREE dNode; in newDownNode() local
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxquery.cpp3368 CSphVector<XQNode_t *> dNode ( 1 ); in sphBigramAddNode() local
/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DExprNode.cc7598 for (auto &dNode : dNodes) in composeDerivatives() local
7950 for (auto &dNode : dNodes) in composeDerivatives() local
/dports/french/py-grammalecte-fr/grammalecte/fr/
H A Dgc_engine.py581 …def _executeActions (self, dGraph, dNode, nTokenOffset, nLastToken, dOptions, sCountry, bShowRuleI… argument