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

1 2 3

  /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/skia/src/gpu/gl/
GrGLNameAllocator.cpp 248 SparseNameTree* newRoot = static_cast<SparseNameTree*>((this->*Tall).detach());
250 (this->*Tall).reset((newRoot->*Short).detach());
253 (newRoot->*Short).reset(this->takeRef());
254 newRoot->updateStats();
256 return newRoot;
  /external/skia/src/gpu/gl/
GrGLNameAllocator.cpp 248 SparseNameTree* newRoot = static_cast<SparseNameTree*>((this->*Tall).detach());
250 (this->*Tall).reset((newRoot->*Short).detach());
253 (newRoot->*Short).reset(this->takeRef());
254 newRoot->updateStats();
256 return 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/skia/src/core/
SkRTree.cpp 73 Node* newRoot = this->allocateNode(oldRoot->fLevel + 1);
74 newRoot->fNumChildren = 2;
75 *newRoot->child(0) = fRoot;
76 *newRoot->child(1) = *newSibling;
77 fRoot.fChild.subtree = newRoot;
  /external/chromium_org/third_party/skia/src/core/
SkRTree.cpp 80 Node* newRoot = this->allocateNode(oldRoot->fLevel + 1);
81 newRoot->fNumChildren = 2;
82 *newRoot->child(0) = fRoot;
83 *newRoot->child(1) = *newSibling;
84 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);
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.1.v20140221-1852.jar 
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director_2.3.0.v20130526-0335.jar 
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.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 

Completed in 623 milliseconds

1 2 3