Searched refs:subtrees (Results 1 – 9 of 9) sorted by relevance
/external/dbus/dbus/ |
D | dbus-object-tree.c | 75 DBusObjectSubtree **subtrees; /**< Child nodes */ member 197 v = strcmp (path[0], subtree->subtrees[k]->name); in find_subtree_recurse() 201 path[0], subtree->subtrees[k]->name, in find_subtree_recurse() 219 next = find_subtree_recurse (subtree->subtrees[k], in find_subtree_recurse() 237 return find_subtree_recurse (subtree->subtrees[k], in find_subtree_recurse() 278 new_subtrees = dbus_realloc (subtree->subtrees, in find_subtree_recurse() 285 subtree->subtrees = new_subtrees; in find_subtree_recurse() 296 memmove (&subtree->subtrees[child_pos+1], in find_subtree_recurse() 297 &subtree->subtrees[child_pos], in find_subtree_recurse() 299 sizeof subtree->subtrees[0]); in find_subtree_recurse() [all …]
|
/external/bouncycastle/src/main/java/org/bouncycastle/x509/ |
D | CertPathReviewerMessages.properties | 66 # exception extracting subject name when checking subtrees
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-0 | 5954 * gnode.c (g_node_copy): new function to copy subtrees,
|
/external/sqlite/dist/ |
D | sqlite3.c.orig | 9108 ** the child Expr objects in the Expr.pLeft and Expr.pRight subtrees 9110 ** the subtrees in Expr.x.pList or Expr.x.pSelect are always separately 60394 ** To resolve table columns references we look for nodes (or subtrees) of the 60936 ** Attach subtrees pLeft and pRight to the Expr node pRoot. 60939 ** In that case, delete the subtrees pLeft and pRight. 60971 ** Allocate a Expr node which joins as many as two subtrees. 60973 ** One or both of the subtrees can be NULL. Return a pointer to the new 60975 ** free the subtrees and return NULL. 98291 ** An interior node encodes n terms separating n+1 subtrees. The
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-12-31 | 2422 via GraphicsContext::createImageBuffer. Offer a generic logic for rendering subtrees 40889 Don't leave out ancestors of the startNode as we leave their subtrees. Execute the
|
D | ChangeLog-2005-08-23 | 15879 subtrees that were already marked, but that code was wrong. 22691 DOM subtrees are inserted into documents via one insert/append call.
|
D | ChangeLog-2010-01-29 | 3991 by N misnested close tags will cause O(N^2) of work due to cloning and attaching subtrees; 82266 2. Moving HTML subtrees and seeking to remove redundant styles.
|
D | ChangeLog-2007-10-14 | 50888 which node subtrees are in the process of being marked. This avoids a call
|
D | ChangeLog-2009-06-16 | 4137 * xml/XPathNodeSet.h: Keep track of whether subtrees rooted at nodes in set are disjoint,
|