Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Drvlc.cpp251 UINT treeNode; in rvlcDecodeEscapeWord() local
372 UINT treeNode = *pRvlCodeTree; in decodeRVLCodeword() local
Daacdec_hcrs.cpp589 UINT treeNode; in Hcr_State_BODY_ONLY() local
726 UINT treeNode; in Hcr_State_BODY_SIGN__BODY() local
977 UINT treeNode; in Hcr_State_BODY_SIGN_ESC__BODY() local
Daacdec_hcr.cpp1314 void CarryBitToBranchValue(UCHAR carryBit, UINT treeNode, UINT *branchValue, in CarryBitToBranchValue()
1341 UINT treeNode; in DecodePCW_Body() local
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeAdaptor.java57 public Object dupNode(Object treeNode); in dupNode()
/external/antlr/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/runtime/C/src/
Dantlr3commontreeadaptor.c253 dupNode (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE treeNode) in dupNode()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs100 public virtual object DupNode(object treeNode) { in DupNode()
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
DDebugTreeAdaptor.java100 public Object dupNode(Object treeNode) { in dupNode()
/external/antlr/runtime/Cpp/include/
Dantlr3commontreeadaptor.inl233 …ommonTreeAdaptor<ImplTraits>::TreeType* CommonTreeAdaptor<ImplTraits>::dupNode( TreeType* treeNode)
/external/antlr/runtime/Python3/antlr3/
Dtree.py298 def dupNode(self, treeNode): argument
1479 def dupNode(self, treeNode): argument
Ddebug.py273 def dupNode(self, treeNode): argument
/external/antlr/runtime/Python/antlr3/
Dtree.py298 def dupNode(self, treeNode): argument
1488 def dupNode(self, treeNode): argument
Ddebug.py266 def dupNode(self, treeNode): argument