HomeSort by relevance Sort by last modified time
    Searched defs:descendants (Results 1 - 4 of 4) sorted by null

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarAST.java 355 public static List<Tree> descendants(Tree root){ method in class:GrammarAST
356 return descendants(root, false);
359 public static List<Tree> descendants(Tree root, boolean insertDownUpNodes){ method in class:GrammarAST
369 for (Tree subchild : descendants(child, true))
378 for (Tree subchild : descendants(child, false))
392 List<Tree> descendants = descendants(this); local
393 for (Tree child : descendants) {
449 Iterator<Tree> thisDescendants = descendants(this, true).iterator();
450 Iterator<Tree> otherDescendants = descendants(other, true).iterator()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.cpp 596 // The layer and its descendants render on a new RenderSurface if any of
598 // 1. The layer clips its descendants and its transform is not a simple translation.
727 LayerList& descendants = (drawLayer->renderSurface() ? drawLayer->renderSurface()->m_layerList : layerList); local
728 descendants.append(drawLayer);
729 unsigned thisLayerIndex = descendants.size() - 1;
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 48 milliseconds