Home
last modified time | relevance | path

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

12345678910>>...19

/external/autotest/client/site_tests/platform_MemoryMonitor/
Dplatform_MemoryMonitor.py92 processes = []
99 processes.append(process_usage)
101 return processes
104 def report_top_processes(processes, n=10): argument
121 top_users = sorted(processes, key=get_resident, reverse=True)
130 def group_by_command(processes): argument
146 sorted_by_command = sorted(processes, key=get_command)
163 def group_by_service(processes): argument
178 processes = dict((p.pid, p.resident) for p in processes)
193 resident += processes.get(pid, 0)
[all …]
/external/autotest/client/site_tests/platform_RootPartitionsNotMounted/
Dplatform_RootPartitionsNotMounted.py83 processes = []
88 processes.append(path)
89 return processes
109 processes = self.get_process_list([self._UPDATE_ENGINE_PATH])
110 if not processes:
112 logging.debug('Active processes: %s' % ', '.join(processes))
114 for process in processes:
Dcontrol8 Verify that the root partitions are not mounted by processes other than
23 This test checks that the root partitions are not mounted by processes other
/external/robolectric/v1/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/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dhotplug03.txt7 processes, and then onlining the CPU, and checking to make sure at least
8 one of the processes moved to that CPU.
22 Start up a number of processes equal to twice the number of CPUs we
23 have, so we can be pretty sure that we've got enough processes that at
28 Wait a few seconds, to allow the process scheduler to move processes
37 Kill all of the load processes
/external/ltp/testcases/kernel/fs/mongo/
Dmongo.pl232 my ($phase_num, $phase_name, $cmd, $dir1, $dir2, $flag, $processes) = @_ ;
245 $pp=$processes;
278 if ($processes > 1) {
377 my ($processes) = @_ ;
378 $p = $processes;
424 if ($processes > 1) {
425 print LOG2 "MONGO_MULTI_PROCESS ($processes processes) BENCHMARK RESULTS (time in sec.)\n";
444 if ($processes > 1) {
445 print LOG3 "MONGO_MULTI_PROCESS ($processes) \n";
472 if($processes > 1) {
DREADME6 # run_mongo <device> <processes>
10 <processes> - number of processes
24 mongo.pl <filesystem> <device> <test_dir> <log> <processes>
/external/v8/tools/gcmole/
Dparallel.py37 processes = multiprocessing.cpu_count() variable
38 pool = multiprocessing.Pool(processes=processes)
/external/autotest/contrib/
Dwatch_expensive_rpcs.py89 processes = [] variable
94 processes.append(proc)
95 for proc in processes:
99 for proc in processes:
/external/python/cpython2/Doc/includes/
Dmp_synchronize.py133 processes = [
139 for p in processes:
142 for p in processes:
177 processes = [multiprocessing.Process(target=event_func, args=(event,))
180 for p in processes:
189 for p in processes:
/external/python/cpython2/Doc/library/
Dipc.rst8 The modules described in this chapter provide mechanisms for different processes
11 Some modules only work for two processes that are on the same machine, e.g.
13 that two or more processes can use to communicate across machines.
Dmultiprocessing.rst13 :mod:`multiprocessing` is a package that supports spawning processes using an
25 input data across processes (data parallelism). The following example
27 that child processes can successfully import that module. This basic example
47 In :mod:`multiprocessing`, processes are spawned by creating a :class:`Process`
88 Exchanging objects between processes
92 processes:
134 may become corrupted if two processes (or threads) try to read from or write
136 of corruption from processes using different ends of the pipe at the same
140 Synchronization between processes
160 Without using the lock output from the different processes is liable to get all
[all …]
/external/selinux/python/sepolicy/sepolicy/help/
Dlockdown_ptrace.txt4 …ility of processes on the computer system from examining other processes on the system, including …
/external/autotest/site_utils/
Dlog_socket_server_unittest.py42 processes = []
49 processes.append(process)
51 for process in processes:
/external/autotest/client/site_tests/platform_OSLimits/
Dcontrol11 - Max processes
38 - Max processes: the maximum number of processes that can be created for
55 - 0: no ASLR for userspace processes.
60 - 1: all processes core dump when possible.
/external/autotest/client/site_tests/kernel_Oom/
Dcontrol8 before we kill processes (OOM) when we consume a lot of memory.
11 PURPOSE = "Checks that processes get killed in very low memory conditions."
14 Fails if we OOM (ie, processes get killed) before we get low memory
/external/ltp/testcases/network/nfsv4/locks/
DREADME7 Several slave processes try to perform operations on this region, such
16 Slaves are concurrent processes or threads.
19 -T : Use threads instead of processes (optional).
26 ./locktests -n <number of concurent processes> -f <test file> -c <number of clients>
100 the SLAVE processes try to perform the following operations on the
127 200 processes of 200 successfully ran test : READ ON A READ LOCK
128 200 processes of 200 successfully ran test : SET A READ LOCK ON A WRITE LOCK
134 least 2 different processes (thread information cannot be shared
/external/v8/tools/testrunner/local/
Dpool.py78 self.processes = []
123 self.processes.append(p)
180 for p in self.processes:
185 for p in self.processes:
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/raise/
Dcoverage.txt1 The current coverage of this suite is limited to testing raise() on processes.
10 1 YES, only covering processes, not threads
/external/autotest/client/site_tests/platform_CheckCriticalProcesses/
Dplatform_CheckCriticalProcesses.py57 processes = self.get_process_list()
61 if set(processes_names).isdisjoint(processes):
/external/autotest/client/site_tests/security_NetworkListeners/
Dcontrol8 Enforces a whitelist of known, allowed processes with open network listens
13 Fail if the list of processes listening on the network doesn't match the
/external/autotest/client/site_tests/security_RuntimeExecStack/
Dcontrol7 DOC = ("This test verifies that no running processes on the image have "
11 PURPOSE = "To ensure running processes have non-executable stack"
/external/libmojo/mojo/edk/embedder/
DREADME.md10 code, to set up the Mojo IPC system for use between processes. Note that most
13 initial MessagePipe between two processes, etc.
/external/autotest/client/site_tests/logging_CrashServices/
Dcontrol7 PURPOSE = "Verify that all processes create *.dmp files."
17 Crash all valid Chrome OS processes from a whitelist, and confirm
/external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
Dcontext_switch.c355 static int processes; variable
359 { "process", no_argument, &processes, 1 },
432 if (processes) in main()
444 printf("Using %s with ", processes ? "processes" : "threads"); in main()

12345678910>>...19