Home
last modified time | relevance | path

Searched refs:outer_namespace (Results 1 – 5 of 5) sorted by relevance

/system/media/camera/docs/
DACameraMetadata.mako20 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
21 % for section in outer_namespace.sections:
DCameraMetadataEnums.mako61 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
62 % for section in outer_namespace.sections:
DCameraMetadataKeys.mako77 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
78 % for section in outer_namespace.sections:
Dmetadata_model.py456 def _construct_sections(self, outer_namespace): argument
458 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)
Dmetadata_helpers.py1177 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')])