Home
last modified time | relevance | path

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

12345678910>>...13

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowActivityManager.java20 private List<ActivityManager.RunningAppProcessInfo> processes = field in ShadowActivityManager
33 return processes; in getRunningAppProcesses()
60 public void setProcesses( List<ActivityManager.RunningAppProcessInfo> processes ) { in setProcesses() argument
61 this.processes = processes; in setProcesses()
/external/v8/tools/testrunner/local/
Dpool.py56 self.processes = []
84 self.processes.append(p)
130 for p in self.processes:
135 for p in self.processes:
/external/selinux/policycoreutils/sepolicy/sepolicy/help/
Dlockdown_ptrace.txt4 …ility of processes on the computer system from examining other processes on the system, including …
Dlockdown_unconfined.txt4 …c_t or init_t. These domains are unconfined by SELinux. Other similar processes which do not hav…
9 …onfined module, you may see an increase in the denials, and if you have processes running as initr…
Dports_inbound.txt1 This screen shows the network ports that processes running with the '%(APP)s' type is allowed to bi…
Dports_outbound.txt1 This screen shows the network ports to which processes running with the '%(APP)s' type is allowed t…
/external/sepolicy/
Ddumpstate.te13 # Allow dumpstate to scan through /proc/pid for all processes
16 # Send signals to processes
46 # Signal java processes to dump their stack
49 # Signal native processes to dump their stack.
52 # Ask debuggerd for the backtraces of these processes.
73 # Reading /proc/PID/maps of other processes
Dattributes8 # All types used for processes.
58 # i.e. processes that can read up and write down.
Dzygote.te73 # Ensure that all types assigned to app processes are included
75 # written on appdomain are applied to all app processes.
Ddomain.te178 # Limit ability to ptrace or read sensitive /proc/pid files of processes
352 # Only authorized processes should be writing to files in /data/dalvik-cache
385 # Killing processes automatically to make room for new ones is an
415 # TODO: prohibit non-zygote spawned processes from using shared libraries
421 # Ensure that all types assigned to processes are included
423 # written on domain are applied to all processes.
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
DRemoteAPI.java144 List<ActivityManager.RunningAppProcessInfo> processes = activityMgr.getRunningAppProcesses(); in findProcess() local
146 for (ActivityManager.RunningAppProcessInfo info : processes) { in findProcess()
/external/libavc/common/arm/
Dih264_default_weighted_pred_a9q.s122 loop_4: @each iteration processes four rows
146 loop_8: @each iteration processes four rows
170 loop_16: @each iteration processes eight rows
295 loop_2_uv: @each iteration processes two rows
313 loop_4_uv: @each iteration processes two rows
330 loop_8_uv: @each iteration processes four rows
Dih264_weighted_pred_a9q.s134 loop_4: @each iteration processes four rows
166 loop_8: @each iteration processes four rows
206 loop_16: @each iteration processes two rows
364 loop_2_uv: @each iteration processes two rows
387 loop_4_uv: @each iteration processes two rows
415 loop_8_uv: @each iteration processes two rows
/external/libxml2/VxWorks/
DREADME14 modules), and RTPs (real-time processes). Kernel modules are the bread
15 and butter of VxWorks, but they look nothing like processes/threads in
16 normal UNIX/Windows systems. RTPs are more like processes that have
/external/llvm/lib/Fuzzer/
DFuzzerFlags.def43 " this number of jobs in separate worker processes"
46 "Number of simultaneous worker processes to run the jobs.")
/external/valgrind/gdbserver_tests/
Dnlfork_chain.vgtest2 # of forked processes.
/external/strace/
DNEWS94 * Enhanced tracing of x86 personality processes on x86_64 and x32.
95 * Enhanced tracing of ARM personality processes on AArch64.
112 * Fixed detaching from stopped processes.
207 * Enhanced switching between processes with different personalities.
261 creation of threads and child processes.
432 * Better x86-64 support for IA32 processes.
451 * Fix Linux/x86-64 syscall argument extraction for 32-bit processes.
509 handle both new x86-64 and old i386 processes.
513 * Trace an unbounded number of processes.
540 * Better support for tracing multithreaded processes in Linux
[all …]
/external/v8/test/webkit/fast/js/
DPromise-resolve-state-expected.txt1 Test whether Promise processes microtasks in the correct order.
/external/libvpx/libvpx/
Dusage_cx.dox4 processes raw images passed by the application, producing packets of
/external/llvm/test/MC/ARM/
Darm-trustzone.s7 @ Check that the assembler processes SMC instructions when TrustZone support is
Darm-thumb-trustzone.s7 @ Check that the assembler processes SMC instructions when TrustZone support is
/external/compiler-rt/test/asan/TestCases/Posix/
Dlog_path_fork_test.cc.disabled16 // There are two processes at this point, thus there should be two distinct
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-bench.txt83 options (20 sender and receiver processes per group)
84 (10 groups == 400 processes run)
Dperf-timechart.txt39 Select the processes to display, by name or PID
/external/ltrace/
DNEWS119 *** Full support for tracing multi-threaded processes
123 of multi-threaded processes is rather bad, because handling any
143 The deny_ptrace boolean denies all processes from being able to
144 use ptrace to manipulate other processes. Ltrace now understands
174 *** [ppc] Support both BSS and secure PLTs for 32-bit processes
299 *** [ppc] Fix races in tracing -e events in 64-bit processes

12345678910>>...13