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

  /external/chromium_org/base/
tracked_objects.h 711 std::vector<ParentChildPairSnapshot> descendants; member in struct:tracked_objects::ProcessDataSnapshot
    [all...]
  /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/chromium_org/cc/trees/
layer_tree_host_common.cc 319 // A layer and its descendants should render onto a new RenderSurfaceImpl if
364 // If the layer clips its descendants but it is not axis-aligned with respect
586 // container for any fixed-position descendants.
1448 LayerListType& descendants = local
    [all...]
  /external/chromium_org/sync/syncable/
directory.cc 323 const OrderedChildSet* descendants = local
325 if (!descendants)
329 child_sets->push_back(descendants);
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 279 milliseconds