Home
last modified time | relevance | path

Searched refs:nodes (Results 1 – 25 of 32) sorted by relevance

12

/system/sepolicy/private/
Ddevice_as_webcam.te18 # UVC nodes are mounted as V4L2 nodes (/dev/video*) on the device. These need to
Dsnapshotctl.te31 # Needed to mutate device-mapper nodes.
60 # Allow to read /dev/block/dm-* (device-mapper) nodes.
63 # Allow to read dm-user control nodes.
Dsnapuserd.te23 # Reading and writing to /dev/block/dm-* (device-mapper) nodes.
28 # Reading and writing to dm-user control nodes.
Dueventd.te40 # Get file contexts for new device nodes
Dcoredomain.te250 # Following /dev nodes must not be directly accessed by coredomain, but should
Dgsid.te19 # Needed to create/delete device-mapper nodes, and read/write to them.
Dvendor_init.te227 # Write to sysfs nodes.
/system/libufdt/include/
Dufdt_types.h25 for ((it) = (node)->nodes; (it) != (node)->nodes + (node)->mem_size; ++(it)) \
/system/extras/simpleperf/scripts/
Dreport_html.js918 let nodes = [];
921 nodes.push(node);
929 return nodes;
1121 _getMaxDepth(nodes) { argument
1122 let isArray = Array.isArray(nodes);
1125 sumCount = nodes.reduce((acc, cur) => acc + cur.s, 0);
1127 sumCount = nodes.s;
1133 let children = isArray ? this._splitChildrenForNodes(nodes) : nodes.c;
1218 _splitChildrenForNodes(nodes) { argument
1220 for (let node of nodes) {
[all …]
/system/update_engine/payload_generator/
Dmerge_sequence_generator.cc201 const T& nodes, in MaxOutDegree() argument
213 std::any_of(nodes.begin(), in MaxOutDegree()
214 nodes.end(), in MaxOutDegree()
225 for (const auto& op : nodes) { in MaxOutDegree()
/system/extras/simpleperf/
Dcallchain.h104 NodeT* FindMatchingNode(const std::vector<std::unique_ptr<NodeT>>& nodes, const EntryT* sample, in FindMatchingNode()
106 for (auto& node : nodes) { in FindMatchingNode()
/system/core/init/
DREADME.ueventd.md28 Ueventd listens to the kernel uevent sockets and creates/deletes nodes in `/dev` based on the
30 creates the nodes with the SELabel from the current loaded SEPolicy. It has three default behaviors
75 Indicates that all uevents with `SUBSYSTEM=sound` will create nodes as `/dev/snd/<basename uevent
163 ueventd to create the nodes.
169 recommended that devices use genfscon for labeling sysfs nodes. However, some devices may benefit
/system/apex/tools/
Dcreate_apex_skeleton.sh88 openssl req -x509 -config csr.conf -newkey rsa:4096 -nodes -days 999999 -keyout key.pem -out ${APEX…
/system/sepolicy/microdroid/system/private/
Dueventd.te37 # Get file contexts for new device nodes
Dvendor_init.te118 # Write to sysfs nodes.
Dinit.te44 # Relabel /dev nodes created in first stage init: /dev/console, /dev/null, /dev/ptmx, /dev/random
/system/libvintf/
Dparse_xml.cpp349 auto nodes = getChildren(root, elementName); in parseTextElements() local
350 v->resize(nodes.size()); in parseTextElements()
351 for (size_t i = 0; i < nodes.size(); ++i) { in parseTextElements()
352 v->at(i) = getText(nodes[i]); in parseTextElements()
395 auto nodes = getChildren(root, conv.elementName()); in parseChildren() local
396 v->resize(nodes.size()); in parseChildren()
397 for (size_t i = 0; i < nodes.size(); ++i) { in parseChildren()
398 if (!conv(&v->at(i), nodes[i], param)) { in parseChildren()
/system/core/rootdir/
Dueventd.rc31 # ueventd can only set permissions on device nodes and their associated
/system/sepolicy/microdroid/system/public/
Dattributes66 # All types used for nodes/hosts.
/system/extras/simpleperf/doc/
Dview_the_profile.md287 Showing nodes accounting for 2.45s, 11.44% of 21.46s total
318 Showing nodes accounting for 1.05s, 4.88% of 21.46s total
/system/memory/lmkd/
Dlmkd.cpp409 struct zoneinfo_node nodes[MAX_NR_NODES]; member
2054 node = &zi->nodes[node_idx]; in zoneinfo_parse()
2080 node = &zi->nodes[node_idx]; in zoneinfo_parse()
2082 struct zoneinfo_zone *zone = &zi->nodes[node_idx].zones[zone_idx]; in zoneinfo_parse()
2834 struct zoneinfo_node *node = &zi->nodes[node_idx]; in calc_zone_watermarks()
/system/apex/shim/build/
DAndroid.bp395 …cmd: "openssl req -x509 -newkey rsa:4096 -nodes -days 999999 -subj '/DN=/EMAILADDRESS=android@andr…
411 …cmd: "openssl req -x509 -key $(in) -newkey rsa:4096 -nodes -days 999999 -subj '/DN=/EMAILADDRESS=a…
/system/sepolicy/public/
Dfile.te18 # Security-sensitive proc nodes that should not be writable to most.
31 # proc, sysfs, or other nodes that permit configuration of kernel usermodehelpers.
Dattributes83 # All types used for nodes/hosts.
/system/apex/docs/
Dhowto.md282 $ openssl req -x509 -newkey rsa:4096 -nodes -days 999999 -keyout key.pem -out com.android.my.apex.x…

12