Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestTrees.java309 CommonTree newChildren = (CommonTree)adaptor.nil(); in testReplaceOneWithTwoAtLeft() local
325 CommonTree newChildren = (CommonTree)adaptor.nil(); in testReplaceOneWithTwoAtRight() local
341 CommonTree newChildren = (CommonTree)adaptor.nil(); in testReplaceOneWithTwoInMiddle() local
399 CommonTree newChildren = (CommonTree)adaptor.nil(); in testReplaceAllWithTwo() local
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3basetree.c349 pANTLR3_VECTOR newChildren; // Iterator for whatever we are going to add in in replaceChildren() local
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DBaseTree.java193 List newChildren = null; in replaceChildren() local
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.cpp103 bool GraphicsLayer::setChildren(const Vector<GraphicsLayer*>& newChildren) in setChildren()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp704 QSet<QGraphicsItem*> newChildren; in flushChanges() local