HomeSort by relevance Sort by last modified time
    Searched full:processes (Results 1 - 25 of 4283) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/sepolicy/prebuilts/api/26.0/public/
vndservicemanager.te 1 # vndservicemanager - the Binder context manager for vendor processes
webview_zygote.te 2 # isolated_app processes for rendering untrusted web content.
  /system/sepolicy/public/
vndservicemanager.te 1 # vndservicemanager - the Binder context manager for vendor processes
webview_zygote.te 2 # isolated_app processes for rendering untrusted web content.
  /external/trappy/
setup.cfg 5 processes=-1
  /packages/services/Car/evs/sepolicy/
evs_default.te 5 # allow init to launch processes in this context
evs_manager.te 6 # allow init to launch processes in this context
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowActivityManager.java 20 private List<ActivityManager.RunningAppProcessInfo> processes = field in class:ShadowActivityManager
33 return processes;
57 * Non-Android accessor to set the list of running processes.
58 * @param processes
60 public void setProcesses( List<ActivityManager.RunningAppProcessInfo> processes ) {
61 this.processes = processes;
  /external/python/cpython2/Doc/library/
ipc.rst 8 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.
  /cts/tests/tests/os/assets/minijail/
isolated-arm64.policy 1 # Minijail Seccomp Policy for isolated_app processes on AARCH64.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/raise/
coverage.txt 1 The current coverage of this suite is limited to testing raise() on processes.
10 1 YES, only covering processes, not threads
  /system/sepolicy/vendor/
vndservicemanager.te 1 # vndservicemanager - the Binder context manager for vendor processes
8 # transfer binder objects to other processes (TODO b/35870313 limit this to vendor-only)
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
hotplug03.txt 7 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/autotest/client/site_tests/kernel_Oom/
control 8 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/autotest/client/site_tests/platform_RootPartitionsNotMounted/
platform_RootPartitionsNotMounted.py 71 """Gets a list of process IDs of active processes.
73 Gets a list of process IDs of active processes by looking into /proc
74 and filters out those processes with a executable path that is
81 A list of process IDs of active processes.
83 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)
    [all...]
  /external/selinux/python/sepolicy/sepolicy/help/
lockdown_unconfined.txt 1 Disable Unconfined System Processes
4 By default any system process that is started at boot that do not have SELinux Policy defined for them, run as initrc_t or init_t. These domains are unconfined by SELinux. Other similar processes which do not have SELinux Policy written for them run also unconfined. By disabling the unconfined module moves you closer to what used to be called strict policy, and locks down your machine tighter.
9 Note if you disable the unconfined module, you may see an increase in the denials, and if you have processes running as initrc_t, you may need to write policy for them.
  /external/autotest/client/site_tests/platform_CheckCriticalProcesses/
platform_CheckCriticalProcesses.py 14 that among these processes all the expected processes are running.
53 Verify processes in |process_list| are running.
57 processes = self.get_process_list()
61 if set(processes_names).isdisjoint(processes):
64 raise error.TestFail('The following processes are not running: %r.'
  /external/elfutils/config/
10-default-yama-scope.conf 6 # debugging, tracing and profiling) of processes.
9 # unprivileged processes cannot interact through ptrace with processes
10 # that they cannot send signals to or processes that are running set-uid
16 # if you don't have any other way to separate processes in their own
30 # 1 - Restricted attach. Only child processes plus normal permissions.
  /external/autotest/client/site_tests/platform_MemoryMonitor/
platform_MemoryMonitor.py 84 """Extracts information about processes from `top`.
92 processes = []
99 processes.append(process_usage)
101 return processes
104 def report_top_processes(processes, n=10):
105 """Returns a dictionary of top n processes.
114 @param processes: a list of ProcessUsage
115 @param n: maximum number of processes to return
121 top_users = sorted(processes, key=get_resident, reverse=True)
130 def group_by_command(processes)
    [all...]
  /device/google/marlin/sepolicy/
hal_memtrack.te 5 # Grant access if that's the case; don't log denials for other processes.
  /device/lge/bullhead/sepolicy/
qti.te 11 # Allow qti to create and use socket to communicate between qti processes.
  /external/autotest/client/tests/barriertest/
control 8 This tests barriers which can be used for multiple threads/processes/hosts
  /external/autotest/client/tests/signaltest/
control 8 Test signal passing to processes
  /external/ltp/testcases/kernel/fs/mongo/
README 6 # run_mongo <device> <processes>
10 <processes> - number of processes
24 mongo.pl <filesystem> <device> <test_dir> <log> <processes>
  /external/ltp/testcases/open_posix_testsuite/conformance/behavior/timers/
assertions.xml 3 TIMER_MAX in limits.h defines the maximum number of processes that

Completed in 1212 milliseconds

1 2 3 4 5 6 7 8 91011>>