Home
last modified time | relevance | path

Searched refs:merged_kinds (Results 1 – 3 of 3) sorted by relevance

/system/media/camera/docs/
Dhtml.mako182 % for kind in section.merged_kinds: # dynamic,static,controls
221 % for kind in section.merged_kinds: # dynamic,static,controls
Dmetadata_helpers.py267 matched_kind = next((i for i in section.merged_kinds if i.name == kind_name), None)
Dmetadata_model.py737 def merged_kinds(self): member in Section