HomeSort by relevance Sort by last modified time
    Searched full:subtree (Results 151 - 175 of 757) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreePatternParser.m 113 id<ANTLRBaseTree> subtree = [self parseTree];
114 [adaptor addChild:subtree toTree:root];
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AVTPartXPath.java 61 * the current subtree.
63 * @return true if traversal outside the context node's subtree can occur.
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
Function2Args.java 120 * the current subtree.
122 * @return true if traversal outside the context node's subtree can occur.
Function3Args.java 118 * the current subtree.
120 * @return true if traversal outside the context node's subtree can occur.
FunctionDef1Arg.java 159 * the current subtree.
161 * @return true if traversal outside the context node's subtree can occur.
FunctionMultiArgs.java 139 * the current subtree.
141 * @return true if traversal outside the context node's subtree can occur.
FunctionOneArg.java 99 * the current subtree.
101 * @return true if traversal outside the context node's subtree can occur.
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Operation.java 63 * the current subtree.
65 * @return true if traversal outside the context node's subtree can occur.
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
UnionPattern.java 56 * the current subtree.
58 * @return true if traversal outside the context node's subtree can occur.
  /external/eigen/Eigen/src/SparseLU/
SparseLU_Structs.h 99 // in a subtree of the elimination tree is less than relax, this subtree is considered
  /external/ltp/utils/ffsb-6.0-rc2/
rbt.c 61 /* Determine the depth of the subtree spanned by a given node */
199 /* Traverse a red-black subtree */
329 /* Go to the left subtree */
341 /* Go to the right subtree */
650 /* Change its left subtree (T2) to x's right subtree */
683 /* Change its right subtree (T2) to y's left subtree */
  /external/owasp/sanitizer/src/main/org/owasp/html/
Trie.java 65 * subtree.
67 * subtree.
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
TextFormatParseInfoTreeTest.java 163 TextFormatParseInfoTree subtree = root.getNestedTrees(OPTIONAL_NESTED_MESSAGE).get(0); local
164 assertNotNull(subtree);
  /external/swiftshader/src/OpenGL/compiler/
IntermTraverse.cpp 22 // but their subtree will still be traversed.
23 // Nodes with children can have their whole subtree skipped
  /libcore/luni/src/main/java/javax/xml/transform/dom/
DOMSource.java 71 * will be applied to the subtree rooted at this node. In XSLT,
72 * a "/" pattern still means the root of the tree (not the subtree),
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
LiveTraverser.h 94 return true; // traverse this subtree
113 return true; // traverse the whole subtree
  /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.
  /libcore/ojluni/src/main/java/sun/security/x509/
GeneralSubtrees.java 236 * create a subtree containing an instance of the input
298 * <li>If a name in other does not share the same subtree with any name
317 * of the same type but did not share the same subtree between
347 // not share the same subtree with any of the entries in other.
393 // If not, then we need to add a "widest subtree" of this
  /external/clang/lib/Rewrite/
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
439 /// If there is no space in this subtree for the extra piece, the extra tree
448 /// If there is no space in this subtree for the extra piece, the extra tree
470 /// If there is no space in this subtree for the extra piece, the extra tree
496 /// If there is no space in this subtree for the extra piece, the extra tre
    [all...]
  /external/v8/tools/
profile.js 341 var subTree = tree.cloneSubtree(opt_label);
342 subTree.computeTotalWeights();
343 return subTree;
622 * Creates a subtree by cloning and merging all subtrees rooted at nodes
638 var subTree = new CallTree();
643 var child = (parent ? parent : subTree).findOrAddChild(node.label);
647 return subTree;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/
BaseOrderedCollectionRedBlackTreeLib.c 316 // If Node has a right subtree, then the successor is the minimum node of
317 // that subtree.
369 // If Node has a left subtree, then the predecessor is the maximum node of
370 // that subtree.
954 // because the subtree rooted in Node's child (if any) remains on the same
978 // - Node's left subtree is less than Node, hence less than Node's
980 // - Node's right subtree is greater than Node. Node's successor is the
981 // minimum of that subtree, hence Node's successor is less than Node's
982 // right subtree with its minimum removed.
983 // - Node's successor is in Node's subtree, hence it falls on the same side
    [all...]
  /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 */

Completed in 2050 milliseconds

1 2 3 4 5 67 8 91011>>