/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/ |
H A D | ComparisonVisitor.kt | 116 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 D | antlr3commontree.c | 234 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 D | antlr3basetree.c | 263 pANTLR3_BASE_TREE newTree; in dupTree() local 343 …_TREE parent, ANTLR3_INT32 startChildIndex, ANTLR3_INT32 stopChildIndex, pANTLR3_BASE_TREE newTree) in replaceChildren()
|
H A D | antlr3basetreeadaptor.c | 469 pANTLR3_BASE_TREE newTree; in dupTreeTT() local
|
/aosp_15_r20/external/antlr/runtime/Cpp/include/ |
H A D | antlr3commontree.inl | 171 …raits>::replaceChildren(ANTLR_INT32 startChildIndex, ANTLR_INT32 stopChildIndex, TreeType* newTree) 293 TreeType* newTree; local
|
H A D | antlr3commontreeadaptor.inl | 23 TreeType* newTree; local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/ |
H A D | Region.java | 83 Region<S> buildNew(BSPTree<S> newTree); in buildNew()
|
H A D | AbstractRegion.java | 183 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 D | TreeRewriter.java | 104 public void reportTransformation(Object oldTree, Object newTree) { in reportTransformation()
|
H A D | BaseTreeAdaptor.java | 89 Object newTree = dupNode(t); in dupTree() local
|
H A D | BaseTree.java | 205 BaseTree newTree = (BaseTree)t; in replaceChildren() local
|
/aosp_15_r20/external/skia/infra/bots/gen_tasks_logic/ |
H A D | compile_cas.go | 207 func newTree() *tree { func
|
/aosp_15_r20/external/antlr/runtime/C/include/ |
H A D | antlr3commontree.h | 151 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 D | ObjectWithCreator1261Test.java | 81 JsonNode newTree = mapper.readTree(reserializedAnswerString); in testObjectIds1261() local
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/ |
H A D | CommonTree.m | 43 + (CommonTree *)newTree class
|
H A D | BaseTree.m | 64 + newTree class
|
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | RopeByteString.java | 692 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 D | RopeByteString.java | 692 ByteString newTree = prefixesStack.pop(); in insert() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/ |
D | graph.go | 405 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/ |
D | DateTimeFormatterBuilder.java | 4573 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/ |
D | DateTimeFormatterBuilder.java | 4573 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 D | DateTimeFormatterBuilder.java | 4573 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 D | Device.cpp | 341 IntersectionTree* newTree = this->makeTree(); in add() local
|
/aosp_15_r20/external/antlr/runtime/Python/antlr3/ |
H A D | tree.py | 793 def replaceChildren(self, startChildIndex, stopChildIndex, newTree): argument
|
/aosp_15_r20/external/antlr/runtime/Python3/antlr3/ |
H A D | tree.py | 789 def replaceChildren(self, startChildIndex, stopChildIndex, newTree): argument
|