HomeSort by relevance Sort by last modified time
    Searched refs:newRoot (Results 51 - 75 of 82) sorted by null

1 23 4

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeAdaptor.h 76 /** If oldRoot is a nil root, just copy or move the children to newRoot.
77 * If not a nil root, make oldRoot a child of newRoot.
82 * If newRoot is a nil-rooted single child tree, use the single
88 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
93 * Return newRoot. Throw an exception if newRoot is not a
95 * node. If newRoot is ^(nil x) return x as newRoot.
97 * Be advised that it's ok for newRoot to point at oldRoot's
102 - (id) becomeRoot:(id<ANTLRTree>)newRoot old:(id<ANTLRTree>)oldRoot
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 336 public override void BecomeRoot(object newRoot, object oldRoot) {
337 int newRootID = adaptor.GetUniqueID(newRoot);
RemoteDebugEventSocketListener.cs 473 ProxyTree newRoot = new ProxyTree(newRootID);
475 listener.BecomeRoot(newRoot, oldRoot);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 381 public override void BecomeRoot( object newRoot, object oldRoot )
383 int newRootID = adaptor.GetUniqueID( newRoot );
RemoteDebugEventSocketListener.cs 615 ProxyTree newRoot = new ProxyTree( newRootID );
617 listener.BecomeRoot( newRoot, oldRoot );
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
RemoteDebugEventSocketListener.java 409 ProxyTree newRoot = new ProxyTree(newRootID);
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)
1017 sprintf(buffer, "becomeRoot\t%d\t%d\n", delboy->adaptor->getUniqueID(delboy->adaptor, newRoot),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 766 private CanvasViewInfo findCorresponding(CanvasViewInfo old, CanvasViewInfo newRoot) {
769 CanvasViewInfo newParent = findCorresponding(oldParent, newRoot);
792 return newRoot;
    [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.
142 /// If newRoot is a nil-rooted single child tree, use the single
148 /// If oldRoot was null, it's ok, just return newRoot (even if isNil).
153 /// Return newRoot. Throw an exception if newRoot is not a
155 /// node. If newRoot is ^(nil x) return x as newRoot.
157 /// Be advised that it's ok for newRoot to point at oldRoot's
162 function BecomeRoot(const NewRoot, OldRoot: IANTLRInterface): IANTLRInterface; overload
    [all...]
  /external/chromium_org/third_party/libxml/src/
parser.c     [all...]
  /external/libxml2/
parser.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 621 void markContainingBlocksForLayout(bool scheduleRelayout = true, RenderObject* newRoot = 0, SubtreeLayoutScope* = 0);
    [all...]
RenderObject.cpp 661 void RenderObject::markContainingBlocksForLayout(bool scheduleRelayout, RenderObject* newRoot, SubtreeLayoutScope* layouter)
663 ASSERT(!scheduleRelayout || !newRoot);
711 if (object == newRoot)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
  /external/guava/guava/lib/
jdiff.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
sdklib.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 1486 milliseconds

1 23 4