/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
IntermTraverse.cpp | 14 // but their subtree will still be traversed. 15 // Nodes with children can have their whole subtree skipped
|
/external/webkit/Source/WebCore/dom/ |
DynamicNodeList.cpp | 83 return 0; // no matching node in this subtree 101 return 0; // no matching node in this subtree
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
PODIntervalTree.h | 123 // See whether we need to traverse the left subtree. 135 // See whether we need to traverse the right subtree.
|
/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),
|
/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/ |
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 207 /// If there is no space in this subtree for the extra piece, the extra tree 215 /// If there is no space in this subtree for the extra piece, the extra tree 235 /// If there is no space in this subtree for the extra piece, the extra tree 276 /// If there is no space in this subtree for the extra piece, the extra tree 435 /// If there is no space in this subtree for the extra piece, the extra tree 444 /// If there is no space in this subtree for the extra piece, the extra tree 467 /// If there is no space in this subtree for the extra piece, the extra tree 493 /// If there is no space in this subtree for the extra piece, the extra tre [all...] |
/external/v8/tools/ |
profile.js | 314 var subTree = tree.cloneSubtree(opt_label); 315 subTree.computeTotalWeights(); 316 return subTree; 539 * Creates a subtree by cloning and merging all subtrees rooted at nodes 555 var subTree = new CallTree(); 560 var child = (parent ? parent : subTree).findOrAddChild(node.label); 564 return subTree;
|
/external/antlr/src/org/antlr/runtime/tree/ |
RewriteRuleSubtreeStream.java | 54 /** Treat next element as a single node even if it's a subtree.
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
HasPositionalPredChecker.java | 118 // Don't go have the caller go any further down the subtree.
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_manager_unittest.cc | 129 // Make sure that changes to a subtree reuse as many objects as possible. 229 // Process a notification containing the changed subtree. 433 // Process a notification containing the changed subtree rooted at 534 // Process a notification containing the changed subtree.
|
browser_accessibility.h | 57 // recurse into children of |src| and build the whole subtree. 67 // Detach all descendants of this subtree and push all of the node pointers,
|
/external/ipsec-tools/src/racoon/ |
isakmp_xauth.h | 164 int subtree; member in struct:xauth_ldap_config
|
/external/javassist/src/main/javassist/compiler/ast/ |
ASTList.java | 22 * The right subtree must be an ASTList object or null.
|
/external/openssl/crypto/x509v3/ |
v3_ncons.c | 230 * X509_V_ERR_PERMITTED_VIOLATION: Permitted subtree violation. 231 * X509_V_ERR_EXCLUDED_VIOLATION: Excluded subtree violation. 301 * at least one subtree must match. 373 * matched if the subtree is a subset of the name.
|
/external/webkit/Source/WebCore/svg/ |
SVGGElement.cpp | 105 // subtree may be hidden - we only want the resource renderers to exist so they can be
|
SVGTextContentElement.cpp | 265 // Any element of the <text> subtree is advertized as using relative lengths. 266 // On any window size change, we have to relayout the text subtree, as the
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
GeneralSubtree.java | 87 sb.append(prefix).append("General Subtree: [\n");
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
DocumentImpl.java | 189 * entities by value, copying the referenced subtree from the 191 * possibly referring to a different subtree in the new 210 * Returns a copy of the given node or subtree with this document as its 239 * this document. The node's subtree and attributes will remain attached,
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMDefaultBaseTraversers.java | 364 // If the parent occured before the subtree root, then 369 // Otherwise, it could be a descendant below the subtree root 370 // children, or it could be after the subtree root. So we have 371 // to climb up until the parent is less than the subtree root, in 372 // which case we return NULL, or until it is equal to the subtree 610 * Get the subtree root identity from the handle that was passed in by 615 * @return identity of the root of the subtree. 630 * @param subtreeRootIdentity The root context of the subtree in question. 792 * Implements traversal of the entire subtree, including the root node. [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
Axis.java | 120 * A non-xpath axis, traversing the subtree including the subtree
|
/external/openssl/crypto/x509/ |
x509_txt.c | 173 return("permitted subtree violation"); 175 return("excluded subtree violation");
|
/frameworks/base/core/java/android/view/ |
ViewStub.java | 43 * android:inflatedId="@+id/subTree" 52 * id "subTree," specified by the inflatedId property. The inflated View is finally
|
/external/skia/gpu/src/ |
GrRedBlackTree.h | 284 // found one. check if another in left subtree. 304 // found one. check if another in right subtree. 725 // when x is deleted its subtree will have reduced black-height. 733 // now subtree at p has black-height of one less than 734 // p's parent's other child's subtree. We move x up to 738 // if p is the root there is no other subtree to balance 790 // Whether p was red or black, we've increased its pc subtree 792 // we've also its subtree rooted at s's black-height by 1. This 814 // must be red, otherwise the subtree at c1 will have a different 815 // black-height than the subtree rooted at c0 [all...] |
/external/valgrind/main/coregrind/ |
m_oset.c | 393 // Insert into the left subtree. 395 // Only need to set the used fields in the subtree. 425 // Insert into the right subtree 427 // Only need to set the used fields in the subtree. 581 // Remove from the left subtree 583 // Only need to set the used fields in the subtree. 615 // Remove from the right subtree 618 // Only need to set the used fields in the subtree. 676 // Remove from the left subtree 680 // Remove from the right subtree [all...] |
m_wordfm.c | 68 struct _AvlNode* child[2]; /* [0] is left subtree, [1] is right */ 185 /* insert into the left subtree */ 218 /* insert into the right subtree */ 274 /* remove from the left subtree */ 310 /* remove from the right subtree */ 374 /* remove from the left subtree */ 378 /* remove from the right subtree */
|