/external/ipsec-tools/src/racoon/ |
isakmp_xauth.h | 138 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.
|
/frameworks/compile/mclinker/include/mcld/LD/ |
GNUArchiveReader.h | 37 /// the subtree
|
Archive.h | 175 /// subtree of this archive member 177 /// the subtree of this archive member
|
/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/chromium/chrome/browser/accessibility/ |
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/chromium_org/chrome/browser/resources/bookmark_manager/js/ |
bmm.js | 38 * Loads a subtree of the bookmark tree and returns a {@code cr.Promise} that 40 * load the same subtree more than once at the same time.
|
/external/chromium_org/third_party/WebKit/Source/core/platform/ |
PODIntervalTree.h | 166 // See whether we need to traverse the left subtree. 177 // See whether we need to traverse the right subtree.
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGTextContentElement.cpp | 285 // Any element of the <text> subtree is advertized as using relative lengths. 286 // On any window size change, we have to relayout the text subtree, as the
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
x509_txt.c | 173 return("permitted subtree violation"); 175 return("excluded subtree violation");
|
/external/chromium_org/third_party/skia/src/core/ |
SkRTree.h | 83 int getDepth() const { return this->isEmpty() ? 0 : fRoot.fChild.subtree->fLevel + 1; } 101 Node* subtree; member in union:SkRTree::Branch::__anon15971
|
/external/openssl/crypto/x509/ |
x509_txt.c | 173 return("permitted subtree violation"); 175 return("excluded subtree violation");
|
/external/skia/src/core/ |
SkRTree.h | 83 int getDepth() const { return this->isEmpty() ? 0 : fRoot.fChild.subtree->fLevel + 1; } 101 Node* subtree; member in union:SkRTree::Branch::__anon27830
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityNodeInfoCache.java | 223 * Clears a subtree rooted at the node with the given id. 229 Log.i(LOG_TAG, "Clearing cached subtree.");
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrRedBlackTree.h | 277 // found one. check if another in left subtree. 297 // found one. check if another in right subtree. 718 // when x is deleted its subtree will have reduced black-height. 726 // now subtree at p has black-height of one less than 727 // p's parent's other child's subtree. We move x up to 731 // if p is the root there is no other subtree to balance 783 // Whether p was red or black, we've increased its pc subtree 785 // we've also its subtree rooted at s's black-height by 1. This 807 // must be red, otherwise the subtree at c1 will have a different 808 // black-height than the subtree rooted at c0 [all...] |
/external/skia/src/gpu/ |
GrRedBlackTree.h | 277 // found one. check if another in left subtree. 297 // found one. check if another in right subtree. 718 // when x is deleted its subtree will have reduced black-height. 726 // now subtree at p has black-height of one less than 727 // p's parent's other child's subtree. We move x up to 731 // if p is the root there is no other subtree to balance 783 // Whether p was red or black, we've increased its pc subtree 785 // we've also its subtree rooted at s's black-height by 1. This 807 // must be red, otherwise the subtree at c1 will have a different 808 // black-height than the subtree rooted at c0 [all...] |
/external/valgrind/main/coregrind/ |
m_oset.c | 470 // Insert into the left subtree. 472 // Only need to set the used fields in the subtree. 502 // Insert into the right subtree 504 // Only need to set the used fields in the subtree. 658 // Remove from the left subtree 660 // Only need to set the used fields in the subtree. 692 // Remove from the right subtree 695 // Only need to set the used fields in the subtree. 753 // Remove from the left subtree 757 // 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 */
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
TreeAdaptor.as | 122 /** Given the root of the subtree created for this rule, post process 197 /** Get the token start index for this subtree; return -1 if no such index */ 200 /** Get the token stop index for this subtree; return -1 if no such index */
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3debugeventlistener.h | 321 * seems to be uniquely triggered when starting a new subtree 360 * only when the current subrule (or rule) subtree is 379 /** Set the token start/stop token index for a subtree root or node.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
IDebugEventListener.cs | 302 * seems to be uniquely triggered when starting a new subtree 352 * only when the current subrule (or rule) subtree is 374 /** <summary>Set the token start/stop token index for a subtree root or node.</summary>
|