Home
last modified time | relevance | path

Searched defs:newChildren (Results 1 – 9 of 9) sorted by relevance

/external/antlr/tool/src/test/java/org/antlr/test/
DTestTrees.java306 CommonTree newChildren = (CommonTree)adaptor.nil(); in testReplaceOneWithTwoAtLeft() local
322 CommonTree newChildren = (CommonTree)adaptor.nil(); in testReplaceOneWithTwoAtRight() local
338 CommonTree newChildren = (CommonTree)adaptor.nil(); in testReplaceOneWithTwoInMiddle() local
396 CommonTree newChildren = (CommonTree)adaptor.nil(); in testReplaceAllWithTwo() local
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dgroup-constructors.js68 _reparent: function(newChildren) { argument
/external/antlr/runtime/C/src/
Dantlr3basetree.c353 pANTLR3_VECTOR newChildren; // Iterator for whatever we are going to add in in replaceChildren() local
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DBaseTree.java206 List<Object> newChildren; in replaceChildren() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowRegionalVariants.java280 Set<CLDRLocale> newChildren = parentToChildren.get(locale); in showInheritance() local
/external/antlr/runtime/Cpp/include/
Dantlr3commontree.inl191 ChildrenType* newChildren; // Iterator for whatever we are going to add in local
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Polygon.java958 List<S2Loop> newChildren = loopMap.get(newLoop); in insertLoop() local
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DIntermRebuild.cpp261 TIntermSequence newChildren; in traverseAggregateBaseChildren() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java1176 Set<String> newChildren = newElement2Children in TestBasicDTDCompatibility() local