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

/system/media/camera/docs/
H A Dmetadata_model.py28 InnerNamespace: A node corresponding to a <namespace> nested under a <kind>.
29 OuterNamespace: A node corresponding to a <namespace> with <kind> children.
209 # kind => { name => entry }
299 Subsequent calls to insert_entry with the same entry+kind name are safe
304 self._entry_map[e.kind][e.name] = e
316 Subsequent calls to insert_clone with the same clone+kind name are safe
323 self._entry_map[c.kind][c.name] = c
351 self._entry_map[p.kind].pop(p.name)
408 print >> sys.stderr, ("WARNING: Clone entry '%s' target kind '%s'" + \
478 for kind i
1128 def kind(self): member in class:Entry
[all...]

Completed in 1199 milliseconds