Searched refs:processes (Results 1 – 25 of 26) sorted by relevance
12
/system/core/libprocessgroup/ |
D | processgroup.cpp | 258 int processes = 0; in killProcessGroupOnce() local 265 processes++; in killProcessGroupOnce() 289 return processes; in killProcessGroupOnce() 294 int processes; in killProcessGroup() local 299 while ((processes = killProcessGroupOnce(uid, initialPid, signal)) > 0) { in killProcessGroup() 300 SLOGV("killed %d processes for processgroup %d\n", processes, initialPid); in killProcessGroup() 306 processes, initialPid); in killProcessGroup() 312 android::uptimeMillis()-startTime, processes); in killProcessGroup() 314 if (processes == 0) { in killProcessGroup()
|
/system/extras/iotop/ |
D | iotop.cpp | 102 bool processes = false; in main() local 152 processes = true; in main() 186 if (processes) { in main() 205 if (processes) { in main() 212 if (processes) { in main()
|
/system/sepolicy/ |
D | dumpstate.te | 13 # Allow dumpstate to scan through /proc/pid for all processes 17 # Send signals to processes 51 # Signal java processes to dump their stack 54 # Signal native processes to dump their stack. 68 # Ask debuggerd for the backtraces of these processes. 106 # Reading /proc/PID/maps of other processes
|
D | atrace.te | 19 # atrace pokes all the binder-enabled processes at startup.
|
D | domain.te | 110 # Lots of processes access current CPU information 135 # Almost all processes log tracing information to 153 # Limit ability to ptrace or read sensitive /proc/pid files of processes 374 # Only authorized processes should be writing to files in /data/dalvik-cache 408 # Killing processes automatically to make room for new ones is an 442 # prohibit non-zygote spawned processes from using shared libraries 448 # Ensure that all types assigned to processes are included 450 # written on domain are applied to all processes. 588 # in from installd forked processes.
|
D | attributes | 10 # All types used for processes. 88 # i.e. processes that can read up and write down.
|
D | mediaserver.te | 19 # ptrace to processes in the same domain for memory leak detection 55 # Inter System processes communicate over named pipe (FIFO)
|
D | audioserver.te | 24 # ptrace to processes in the same domain for memory leak detection
|
D | zygote.te | 113 # Ensure that all types assigned to app processes are included 115 # written on appdomain are applied to all app processes.
|
D | su.te | 5 # Domain used for su processes, as well as for adbd and adb shell
|
D | property_contexts | 88 # These properties are not normally set by processes other than init.
|
D | adbd.te | 13 # created processes.
|
D | system_server.te | 25 # ptrace to processes in the same domain for debugging crashes. 95 # all processes on the device. In addition, /proc/pid files access is needed 96 # for dumping stack traces of native processes. 155 # This is derived from the list that system server defines as interesting native processes
|
D | mls | 97 # is a domain type, so that processes can communicate via unnamed pipes
|
D | shell.te | 1 # Domain for shell processes spawned by ADB or console service.
|
D | vold.te | 119 # Set scheduling policy of kernel processes
|
D | init.te | 168 # Transitions to seclabel processes in init.rc
|
D | app.te | 149 # Grant GPU access to all processes started by Zygote.
|
/system/extras/tests/sdcard/ |
D | README | 9 to check how the sdcard scale with the number of processes.
|
/system/core/init/ |
D | readme.txt | 140 As of Android M, processes should use this option even if they 148 using this new mechanism, processes can use the user option to 265 global environment (which will be inherited by all processes 442 start/end time of selected processes. The aforementioned grab-bootchart.sh 479 Zygote initialization and the processes that are forked from the zygote are not
|
/system/core/libmemunreachable/ |
D | README.md | 35 The sequence of steps required to perform a leak detection pass is divided into three processes - t…
|
/system/core/adb/ |
D | SERVICES.TXT | 234 This service is used by DDMS to know which debuggable processes are running
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 142 Useful for upgrade processes that require upgrading
|
/system/core/rootdir/ |
D | init.rc | 612 ## Daemon processes to be run by init.
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 275 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
|
12