Lines Matching refs:nodes
117 # specific graph nodes. The following helper functions help implement
124 # _ndk_mod_tree_visitors lists all visited nodes, used to clean all
146 # dependencies / children nodes. Here are a few helper functions that
152 # _ndk_mod_list current result (list of nodes).
198 # we use the -ndk-mod-tree-xxx functions to flag 'visited' nodes
295 # $1: list of nodes
307 # Return the topologically ordered closure of all nodes from a top-level
315 # nodes for <name>.
316 # Return: list of nodes, include $1, which will always be the first.
329 # Given a closure list of nodes, count their incoming edges.
330 # $1: list of nodes, must be a graph closure.
404 # nodes for <name>.
405 # Return: list of nodes, include $1, which will never be included.
441 # list of nodes. Note that $1 will always be the first in the list.
444 # $2: dependency function, i.e. $(call $2,<name>) returns the nodes
498 # list of nodes. Note that $1 will _not_ be part of the list.
501 # $2: dependency function, i.e. $(call $2,<name>) returns the nodes