HomeSort by relevance Sort by last modified time
    Searched refs:outer_namespace (Results 1 - 5 of 5) sorted by null

  /system/media/camera/docs/
ACameraMetadata.mako 20 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
21 % for section in outer_namespace.sections:
CameraMetadataEnums.mako 58 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
59 % for section in outer_namespace.sections:
CameraMetadataKeys.mako 76 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
77 % for section in outer_namespace.sections:
metadata_model.py 457 def _construct_sections(self, outer_namespace):
459 sections_dict = self._dictionary_by_name(outer_namespace.sections)
464 for p in outer_namespace._leafs:
468 Section(p.get_section(), outer_namespace))
485 if sec not in outer_namespace.sections:
486 outer_namespace._sections.append(sec)
    [all...]
metadata_helpers.py     [all...]

Completed in 108 milliseconds