Searched refs:outer_namespace (Results 1 – 4 of 4) sorted by relevance
52 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace53 % for section in outer_namespace.sections:
894 for outer_namespace in metadata.outer_namespaces:896 tag_match = r"(?<!\{@link\s)" + outer_namespace.name + \913 candidate2 = "%s.%s.%s" % (outer_namespace.name, section1, section2)920 … candidate2b = "%s.%s.%s" % (outer_namespace.name, section1, section2[:section2.find('\n')])
75 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace76 % for section in outer_namespace.sections:
440 def _construct_sections(self, outer_namespace): argument442 sections_dict = self._dictionary_by_name(outer_namespace.sections)447 for p in outer_namespace._leafs:451 Section(p.get_section(), outer_namespace))468 if sec not in outer_namespace.sections:469 outer_namespace._sections.append(sec)