Home
last modified time | relevance | path

Searched refs:processes (Results 1 – 25 of 26) sorted by relevance

12

/system/core/libprocessgroup/
Dprocessgroup.cpp258 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/
Diotop.cpp102 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/
Ddumpstate.te13 # 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
Datrace.te19 # atrace pokes all the binder-enabled processes at startup.
Ddomain.te110 # 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.
Dattributes10 # All types used for processes.
88 # i.e. processes that can read up and write down.
Dmediaserver.te19 # ptrace to processes in the same domain for memory leak detection
55 # Inter System processes communicate over named pipe (FIFO)
Daudioserver.te24 # ptrace to processes in the same domain for memory leak detection
Dzygote.te113 # Ensure that all types assigned to app processes are included
115 # written on appdomain are applied to all app processes.
Dsu.te5 # Domain used for su processes, as well as for adbd and adb shell
Dproperty_contexts88 # These properties are not normally set by processes other than init.
Dadbd.te13 # created processes.
Dsystem_server.te25 # 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
Dmls97 # is a domain type, so that processes can communicate via unnamed pipes
Dshell.te1 # Domain for shell processes spawned by ADB or console service.
Dvold.te119 # Set scheduling policy of kernel processes
Dinit.te168 # Transitions to seclabel processes in init.rc
Dapp.te149 # Grant GPU access to all processes started by Zygote.
/system/extras/tests/sdcard/
DREADME9 to check how the sdcard scale with the number of processes.
/system/core/init/
Dreadme.txt140 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/
DREADME.md35 The sequence of steps required to perform a leak detection pass is divided into three processes - t…
/system/core/adb/
DSERVICES.TXT234 This service is used by DDMS to know which debuggable processes are running
/system/core/fastboot/
Dfastboot_protocol.txt142 Useful for upgrade processes that require upgrading
/system/core/rootdir/
Dinit.rc612 ## Daemon processes to be run by init.
/system/media/audio_utils/
DDoxyfile.orig275 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments

12