Searched refs:outer_namespace (Results 1 – 5 of 5) sorted by relevance
20 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace21 % for section in outer_namespace.sections:
61 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace62 % for section in outer_namespace.sections:
77 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace78 % for section in outer_namespace.sections:
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)
1177 for outer_namespace in metadata.outer_namespaces:1179 tag_match = r"(?<!\{@link\s)" + outer_namespace.name + \1196 candidate2 = "%s.%s.%s" % (outer_namespace.name, section1, section2)1203 … candidate2b = "%s.%s.%s" % (outer_namespace.name, section1, section2[:section2.find('\n')])