Home
last modified time | relevance | path

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

12345678910>>...14

/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
H A DComparisonVisitor.kt116 val newTree = createTree(new, filter) in pop() constant
135 val newTree = createTree(new, filter) in pop() constant
164 val newTree = newList[index2] in pop() constant
243 val newTree = newList[index2++] in pop() constant
/aosp_15_r20/external/antlr/runtime/C/src/
H A 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
H A Dantlr3basetree.c263 pANTLR3_BASE_TREE newTree; in dupTree() local
343 …_TREE parent, ANTLR3_INT32 startChildIndex, ANTLR3_INT32 stopChildIndex, pANTLR3_BASE_TREE newTree) in replaceChildren()
H A Dantlr3basetreeadaptor.c469 pANTLR3_BASE_TREE newTree; in dupTreeTT() local
/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3commontree.inl171 …raits>::replaceChildren(ANTLR_INT32 startChildIndex, ANTLR_INT32 stopChildIndex, TreeType* newTree)
293 TreeType* newTree; local
H A Dantlr3commontreeadaptor.inl23 TreeType* newTree; local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/
H A DRegion.java83 Region<S> buildNew(BSPTree<S> newTree); in buildNew()
H A DAbstractRegion.java183 public abstract AbstractRegion<S, T> buildNew(BSPTree<S> newTree); in buildNew()
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeRewriter.java104 public void reportTransformation(Object oldTree, Object newTree) { in reportTransformation()
H A DBaseTreeAdaptor.java89 Object newTree = dupNode(t); in dupTree() local
H A DBaseTree.java205 BaseTree newTree = (BaseTree)t; in replaceChildren() local
/aosp_15_r20/external/skia/infra/bots/gen_tasks_logic/
H A Dcompile_cas.go207 func newTree() *tree { func
/aosp_15_r20/external/antlr/runtime/C/include/
H A Dantlr3commontree.h151 pANTLR3_BASE_TREE (*newTree) (struct ANTLR3_ARBORETUM_struct * factory); member
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/
H A DObjectWithCreator1261Test.java81 JsonNode newTree = mapper.readTree(reserializedAnswerString); in testObjectIds1261() local
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/
H A DCommonTree.m43 + (CommonTree *)newTree class
H A DBaseTree.m64 + newTree class
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DRopeByteString.java692 ByteString newTree = prefixesStack.pop(); in insert() local
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DRopeByteString.java692 ByteString newTree = prefixesStack.pop(); in insert() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
Dgraph.go405 func newTree(prof *profile.Profile, o *Options) (g *Graph) { func
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/17/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java4573 public static PrefixTree newTree(DateTimeParseContext context) { in newTree() method in PrefixTree
4590 public static PrefixTree newTree(Set<String> keys, DateTimeParseContext context) { in newTree() method in PrefixTree
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java4573 public static PrefixTree newTree(DateTimeParseContext context) { in newTree() method in PrefixTree
4590 public static PrefixTree newTree(Set<String> keys, DateTimeParseContext context) { in newTree() method in PrefixTree
/aosp_15_r20/libcore/ojluni/src/main/java/java/time/format/
H A DDateTimeFormatterBuilder.java4573 public static PrefixTree newTree(DateTimeParseContext context) { in newTree() method in PrefixTree
4590 public static PrefixTree newTree(Set<String> keys, DateTimeParseContext context) { in newTree() method in PrefixTree
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DDevice.cpp341 IntersectionTree* newTree = this->makeTree(); in add() local
/aosp_15_r20/external/antlr/runtime/Python/antlr3/
H A Dtree.py793 def replaceChildren(self, startChildIndex, stopChildIndex, newTree): argument
/aosp_15_r20/external/antlr/runtime/Python3/antlr3/
H A Dtree.py789 def replaceChildren(self, startChildIndex, stopChildIndex, newTree): argument

12345678910>>...14