Searched defs:treeNode (Results 1 - 16 of 16) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontreeadaptor.c46 static pANTLR3_BASE_TREE dupNode (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE treeNode);
253 dupNode (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE treeNode) argument
255 return treeNode == NULL ? NULL : treeNode->dupNode(treeNode);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs100 public virtual object DupNode(object treeNode) { argument
101 object d = adaptor.DupNode(treeNode);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTreeAdaptor.cs306 public abstract object DupNode(object treeNode); argument
H A DITreeAdaptor.cs66 object DupNode(object treeNode); argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTreeAdaptor.cs87 public virtual object DupNode(int type, object treeNode) argument
89 object t = DupNode(treeNode);
94 public virtual object DupNode(object treeNode, string text) argument
96 object t = DupNode(treeNode);
101 public virtual object DupNode(int type, object treeNode, string text) argument
103 object t = DupNode(treeNode);
405 public virtual object DupNode(object treeNode) argument
407 ITree tree = GetTree(treeNode);
H A DITreeAdaptor.cs116 object DupNode(object treeNode); argument
118 object DupNode(int type, object treeNode); argument
120 object DupNode(object treeNode, string text); argument
122 object DupNode(int type, object treeNode, string text); argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeAdaptor.cs110 public virtual object DupNode( object treeNode )
112 object d = adaptor.DupNode( treeNode );
117 public object DupNode(int type, object treeNode) argument
119 object d = adaptor.DupNode(type, treeNode);
124 public object DupNode(object treeNode, string text) argument
126 object d = adaptor.DupNode(treeNode, text);
131 public object DupNode(int type, object treeNode, string text) argument
133 object d = adaptor.DupNode(type, treeNode, text);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs54 T DupNode(T treeNode); argument
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugTreeAdaptor.java96 public Object dupNode(Object treeNode) { argument
97 Object d = adaptor.dupNode(treeNode);
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeAdaptor.java57 public Object dupNode(Object treeNode); argument
/external/aac/libAACdec/src/
H A Drvlc.cpp231 UINT treeNode; local
240 treeNode = *pEscTree; /* init at starting node */
248 treeNode,
264 treeNode = *(pEscTree + branchValue); /* update treeNode for further step in decoding tree */
355 UINT treeNode = *pRvlCodeTree; local
363 treeNode,
394 treeNode = *(pRvlCodeTree + branchValue); /* update treeNode for further step in decoding tree */
H A Daacdec_hcrs.cpp524 UINT treeNode; local
553 treeNode = iNode[codewordOffset];
565 treeNode,
587 treeNode = *(pCurrentTree + branchValue); /* update treeNode for further step in decoding tree */
590 iNode[codewordOffset] = treeNode; /* store updated treeNode because maybe decoding of codeword body not finished yet */
648 UINT treeNode; local
674 treeNode = iNode[codewordOffset];
686 treeNode,
876 UINT treeNode; local
[all...]
H A Daacdec_hcr.cpp1355 UINT treeNode,
1360 *branchNode = (treeNode & MASK_LEFT) >> LEFT_OFFSET; /* MASK_LEFT: 00FFF000 */
1363 *branchNode = treeNode & MASK_RIGHT; /* MASK_RIGHT: 00000FFF */
1386 UINT treeNode; local
1391 treeNode = *pCurrentTree; /* get first node of current tree belonging to current codebook */
1404 treeNode,
1412 treeNode = *(pCurrentTree + branchValue); /* update treeNode for further step in decoding tree */
1354 CarryBitToBranchValue(UCHAR carryBit, UINT treeNode, UINT *branchValue, UINT *branchNode) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1445 milliseconds