HomeSort by relevance Sort by last modified time
    Searched refs:oldRoot (Results 51 - 62 of 62) sorted by null

1 23

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 381 public override void BecomeRoot( object newRoot, object oldRoot )
384 int oldRootID = adaptor.GetUniqueID( oldRoot );
RemoteDebugEventSocketListener.cs 616 ProxyTree oldRoot = new ProxyTree( oldRootID );
617 listener.BecomeRoot( newRoot, oldRoot );
  /external/webkit/Source/WebCore/dom/
Element.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
RemoteDebugEventSocketListener.cs 474 ProxyTree oldRoot = new ProxyTree(oldRootID);
475 listener.BecomeRoot(newRoot, oldRoot);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
RemoteDebugEventSocketListener.java 410 ProxyTree oldRoot = new ProxyTree(oldRootID);
411 listener.becomeRoot(newRoot, oldRoot);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3debughandlers.c 84 static void becomeRoot (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE newRoot, pANTLR3_BASE_TREE oldRoot);
1013 becomeRoot (pANTLR3_DEBUG_EVENT_LISTENER delboy, pANTLR3_BASE_TREE newRoot, pANTLR3_BASE_TREE oldRoot)
1018 delboy->adaptor->getUniqueID(delboy->adaptor, oldRoot)
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 361 def becomeRoot(self, newRoot, oldRoot):
363 If oldRoot is a nil root, just copy or move the children to newRoot.
364 If not a nil root, make oldRoot a child of newRoot.
375 If oldRoot was null, it's ok, just return newRoot (even if isNil).
384 Be advised that it's ok for newRoot to point at oldRoot's
1037 def becomeRoot(self, newRoot, oldRoot):
1039 If oldRoot is a nil root, just copy or move the children to newRoot.
1040 If not a nil root, make oldRoot a child of newRoot.
1051 If oldRoot was null, it's ok, just return newRoot (even if isNil).
1060 Be advised that it's ok for newRoot to point at oldRoot'
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 134 /// If oldRoot is a nil root, just copy or move the children to newRoot.
135 /// If not a nil root, make oldRoot a child of newRoot.
148 /// If oldRoot was null, it's ok, just return newRoot (even if isNil).
157 /// Be advised that it's ok for newRoot to point at oldRoot's
162 function BecomeRoot(const NewRoot, OldRoot: IANTLRInterface): IANTLRInterface; overload;
203 /// Create a node for newRoot make it the root of oldRoot.
204 /// If oldRoot is a nil root, just copy or move the children to newRoot.
205 /// If not a nil root, make oldRoot a child of newRoot.
209 function BecomeRoot(const NewRoot: IToken; const OldRoot: IANTLRInterface): IANTLRInterface; overload;
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 1184 milliseconds

1 23