Searched refs:Node (Results 1 - 5 of 5) sorted by relevance

/system/core/libmemunreachable/
H A DTarjan.h30 class Node { class in namespace:android
32 allocator::set<Node<T>*> references_in;
33 allocator::set<Node<T>*> references_out;
39 Node(T* ptr, Allocator<Node> allocator) function in class:android::Node
41 Node(Node&& rhs) = default;
42 void Edge(Node<T>* ref) {
54 DISALLOW_COPY_AND_ASSIGN(Node<T>);
58 using Graph = allocator::vector<Node<
[all...]
H A DLeakFolding.h50 Node<SCCInfo> node;
77 Node<LeakInfo> node;
/system/media/camera/docs/
H A Dmetadata_model.py23 Node: Base class for most nodes.
42 class Node(object): class in inherits:object
47 parent: An edge to a parent Node.
69 pred: a predicate function that acts as a filter for a Node
90 pred: a predicate function that acts as a filter for a Node
93 The first Node from find_all(pred), or None if there were no results.
105 pred: A predicate function that acts as a filter for a Node
120 pred: A predicate function that acts as a filter for a Node
179 print >> sys.stderr, ("ERROR: Node '%s' doesn't match the parent" + \
191 class Metadata(Node)
[all...]
/system/update_engine/scripts/update_payload/
H A Dchecker.py108 class Node(object): class in class:_PayloadReport
138 class FieldNode(Node):
171 class SubReportNode(Node):
186 class SectionNode(Node):
/system/tools/hidl/test/
H A Dhidl_test_client.cpp1737 IGraph::Node node; node.data = 10;

Completed in 117 milliseconds