Searched refs:outer_namespace (Results 1 – 5 of 5) sorted by relevance
456 def _construct_sections(self, outer_namespace): argument458 sections_dict = self._dictionary_by_name(outer_namespace.sections)463 for p in outer_namespace._leafs:467 Section(p.get_section(), outer_namespace))483 if sec not in outer_namespace.sections:484 outer_namespace._sections.append(sec)
20 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace21 % for section in outer_namespace.sections:
1219 for outer_namespace in metadata.outer_namespaces:1221 tag_match = r"(?<!\{@link\s)" + outer_namespace.name + \1238 candidate2 = "%s.%s.%s" % (outer_namespace.name, section1, section2)1245 … candidate2b = "%s.%s.%s" % (outer_namespace.name, section1, section2[:section2.find('\n')])
65 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace66 % for section in outer_namespace.sections:
88 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace89 % for section in outer_namespace.sections: