HomeSort by relevance Sort by last modified time
    Searched refs:newRoot (Results 1 - 18 of 18) sorted by null

  /external/antlr/src/org/antlr/runtime/tree/
TreeAdaptor.java 96 /** If oldRoot is a nil root, just copy or move the children to newRoot.
97 * If not a nil root, make oldRoot a child of newRoot.
102 * If newRoot is a nil-rooted single child tree, use the single
108 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
113 * Return newRoot. Throw an exception if newRoot is not a
115 * node. If newRoot is ^(nil x) return x as newRoot.
117 * Be advised that it's ok for newRoot to point at oldRoot's
122 public Object becomeRoot(Object newRoot, Object oldRoot)
    [all...]
BaseTreeAdaptor.java 111 /** If oldRoot is a nil root, just copy or move the children to newRoot.
112 * If not a nil root, make oldRoot a child of newRoot.
117 * If newRoot is a nil-rooted single child tree, use the single
123 * If oldRoot was null, it's ok, just return newRoot (even if isNil).
128 * Return newRoot. Throw an exception if newRoot is not a
130 * node. If newRoot is ^(nil x) return x as newRoot.
132 * Be advised that it's ok for newRoot to point at oldRoot's
137 public Object becomeRoot(Object newRoot, Object oldRoot)
    [all...]
  /external/antlr/src/org/antlr/runtime/debug/
DebugTreeAdaptor.java 120 public Object becomeRoot(Object newRoot, Object oldRoot) {
121 Object n = adaptor.becomeRoot(newRoot, oldRoot);
122 dbg.becomeRoot(newRoot, oldRoot);
135 public Object becomeRoot(Token newRoot, Object oldRoot) {
136 Object n = this.create(newRoot);
138 dbg.becomeRoot(newRoot, oldRoot);
DebugEventRepeater.java 83 public void becomeRoot(Object newRoot, Object oldRoot) { listener.becomeRoot(newRoot, oldRoot); }
TraceDebugEventListener.java 81 public void becomeRoot(Object newRoot, Object oldRoot) {
82 System.out.println("becomeRoot "+adaptor.getUniqueID(newRoot)+", "+
BlankDebugEventListener.java 72 public void becomeRoot(Object newRoot, Object oldRoot) {}
DebugEventListener.java 293 * than the TreeAdaptor.becomeRoot() newRoot parameter.
306 public void becomeRoot(Object newRoot, Object oldRoot);
DebugEventHub.java 272 public void becomeRoot(Object newRoot, Object oldRoot) {
275 listener.becomeRoot(newRoot, oldRoot);
DebugEventSocketProxy.java 302 public void becomeRoot(Object newRoot, Object oldRoot) {
303 int newRootID = adaptor.getUniqueID(newRoot);
RemoteDebugEventSocketListener.java 409 ProxyTree newRoot = new ProxyTree(newRootID);
411 listener.becomeRoot(newRoot, oldRoot);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SdkRepoSource.java 241 Element newRoot = newDoc.createElementNS(ns, getRootElementName());
242 newRoot.setPrefix(prefix);
243 newDoc.appendChild(newRoot);
393 duplicateNode(newRoot, element, SdkRepoConstants.NS_URI, prefix);
441 // newRoot.appendChild(newDoc.importNode(oldNode, deep=true))
  /external/jdiff/src/jdiff/
JDiff.java 41 protected boolean startGeneration(RootDoc newRoot) {
47 RootDocToXML.writeXML(newRoot);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java 181 Element newRoot = elements.get(0);
186 setAttribute(rootEdit, newRoot, attribute.getNamespaceURI(),
  /external/markdown/markdown/
__init__.py 395 newRoot = treeprocessor.run(root)
396 if newRoot:
397 root = newRoot
  /external/webkit/Source/WebCore/rendering/
RenderObject.h 483 void markContainingBlocksForLayout(bool scheduleRelayout = true, RenderObject* newRoot = 0);
    [all...]
  /external/webkit/Source/WebCore/dom/
Element.cpp     [all...]
  /external/libxml2/
parser.c     [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 128 milliseconds