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.mako52 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
53 % for section in outer_namespace.sections:
DCameraMetadataKeys.mako75 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
76 % for section in outer_namespace.sections:
Dmetadata_helpers.py1050 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')])
Dmetadata_model.py455 def _construct_sections(self, outer_namespace): argument
457 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)