HomeSort by relevance Sort by last modified time
    Searched full:subtree (Results 101 - 125 of 549) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 299 * Retrieves the object that is the root of the subtree at hdfpath, returning null if the subtree
313 * Retrieves the HDF object that is the root of the subtree at hdfpath, create the subtree if it
359 * Remove the specified subtree.
  /external/clang/lib/Rewrite/Core/
RewriteRope.cpp 104 /// If there is no space in this subtree for the extra piece, the extra tree
112 /// If there is no space in this subtree for the extra piece, the extra tree
205 /// If there is no space in this subtree for the extra piece, the extra tree
213 /// If there is no space in this subtree for the extra piece, the extra tree
232 /// If there is no space in this subtree for the extra piece, the extra tree
273 /// If there is no space in this subtree for the extra piece, the extra tree
437 /// If there is no space in this subtree for the extra piece, the extra tree
446 /// If there is no space in this subtree for the extra piece, the extra tree
468 /// If there is no space in this subtree for the extra piece, the extra tree
494 /// If there is no space in this subtree for the extra piece, the extra tre
    [all...]
  /external/chromium_org/v8/tools/
profile.js 322 var subTree = tree.cloneSubtree(opt_label);
323 subTree.computeTotalWeights();
324 return subTree;
583 * Creates a subtree by cloning and merging all subtrees rooted at nodes
599 var subTree = new CallTree();
604 var child = (parent ? parent : subTree).findOrAddChild(node.label);
608 return subTree;
  /external/v8/tools/
profile.js 322 var subTree = tree.cloneSubtree(opt_label);
323 subTree.computeTotalWeights();
324 return subTree;
583 * Creates a subtree by cloning and merging all subtrees rooted at nodes
599 var subTree = new CallTree();
604 var child = (parent ? parent : subTree).findOrAddChild(node.label);
608 return subTree;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.cpp 663 static inline void removeDisallowedElementsFromSubtree(Element* subtree)
665 ASSERT(!subtree->inDocument());
666 Element* element = ElementTraversal::firstWithin(subtree);
669 Element* next = ElementTraversal::nextSkippingChildren(element, subtree);
670 // The subtree is not in document so this won't generate events that could mutate the tree.
674 element = ElementTraversal::next(element, subtree);
689 // Though if there are disallowed elements in the subtree, we have to remove them.
733 // Though if there are disallowed elements in the subtree, we have to remove them.
778 // Though if there are disallowed elements in the subtree, we have to remove them.
    [all...]
SVGGElement.cpp 92 // subtree may be hidden - we only want the resource renderers to exist so they can be
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs 134 * Given the root of the subtree created for this rule, post process
259 /** <summary>Get the token start index for this subtree; return -1 if no such index</summary> */
262 /** <summary>Get the token stop index for this subtree; return -1 if no such index</summary> */
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h 239 * seems to be uniquely triggered when starting a new subtree
259 * only when the current subrule (or rule) subtree is
270 /** Set the token start/stop token index for a subtree root or node */
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h 239 * seems to be uniquely triggered when starting a new subtree
259 * only when the current subrule (or rule) subtree is
270 /** Set the token start/stop token index for a subtree root or node */
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h 239 * seems to be uniquely triggered when starting a new subtree
259 * only when the current subrule (or rule) subtree is
270 /** Set the token start/stop token index for a subtree root or node */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventListener.h 239 * seems to be uniquely triggered when starting a new subtree
259 * only when the current subrule (or rule) subtree is
270 /** Set the token start/stop token index for a subtree root or node */
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
base.js 112 function walkSubtree(subtree, directory)
114 for (var childName in subtree) {
115 var child = subtree[childName];