Searched refs:all_paths (Results 1 – 1 of 1) sorted by relevance
/development/vndk/tools/definition-tool/tests/ |
D | test_tagged_dict.py | 294 def _check_path_visibility(self, d, all_paths, from_paths, visible_paths): argument 296 for to_path in all_paths: 307 all_paths = set() 309 all_paths |= getattr(d, tag) 310 all_paths -= _TEST_DATA_ALIAS_PATHS 321 self._check_path_visibility(d, all_paths, from_paths, visible_paths) 334 self._check_path_visibility(d, all_paths, from_paths, visible_paths) 347 self._check_path_visibility(d, all_paths, from_paths, visible_paths) 366 self._check_path_visibility(d, all_paths, from_paths, visible_paths) 379 self._check_path_visibility(d, all_paths, from_paths, visible_paths) [all …]
|