Searched refs:Metadata (Results 1 - 4 of 4) sorted by relevance

/system/extras/tests/sdcard/
H A Dplot_sdcard.py86 class Metadata(object): class in inherits:object
133 metadata = Metadata()
/system/media/camera/docs/
H A Dmetadata_parser_xml.py57 It builds a metadata_model.Metadata graph and then renders it over a
62 metadata: a constructed instance of metadata_model.Metadata
81 self._metadata = Metadata()
H A Dmetadata_helpers.py18 A set of helpers for rendering Mako templates with a Metadata model.
45 ## Metadata Helpers
53 root: a Metadata instance
109 by joining the names of each node and excluding the Metadata/Kind nodes
120 fltr = lambda x: not isa(x, metadata_model.Metadata) and \
708 metadata: A Metadata instance, representing the the top-level root
871 metadata: A Metadata instance, the root of the metadata properties tree
H A Dmetadata_model.py33 Metadata: Root node that also provides tree construction functionality.
44 Base class for most nodes that are part of the Metadata graph.
191 class Metadata(Node): class in inherits:Node
196 parent: An edge to the parent Node. This is always None for Metadata.
205 construct_graph() to build up the Metadata from some source.
346 for ancestor in p.find_parents(lambda x: not isinstance(x, Metadata)):
589 parent: An edge to the parent, which is always the Metadata root node.
599 self._entries = [] # filled in by Metadata#construct_tags
623 parent: An edge to the parent, which is always the Metadata root node.
631 self._entries = [] # filled in by Metadata#construct_type
[all...]

Completed in 129 milliseconds