Home
last modified time | relevance | path

Searched refs:idxNode (Results 1 – 25 of 73) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Cache/
H A DXPathNodeHelper.cs91 idxNode = idx; in GetNextAttribute()
103 int idx = idxNode; in GetContentChild()
116 idxNode = idx; in GetContentChild()
128 int idx = idxNode; in GetContentSibling()
148 int idx = idxNode; in GetParent()
154 idxNode = idx; in GetParent()
178 int idx = idxNode; in GetElementChild()
208 int idx = idxNode; in GetElementSibling()
236 int idx = idxNode; in GetContentChild()
270 int idx = idxNode; in GetContentSibling()
[all …]
H A DXPathDocumentBuilder.cs564 int idxNode, lineNumOffset, linePosOffset; in NewNamespaceNode()
569 this.nmspPageFact.AllocateSlot(out pageNode, out idxNode); in NewNamespaceNode()
580 pageNode[idxNode].Create(info, XPathNodeType.Namespace, idxElem); in NewNamespaceNode()
581 pageNode[idxNode].SetValue(namespaceUri); in NewNamespaceNode()
582 pageNode[idxNode].SetLineInfoOffsets(lineNumOffset, linePosOffset); in NewNamespaceNode()
585 return idxNode; in NewNamespaceNode()
593 int idxNode, lineNumOffset, linePosOffset; in NewNode()
598 this.nodePageFact.AllocateSlot(out pageNode, out idxNode); in NewNode()
609 pageNode[idxNode].Create(info, xptyp, this.idxParent); in NewNode()
610 pageNode[idxNode].SetLineInfoOffsets(lineNumOffset, linePosOffset); in NewNode()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Cache/
H A DXPathNodeHelper.cs96 idxNode = idx; in GetNextAttribute()
109 int idx = idxNode; in GetContentChild()
124 idxNode = idx; in GetContentChild()
137 int idx = idxNode; in GetContentSibling()
160 int idx = idxNode; in GetParent()
167 idxNode = idx; in GetParent()
193 int idx = idxNode; in GetElementChild()
227 int idx = idxNode; in GetElementSibling()
259 int idx = idxNode; in GetContentChild()
297 int idx = idxNode; in GetContentSibling()
[all …]
H A DXPathDocumentBuilder.cs619 int idxNode, lineNumOffset, linePosOffset; in NewNamespaceNode()
624 _nmspPageFact.AllocateSlot(out pageNode, out idxNode); in NewNamespaceNode()
635 pageNode[idxNode].Create(info, XPathNodeType.Namespace, idxElem); in NewNamespaceNode()
636 pageNode[idxNode].SetValue(namespaceUri); in NewNamespaceNode()
637 pageNode[idxNode].SetLineInfoOffsets(lineNumOffset, linePosOffset); in NewNamespaceNode()
640 return idxNode; in NewNamespaceNode()
649 int idxNode, lineNumOffset, linePosOffset; in NewNode()
654 _nodePageFact.AllocateSlot(out pageNode, out idxNode); in NewNode()
665 pageNode[idxNode].Create(info, xptyp, _idxParent); in NewNode()
666 pageNode[idxNode].SetLineInfoOffsets(lineNumOffset, linePosOffset); in NewNode()
[all …]
/dports/math/py-pynleq2/pysces-0.9.8/pysces/core2/
H A DPyscesCore2Interfaces.py825 def idxNode(node,idx=0): function
835 idxNode(children[child], next(counter))
837 idxNode(root, idx=0)
1582 def idxNode(node,idx=0): function
1596 idxNode(children[child], next(counter))
1598 idxNode(root, idx=0)
/dports/biology/py-PySCeS/pysces-1.0.0/pysces/core2/
H A DPyscesCore2Interfaces.py941 def idxNode(node, idx=0): function
953 idxNode(children[child], next(counter))
955 idxNode(root, idx=0)
2027 def idxNode(node, idx=0): function
2043 idxNode(children[child], next(counter))
2045 idxNode(root, idx=0)
/dports/net-mgmt/libsmi/libsmi-0.4.8/tools/
H A Ddump-xsd.c1198 static int containsIndex( SmiNode *parentNode, SmiNode *idxNode ) in containsIndex() argument
1207 if( iterNode == idxNode ) in containsIndex()
1270 SmiNode *idxNode = smiGetElementNode( iterElement ); in isSubTable() local
1277 if( idxNode == iterSubNode ){ in isSubTable()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/scenegraph/
H A Dcommands.c516 GF_Node *idxNode = gf_sg_find_node(graph, com->toNodeID); in gf_sg_command_apply() local
517 if (!idxNode) return GF_SG_UNKNOWN_NODE; in gf_sg_command_apply()
519 if (gf_node_get_field(idxNode, com->toFieldIndex, &idxField) != GF_OK) return GF_OK; in gf_sg_command_apply()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/scenegraph/
H A Dcommands.c516 GF_Node *idxNode = gf_sg_find_node(graph, com->toNodeID); in gf_sg_command_apply() local
517 if (!idxNode) return GF_SG_UNKNOWN_NODE; in gf_sg_command_apply()
519 if (gf_node_get_field(idxNode, com->toFieldIndex, &idxField) != GF_OK) return GF_OK; in gf_sg_command_apply()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/scene_manager/
H A Dloader_bt.c2244 GF_Node *targetNode, *idxNode, *childNode, *fromNode; in gf_bt_parse_bifs_command() local
2247 idxNode = childNode = fromNode = NULL; in gf_bt_parse_bifs_command()
2274 idxNode = gf_bt_peek_node(parser, str); in gf_bt_parse_bifs_command()
2275 if (!idxNode) return gf_bt_report(parser, GF_BAD_PARAM, "%s: unknown node", field); in gf_bt_parse_bifs_command()
2282 parser->last_error = gf_node_get_field_by_name(idxNode, field, &idxField); in gf_bt_parse_bifs_command()
2293 if (idxNode) { in gf_bt_parse_bifs_command()
2360 if (idxNode) { in gf_bt_parse_bifs_command()
2361 com->toNodeID = gf_node_get_id(idxNode); in gf_bt_parse_bifs_command()
H A Dloader_xmt.c2154 char *idxNode = NULL; in xmt_parse_command() local
2182 else if (!strcmp(att->name, "atIndexNode")) idxNode = att->value; in xmt_parse_command()
2207 if ((idxNode && idxField) || childField || (fromNode && fromField)) { in xmt_parse_command()
2312 if (idxNode && idxField) { in xmt_parse_command()
2313 GF_Node *iNode = xmt_find_node(parser, idxNode); in xmt_parse_command()
2350 if (idxNode && idxField) position = -2; in xmt_parse_command()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/scene_manager/
H A Dloader_bt.c2244 GF_Node *targetNode, *idxNode, *childNode, *fromNode; in gf_bt_parse_bifs_command() local
2247 idxNode = childNode = fromNode = NULL; in gf_bt_parse_bifs_command()
2274 idxNode = gf_bt_peek_node(parser, str); in gf_bt_parse_bifs_command()
2275 if (!idxNode) return gf_bt_report(parser, GF_BAD_PARAM, "%s: unknown node", field); in gf_bt_parse_bifs_command()
2282 parser->last_error = gf_node_get_field_by_name(idxNode, field, &idxField); in gf_bt_parse_bifs_command()
2293 if (idxNode) { in gf_bt_parse_bifs_command()
2360 if (idxNode) { in gf_bt_parse_bifs_command()
2361 com->toNodeID = gf_node_get_id(idxNode); in gf_bt_parse_bifs_command()
H A Dloader_xmt.c2154 char *idxNode = NULL; in xmt_parse_command() local
2182 else if (!strcmp(att->name, "atIndexNode")) idxNode = att->value; in xmt_parse_command()
2207 if ((idxNode && idxField) || childField || (fromNode && fromField)) { in xmt_parse_command()
2312 if (idxNode && idxField) { in xmt_parse_command()
2313 GF_Node *iNode = xmt_find_node(parser, idxNode); in xmt_parse_command()
2350 if (idxNode && idxField) position = -2; in xmt_parse_command()
/dports/lang/nim/nim-1.6.2/compiler/
H A Dsemmagic.nim301 idxNode = newIntTypeNode(idx, c.graph.getSysType(TLineInfo(), tyInt))
306 result.add idxNode
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DMeshToVolume.h1397 const Int32LeafNodeType* idxNode = idxAcc.probeConstLeaf(node.origin()); in operator() local
1398 const Int32* idxData = idxNode->buffer().data(); in operator()
1762 typename Int32TreeType::LeafNodeType* idxNode = in operator() local
1781 idxNode->setValueOff(pos); in operator()
H A DVolumeToMesh.h3850 typename Index32TreeType::LeafNodeType* idxNode = mPointIndexAccessor.touchLeaf(origin); in operator() local
3851 idxNode->topologyUnion(*signsNodePt); in operator()
3854 for (auto it = idxNode->beginValueOn(); it; ++it) { in operator()
3855 idxNode->setValueOnly(it.pos(), 0); in operator()
/dports/lang/nim/nim-1.6.2/c_code/7_1/
H A D@msem.nim.c17118 tyObject_TNode__bROa11lyF5vxEN9aYNbHmhw* idxNode; in N_NIMCALL() local
17154 idxNode = newIntTypeNode__ast_3783(((NI64) (idx)), T14_); in N_NIMCALL()
17179 add__ast_4797(result, idxNode); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/5_17/
H A D@msem.nim.c17123 tyObject_TNode__bROa11lyF5vxEN9aYNbHmhw* idxNode; in N_NIMCALL() local
17159 idxNode = newIntTypeNode__ast_3783(((NI64) (idx)), T14_); in N_NIMCALL()
17184 add__ast_4797(result, idxNode); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/5_14/
H A D@msem.nim.c17122 tyObject_TNode__bROa11lyF5vxEN9aYNbHmhw* idxNode; in N_NIMCALL() local
17158 idxNode = newIntTypeNode__ast_3783(((NI64) (idx)), T14_); in N_NIMCALL()
17183 add__ast_4797(result, idxNode); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/11_17/
H A D@msem.nim.c17123 tyObject_TNode__bROa11lyF5vxEN9aYNbHmhw* idxNode; in N_NIMCALL() local
17159 idxNode = newIntTypeNode__ast_3783(((NI64) (idx)), T14_); in N_NIMCALL()
17184 add__ast_4797(result, idxNode); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/12_17/
H A D@msem.nim.c17123 tyObject_TNode__bROa11lyF5vxEN9aYNbHmhw* idxNode; in N_NIMCALL() local
17159 idxNode = newIntTypeNode__ast_3783(((NI64) (idx)), T14_); in N_NIMCALL()
17184 add__ast_4797(result, idxNode); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/11_7/
H A D@msem.nim.c17119 tyObject_TNode__bROa11lyF5vxEN9aYNbHmhw* idxNode; in N_NIMCALL() local
17155 idxNode = newIntTypeNode__ast_3783(((NI64) (idx)), T14_); in N_NIMCALL()
17180 add__ast_4797(result, idxNode); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/1_1/
H A D@msem.nim.c17118 tyObject_TNode__bROa11lyF5vxEN9aYNbHmhw* idxNode; in N_NIMCALL() local
17154 idxNode = newIntTypeNode__ast_3783(((NI64) (idx)), T14_); in N_NIMCALL()
17179 add__ast_4797(result, idxNode); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/11_1/
H A D@msem.nim.c17118 tyObject_TNode__bROa11lyF5vxEN9aYNbHmhw* idxNode; in N_NIMCALL() local
17154 idxNode = newIntTypeNode__ast_3783(((NI64) (idx)), T14_); in N_NIMCALL()
17179 add__ast_4797(result, idxNode); in N_NIMCALL()
/dports/lang/nim/nim-1.6.2/c_code/10_1/
H A D@msem.nim.c17118 tyObject_TNode__bROa11lyF5vxEN9aYNbHmhw* idxNode; in N_NIMCALL() local
17154 idxNode = newIntTypeNode__ast_3783(((NI64) (idx)), T14_); in N_NIMCALL()
17179 add__ast_4797(result, idxNode); in N_NIMCALL()

123