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

  /system/media/camera/docs/
CameraMetadataEnums.mako 49 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
50 % for section in outer_namespace.sections:
CameraMetadataKeys.mako 63 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
64 % for section in outer_namespace.sections:
metadata_model.py 440 def _construct_sections(self, outer_namespace):
442 sections_dict = self._dictionary_by_name(outer_namespace.sections)
447 for p in outer_namespace._leafs:
451 Section(p.get_section(), outer_namespace))
468 if sec not in outer_namespace.sections:
469 outer_namespace._sections.append(sec)
    [all...]

Completed in 77 milliseconds