Searched refs:nodes (Results 1 – 10 of 10) sorted by relevance
/system/update_engine/payload_generator/ |
D | topological_sort.cc | 32 vector<Vertex::Index>* nodes, in TopologicalSortVisit() argument 41 TopologicalSortVisit(graph, visited_nodes, nodes, it->first); in TopologicalSortVisit() 44 nodes->push_back(node); in TopologicalSortVisit()
|
/system/connectivity/shill/mobile_operator_db/ |
D | serviceproviders_converter.py | 252 nodes = {} 262 nodes[gsm_node] = (cur_country, 272 nodes[cdma_node] = (cur_country, 279 for node, args in nodes.iteritems(): 342 for mccmnc, nodes in self._gsm_nodes_by_mccmnc.iteritems(): 344 if len(nodes) == 1: 345 self._primary_gsm_nodes.add(nodes[0]) 350 for node in nodes: 370 for node in nodes: 372 self._primary_gsm_nodes = (self._primary_gsm_nodes | set(nodes))
|
/system/extras/simpleperf/ |
D | callchain.cpp | 41 static CallChainNode* FindMatchingNode(const std::vector<std::unique_ptr<CallChainNode>>& nodes, in FindMatchingNode() argument 43 for (auto& node : nodes) { in FindMatchingNode()
|
/system/core/rootdir/ |
D | ueventd.rc | 4 # ueventd can only set permissions on device nodes and their associated 106 # DVB API device nodes
|
D | init.rc | 49 # Create energy-aware scheduler tuning nodes
|
/system/sepolicy/ |
D | attributes | 52 # All types used for nodes/hosts.
|
D | file.te | 7 # Security-sensitive proc nodes that should not be writable to most. 11 # proc, sysfs, or other nodes that permit configuration of kernel usermodehelpers.
|
D | init.te | 161 # Write to sysfs nodes.
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 2121 # class node. If there are many fields or methods and many nodes the graph may 2245 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes 2246 # that will be shown in the graph. If the number of nodes in a graph becomes 2258 # generated by dot. A depth value of 3 means that only nodes reachable from the
|
D | Doxyfile | 2121 # class node. If there are many fields or methods and many nodes the graph may 2245 # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes 2246 # that will be shown in the graph. If the number of nodes in a graph becomes 2258 # generated by dot. A depth value of 3 means that only nodes reachable from the
|