Home
last modified time | relevance | path

Searched refs:from_tag (Results 1 – 2 of 2) sorted by relevance

/development/vndk/tools/definition-tool/tests/
Dtest_tagged_dict.py50 def _check_tag_visibility(self, d, from_tag, visible_tags): argument
52 self.assertEqual(d.is_tag_visible(from_tag, to_tag),
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py1267 def is_tag_visible(cls, from_tag, to_tag): argument
1268 return to_tag in cls._TAG_VISIBILITY[from_tag]