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

  /system/media/camera/docs/
metadata_helpers.py 28 isinstance(x, metadata_model.InnerNamespace)
36 Find all descendants that are Section or InnerNamespace instances.
42 A list of Section/InnerNamespace instances
51 Find the closest ancestor that is either a Section or InnerNamespace.
57 An instance of Section or InnerNamespace
67 node: a Section or InnerNamespace instance
77 not isinstance(node, metadata_model.InnerNamespace):
78 raise TypeError("expected node to be a Section or InnerNamespace")
metadata_model.py 27 InnerNamespace: A node corresponding to a <namespace> nested under a <kind>.
471 #parent is InnerNamespace or Kind
481 ins = ins_dict.get(ins_str, InnerNamespace(ins_str, parent))
505 #parent is InnerNamespace or Kind
663 namespaces: A sequence of InnerNamespace children.
698 class InnerNamespace(Node):
705 parent: An edge to the parent, which is an InnerNamespace or a Kind.
706 namespaces: A sequence of InnerNamespace children.
801 parent: An edge to the parent node, which is an InnerNamespace or Kind.
    [all...]

Completed in 202 milliseconds