Searched defs:kinds (Results 1 - 1 of 1) sorted by relevance

/system/media/camera/docs/
H A Dmetadata_model.py478 for kind in section.kinds:
485 # allow multiple kinds with the same name. merge if adjacent
675 kinds: A sequence of Kind children.
679 def __init__(self, name, parent, description=None, kinds=[]):
683 self._kinds = kinds[:]
693 def kinds(self): member in class:Section
707 return (i for i in self.kinds)
725 new_kinds_lst = reduce(aggregate_by_name, self.kinds, [])
734 Combines all the children (kinds) of this section into a single
741 For example, given self.kinds
[all...]

Completed in 5 milliseconds