Searched refs:root_set (Results 1 – 1 of 1) sorted by relevance
/development/vndk/tools/definition-tool/ |
D | vndk_definition_tool.py | 3027 def _compute_closure(root_set, is_excluded, get_successors): argument 3028 closure = set(root_set) 3029 stack = list(root_set) 3042 def compute_deps_closure(cls, root_set, is_excluded, argument 3046 return cls._compute_closure(root_set, is_excluded, get_successors) 3050 def compute_users_closure(cls, root_set, is_excluded, argument 3054 return cls._compute_closure(root_set, is_excluded, get_successors)
|