Searched refs:all_paths (Results 1 – 1 of 1) sorted by relevance
/development/vndk/tools/definition-tool/tests/ |
D | test_tagged_dict.py | 251 def _check_path_visibility(self, d, all_paths, from_paths, visible_paths): argument 253 for to_path in all_paths: 264 all_paths = set() 266 all_paths |= getattr(d, tag) 267 all_paths -= _TEST_DATA_ALIAS_PATHS 278 self._check_path_visibility(d, all_paths, from_paths, visible_paths) 293 self._check_path_visibility(d, all_paths, from_paths, visible_paths) 305 self._check_path_visibility(d, all_paths, from_paths, visible_paths) 323 self._check_path_visibility(d, all_paths, from_paths, visible_paths) 336 self._check_path_visibility(d, all_paths, from_paths, visible_paths) [all …]
|