Home
last modified time | relevance | path

Searched defs:treeNode (Results 1 – 15 of 15) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DITreeAdaptor.cs116 object DupNode(object treeNode); in DupNode()
118 object DupNode(int type, object treeNode); in DupNode()
120 object DupNode(object treeNode, string text); in DupNode()
122 object DupNode(int type, object treeNode, string text); in DupNode()
DBaseTreeAdaptor.cs87 public virtual object DupNode(int type, object treeNode) in DupNode()
94 public virtual object DupNode(object treeNode, string text) in DupNode()
101 public virtual object DupNode(int type, object treeNode, string text) in DupNode()
405 public virtual object DupNode(object treeNode) in DupNode()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeAdaptor.cs110 public virtual object DupNode( object treeNode ) in DupNode()
117 public object DupNode(int type, object treeNode) in DupNode()
124 public object DupNode(object treeNode, string text) in DupNode()
131 public object DupNode(int type, object treeNode, string text) in DupNode()
/external/aac/libAACdec/src/
Drvlc.cpp231 UINT treeNode; in rvlcDecodeEscapeWord() local
355 UINT treeNode = *pRvlCodeTree; in decodeRVLCodeword() local
Daacdec_hcrs.cpp524 UINT treeNode; in Hcr_State_BODY_ONLY() local
648 UINT treeNode; in Hcr_State_BODY_SIGN__BODY() local
876 UINT treeNode; in Hcr_State_BODY_SIGN_ESC__BODY() local
Daacdec_hcr.cpp1355 UINT treeNode, in CarryBitToBranchValue()
1386 UINT treeNode; in DecodePCW_Body() local
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeAdaptor.java57 public Object dupNode(Object treeNode); in dupNode()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
DITreeAdaptor`1.cs54 T DupNode(T treeNode); in DupNode()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITreeAdaptor.cs66 object DupNode(object treeNode); in DupNode()
DBaseTreeAdaptor.cs306 public abstract object DupNode(object treeNode); in DupNode()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs100 public virtual object DupNode(object treeNode) { in DupNode()
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3commontreeadaptor.c253 dupNode (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE treeNode) in dupNode()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DDebugTreeAdaptor.java96 public Object dupNode(Object treeNode) { in dupNode()
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Dtree.py298 def dupNode(self, treeNode): argument
1488 def dupNode(self, treeNode): argument
Ddebug.py266 def dupNode(self, treeNode): argument