Searched refs:root_set (Results 1 – 1 of 1) sorted by relevance
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 2873 def _compute_closure(root_set, is_excluded, get_successors): argument 2874 closure = set(root_set) 2875 stack = list(root_set) 2888 def compute_deps_closure(cls, root_set, is_excluded, argument 2892 return cls._compute_closure(root_set, is_excluded, get_successors) 2896 def compute_users_closure(cls, root_set, is_excluded, argument 2900 return cls._compute_closure(root_set, is_excluded, get_successors)
|