Home
last modified time | relevance | path

Searched defs:newTree (Results 1 – 21 of 21) sorted by relevance

/external/antlr/runtime/C/src/
Dantlr3commontree.c234 pANTLR3_BASE_TREE newTree; in newFromTree() local
254 pANTLR3_BASE_TREE newTree; in newFromToken() local
374 pANTLR3_COMMON_TREE newTree; in antlr3CommonTreeNewFromToken() local
Dantlr3basetree.c263 pANTLR3_BASE_TREE newTree; in dupTree() local
343 …_TREE parent, ANTLR3_INT32 startChildIndex, ANTLR3_INT32 stopChildIndex, pANTLR3_BASE_TREE newTree) in replaceChildren()
Dantlr3basetreeadaptor.c469 pANTLR3_BASE_TREE newTree; in dupTreeTT() local
/external/antlr/runtime/Cpp/include/
Dantlr3commontree.inl171 …raits>::replaceChildren(ANTLR_INT32 startChildIndex, ANTLR_INT32 stopChildIndex, TreeType* newTree)
293 TreeType* newTree; local
Dantlr3commontreeadaptor.inl23 TreeType* newTree; local
/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/
DRegion.java83 Region<S> buildNew(BSPTree<S> newTree); in buildNew()
DAbstractRegion.java183 public abstract AbstractRegion<S, T> buildNew(BSPTree<S> newTree); in buildNew()
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeRewriter.java104 public void reportTransformation(Object oldTree, Object newTree) { in reportTransformation()
DBaseTree.java205 BaseTree newTree = (BaseTree)t; in replaceChildren() local
DBaseTreeAdaptor.java89 Object newTree = dupNode(t); in dupTree() local
/external/skia/infra/bots/gen_tasks_logic/
Dcompile_cas.go207 func newTree() *tree { func
/external/antlr/runtime/C/include/
Dantlr3commontree.h151 pANTLR3_BASE_TREE (*newTree) (struct ANTLR3_ARBORETUM_struct * factory); member
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/
DObjectWithCreator1261Test.java81 JsonNode newTree = mapper.readTree(reserializedAnswerString); in testObjectIds1261() local
/external/antlr/runtime/ObjC/Framework/
DCommonTree.m43 + (CommonTree *)newTree class
DBaseTree.m64 + newTree class
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java692 ByteString newTree = prefixesStack.pop(); in insert() local
/external/cronet/stable/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java692 ByteString newTree = prefixesStack.pop(); in insert() local
/external/cronet/tot/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java692 ByteString newTree = prefixesStack.pop(); in insert() local
/external/skia/src/gpu/graphite/
DDevice.cpp341 IntersectionTree* newTree = this->makeTree(); in add() local
/external/antlr/runtime/Python/antlr3/
Dtree.py793 def replaceChildren(self, startChildIndex, stopChildIndex, newTree): argument
/external/antlr/runtime/Python3/antlr3/
Dtree.py789 def replaceChildren(self, startChildIndex, stopChildIndex, newTree): argument