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:
52 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace53 % for section in outer_namespace.sections:
75 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace76 % for section in outer_namespace.sections:
1050 for outer_namespace in metadata.outer_namespaces:1052 tag_match = r"(?<!\{@link\s)" + outer_namespace.name + \1069 candidate2 = "%s.%s.%s" % (outer_namespace.name, section1, section2)1076 … candidate2b = "%s.%s.%s" % (outer_namespace.name, section1, section2[:section2.find('\n')])
455 def _construct_sections(self, outer_namespace): argument457 sections_dict = self._dictionary_by_name(outer_namespace.sections)462 for p in outer_namespace._leafs:466 Section(p.get_section(), outer_namespace))483 if sec not in outer_namespace.sections:484 outer_namespace._sections.append(sec)