Home
last modified time | relevance | path

Searched refs:subtrees (Results 1 – 9 of 9) sorted by relevance

/external/dbus/dbus/
Ddbus-object-tree.c75 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/
DCertPathReviewerMessages.properties66 # exception extracting subject name when checking subtrees
/external/bluetooth/glib/
DChangeLog.pre-2-05954 * gnode.c (g_node_copy): new function to copy subtrees,
/external/sqlite/dist/
Dsqlite3.c.orig9108 ** 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/
DChangeLog-2006-12-312422 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
DChangeLog-2005-08-2315879 subtrees that were already marked, but that code was wrong.
22691 DOM subtrees are inserted into documents via one insert/append call.
DChangeLog-2010-01-293991 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.
DChangeLog-2007-10-1450888 which node subtrees are in the process of being marked. This avoids a call
DChangeLog-2009-06-164137 * xml/XPathNodeSet.h: Keep track of whether subtrees rooted at nodes in set are disjoint,