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

1 2 3 4 5 6 7 8 91011>>

  /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/autotest/scheduler/
drone_utility_unittest.py 40 processes = self.drone_utility._refresh_processes(self._fake_command,
43 for process in processes:
47 self.fail("No %s processes found" % self._fake_command)
58 # Test processes that have the mark in their env.
62 processes = self.drone_utility._refresh_processes(self._fake_command,
64 self.assertEqual(num_procs, len(processes))
65 self.assertEqual(proc_info_list, processes)
69 # Test processes that do not have the mark in their env
72 processes = self.drone_utility._refresh_processes(self._fake_command,
74 self.assertEqual([], processes)
    [all...]
  /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 70 """Gets a list of process IDs of active processes.
72 Gets a list of process IDs of active processes by looking into /proc
73 and filters out those processes with a executable path that is
80 A list of process IDs of active processes.
82 processes = []
87 processes.append(path)
88 return processes
108 processes = self.get_process_list([self._UPDATE_ENGINE_PATH])
109 if not processes:
111 logging.debug('Active processes: %s' % ', '.join(processes)
    [all...]
  /external/autotest/client/site_tests/security_ReservedPrivileges/
control 8 Enforces a whitelist of known, allowed reserved privileged processes on the system
12 To maintain a minimal set of reserved privileged processes on the system
15 Fail if the list of reserved privileged processes doesn't match the baseline
  /external/selinux/policycoreutils/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.
lockdown_ptrace.txt 4 The deny_ptrace feature allows an administrator to toggle the ability of processes on the computer system from examining other processes on the system, including user processes. It can even block processes running as root.
ports_inbound.txt 1 This screen shows the network ports that processes running with the '%(APP)s' type is allowed to bind to.
ports_outbound.txt 1 This screen shows the network ports to which processes running with the '%(APP)s' type is allowed to connect.
  /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()
58 missing_processes = [ p for p in process_list if p not in processes ]
60 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.
  /device/moto/shamu/
sec_config 12 /* Allow MOTEX service to be used by radio processes and net_raw processes */
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
ps_util.py 13 def GetChildPids(processes, pid):
14 """Returns all child processes of |pid| from the given |processes| list.
17 processes: A tuple of (pid, ppid, state) as generated by ps.
24 for curr_pid, curr_ppid, state in processes:
26 continue # Ignore zombie processes
62 'leaked processes. To install psutil, see: '
88 logging.warning('Telemetry leaks these processes: %s',
  /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/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/chromium-trace/catapult/telemetry/third_party/mox3/
requirements.txt 1 # The order of packages is significant, because pip processes them in the order
  /external/chromium-trace/catapult/third_party/mox3/
requirements.txt 1 # The order of packages is significant, because pip processes them in the order
  /external/v8/test/webkit/fast/js/
Promise-resolve-state-expected.txt 1 Test whether Promise processes microtasks in the correct order.
  /external/valgrind/gdbserver_tests/
nlfork_chain.vgtest 2 # of forked processes.
  /system/tpm/tpm_manager/common/
tpm_nvram_interface.h 33 // Processes a DefineNvramRequest and responds with a DefineNvramReply.
38 // Processes a DestroyNvramRequest and responds with a DestroyNvramReply.
43 // Processes a WriteNvramRequest and responds with a WriteNvramReply.
48 // Processes a ReadNvramRequest and responds with a ReadNvramReply.
53 // Processes a IsNvramDefinedRequest and responds with a IsNvramDefinedReply.
59 // Processes a IsNvramLockedRequest and responds with a IsNvramLockedReply.
64 // Processes a GetNvramSizeRequest and responds with a GetNvramSizeReply.
  /external/autotest/site_utils/
check_hung_proc.py 8 """Script to check the number of long-running processes.
10 This script gets the number of processes for "gsutil" and "autoserv"
31 """Check the number of long-running processes for a given program.
33 Finds out the number of processes for a given program that have run
38 @param max_elapsed_sec: Max elapsed time in seconds. Processes that
  /system/tpm/attestation/common/
attestation_interface.h 40 // Processes a CreateGoogleAttestedKeyRequest and responds with a
48 // Processes a GetKeyInfoRequest and responds with a GetKeyInfoReply.
53 // Processes a GetEndorsementInfoRequest and responds with a
61 // Processes a GetAttestationKeyInfoRequest and responds with a
69 // Processes a ActivateAttestationKeyRequest and responds with a
77 // Processes a CreateCertifiableKeyRequest and responds with a
85 // Processes a DecryptRequest and responds with a DecryptReply.
90 // Processes a SignRequest and responds with a SignReply.
95 // Processes a RegisterKeyWithChapsTokenRequest and responds with a
  /external/libvpx/libvpx/vpx_dsp/arm/
idct16x16_neon.c 52 // First pass processes even elements 0, 2, 4, 6, 8, 10, 12, 14 and save the
56 // Second pass processes odd elements 1, 3, 5, 7, 9, 11, 13, 15 and combines
67 // First pass processes even elements 0, 2, 4, 6, 8, 10, 12, 14 and save the
71 // Second pass processes odd elements 1, 3, 5, 7, 9, 11, 13, 15 and combines
82 // First pass processes even elements 0, 2, 4, 6, 8, 10, 12, 14 and save the
86 // Second pass processes odd elements 1, 3, 5, 7, 9, 11, 13, 15 and combines
97 // First pass processes even elements 0, 2, 4, 6, 8, 10, 12, 14 and save the
101 // Second pass processes odd elements 1, 3, 5, 7, 9, 11, 13, 15 and combines
133 // First pass processes even elements 0, 2, 4, 6, 8, 10, 12, 14 and save the
137 // Second pass processes odd elements 1, 3, 5, 7, 9, 11, 13, 15 and combine
    [all...]

Completed in 1144 milliseconds

1 2 3 4 5 6 7 8 91011>>