HomeSort by relevance Sort by last modified time
    Searched defs:newRoot (Results 1 - 25 of 31) sorted by null

1 2

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeException.h 33 id<ANTLRTree> newRoot;
36 + (id) exceptionWithOldRoot:(id<ANTLRTree>)theOldRoot newRoot:(id<ANTLRTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
37 - (id) initWithOldRoot:(id<ANTLRTree>)theOldRoot newRoot:(id<ANTLRTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeException.h 33 id<ANTLRTree> newRoot;
36 + (id) exceptionWithOldRoot:(id<ANTLRTree>)theOldRoot newRoot:(id<ANTLRTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
37 - (id) initWithOldRoot:(id<ANTLRTree>)theOldRoot newRoot:(id<ANTLRTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeException.h 33 id<ANTLRTree> newRoot;
36 + (id) exceptionWithOldRoot:(id<ANTLRTree>)theOldRoot newRoot:(id<ANTLRTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
37 - (id) initWithOldRoot:(id<ANTLRTree>)theOldRoot newRoot:(id<ANTLRTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeException.h 33 id<ANTLRBaseTree> newRoot;
36 + (id) newException:(id<ANTLRBaseTree>)theOldRoot newRoot:(id<ANTLRBaseTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
37 - (id) initWithOldRoot:(id<ANTLRBaseTree>)theOldRoot newRoot:(id<ANTLRBaseTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTrees.java 169 CommonTree newRoot = new CommonTree(new CommonToken(5));
177 adaptor.becomeRoot(newRoot, oldRoot);
178 newRoot.sanityCheckParentAndChildIndexes();
183 CommonTree newRoot = new CommonTree(new CommonToken(5));
190 adaptor.becomeRoot(newRoot, oldRoot);
191 newRoot.sanityCheckParentAndChildIndexes();
196 CommonTree newRoot = new CommonTree((Token)null);
197 newRoot.addChild(new CommonTree(new CommonToken(5)));
205 adaptor.becomeRoot(newRoot, oldRoot);
206 newRoot.sanityCheckParentAndChildIndexes()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
PasswordGeneratorButtonElement.cpp 65 ShadowRoot* newRoot = 0;
67 newRoot = existingRoot;
71 if (newRoot) {
72 newRoot->removeChild(newRoot->firstChild());
78 newRoot = input->ensureShadow()->addShadowRoot(input, ShadowRoot::UserAgentShadowRoot);
80 decorationRoot = newRoot;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java 188 Element newRoot = elements.get(0);
193 setAttribute(rootEdit, newRoot, attribute.getNamespaceURI(),
  /external/chromium_org/third_party/skia/src/core/
SkRTree.cpp 75 Node* newRoot = this->allocateNode(oldRoot->fLevel + 1);
76 newRoot->fNumChildren = 2;
77 *newRoot->child(0) = fRoot;
78 *newRoot->child(1) = *newSibling;
79 fRoot.fChild.subtree = newRoot;
  /external/skia/src/core/
SkRTree.cpp 75 Node* newRoot = this->allocateNode(oldRoot->fLevel + 1);
76 newRoot->fNumChildren = 2;
77 *newRoot->child(0) = fRoot;
78 *newRoot->child(1) = *newSibling;
79 fRoot.fChild.subtree = newRoot;
  /external/guava/guava-tests/test/com/google/common/collect/
BstOperationsTest.java 393 SimpleNode newRoot = BstOperations.insertMin(d, a, nodeFactory, balancePolicy);
394 assertInOrderTraversalIs(newRoot, "abcdfg");
409 SimpleNode newRoot = BstOperations.insertMin(d, a, nodeFactory, balancePolicy);
410 assertInOrderTraversalIs(newRoot, "abdfg");
415 SimpleNode newRoot = BstOperations.insertMin(null, a, nodeFactory, balancePolicy);
416 assertInOrderTraversalIs(newRoot, "a");
432 SimpleNode newRoot = BstOperations.insertMax(d, h, nodeFactory, balancePolicy);
433 assertInOrderTraversalIs(newRoot, "bcdfgh");
448 SimpleNode newRoot = BstOperations.insertMax(d, h, nodeFactory, balancePolicy);
449 assertInOrderTraversalIs(newRoot, "bdefh")
    [all...]
  /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/chromium_org/third_party/libxml/src/
parser.c     [all...]
  /external/libxml2/
parser.c     [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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.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 

Completed in 604 milliseconds

1 2