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

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.12/src/main/macos/
SIZE.r 2 #include "Processes.r"
  /external/libvpx/
usage_cx.dox 4 processes raw images passed by the application, producing packets of
  /system/core/toolbox/
schedtop.c 42 struct thread_table processes; variable in typeref:struct:thread_table
99 info = get_item(&processes);
148 commit_item(&processes);
204 proc_info = &processes.data[processes.active - 1];
213 printf("Processes: %d, Threads %d\n", processes.active, threads.active);
231 for (j = 0; j < processes.active; j++)
232 if (pid == processes.data[j].pid)
234 if (j == processes.active
    [all...]
  /sdk/emulator/qtools/
profile_pid.cpp 14 // of processes and sort into decreasing order.
64 ProcessState *processes = trace->GetProcesses(&num_procs); local
65 qsort(processes, num_procs, sizeof(ProcessState), cmp_dec_cpu_time);
69 total_time += processes[ii].cpu_time;
74 ProcessState *pstate = &processes[0];
dump_regions.cpp 41 ProcessState *processes = trace->GetProcesses(&num_procs); local
43 ProcessState *pstate = &processes[0];
  /frameworks/base/docs/html/guide/topics/processes/
process-lifecycle.jd 1 page.title=Processes and Application Life Cycle
35 <p>To determine which processes should be killed when low on memory, Android
59 <p>There will only ever be a few such processes in the system, and these will only
60 be killed as a last resort if memory is so low that not even these processes
72 required to keep all foreground processes running.
78 processes are not directly visible to the user, they are generally doing things
80 network data upload or download), so the system will always keep such processes
86 {@link android.app.Activity#onStop} method has been called). These processes
90 can kill such processes at any time to reclaim memory for one of the three
91 previous processes types. Usually there are many of these processes running
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sched.h 8 #define CLONE_VM 0x00000100 /* set if VM shared between processes */
9 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */
10 #define CLONE_FILES 0x00000400 /* set if open files shared between processes */
  /frameworks/base/tools/preload/
Root.java 43 final Map<Integer, Proc> processes = new HashMap<Integer, Proc>(); field in class:Root
55 Proc process = processes.get(record.pid);
116 Proc proc = processes.get(record.pid);
120 Proc parent = processes.get(record.ppid);
122 processes.put(proc.id, proc);
  /external/proguard/src/proguard/obfuscate/
MappingProcessor.java 36 * Processes the given class name mapping.
47 * Processes the given field name mapping.
60 * Processes the given method name mapping.
  /libcore/luni/src/main/java/javax/security/auth/callback/
package.html 10 processes. It is a classical callback mechanism: one retrieves information (i.e.
  /libcore/luni/src/main/java/java/nio/channels/
FileLock.java 25 * Locks have certain properties that enable collaborating processes to avoid
27 * can be <em>exclusive</em> or <em>shared</em>. Multiple processes can hold
36 * overlaps(long, long)}) method. Locks held in other processes may overlap
49 * operating system processes.
53 * 'mandatory' -- meaning the operating system enforces the locks on processes
55 * locks are only 'advisory' -- meaning that processes are required to
57 * processes to not play well. To be on the safe side, it is best to assume that
139 * Indicates if the file lock is shared with other processes or if it is
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ptrace.h 73 /* Get all general purpose registers used by a processes.
78 /* Set all general purpose registers used by a processes.
83 /* Get all floating point registers used by a processes.
88 /* Set all floating point registers used by a processes.
101 /* Get all extended floating point registers used by a processes.
106 /* Set all extended floating point registers used by a processes.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
Addr2Line.java 34 * The processes take some time to load as they need to parse the library files.
35 * For this reason, processes cannot be manually started. Instead the class
36 * keeps an internal list of processes and one asks for a process for a specific
38 * Internally, the processes are started in pipe mode to be able to query them
44 * Loaded processes list. This is also used as a locking object for any
45 * methods dealing with starting/stopping/creating processes/querying for
215 * Stops all current running processes.
  /external/chromium/base/
process_util.h 6 // computing statistics of processes.
214 // Used to filter processes by process ID.
222 // Returns the number of processes on the machine that are running from the
223 // given executable name. If filter is non-null, then only processes selected
228 // Attempts to kill all the processes on the current machine that were launched
230 // filter is non-null, then only processes selected by the filter are killed.
231 // Returns false if all processes were able to be killed off, false if at least
260 // Wait for all the processes based on the named executable to exit. If filter
261 // is non-null, then only processes selected by the filter are waited on.
262 // Returns after all processes have exited or wait_milliseconds have expired
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
resource.h 56 This affects swapping; processes that are exceeding their
72 /* Number of processes. */
99 processes. */
160 /* All of its terminated child processes. */
178 with other processes (kilobyte-seconds). */
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 51 * applications/processes/services.
72 // Processes that are hosting a service we are interested in, organized
79 // Processes that are hosting a service we are interested in, organized
84 // Used to sort the interesting processes.
88 // Additional interesting processes to be shown to the user, even if
92 // All currently running processes, for finding dependencies etc.
96 // The processes associated with services, in sorted order.
99 // All processes, used for retrieving memory information.
507 // Non-started processes go last.
511 // System processes go below non-system
675 List<ActivityManager.RunningAppProcessInfo> processes local
    [all...]
  /system/core/sh/
jobs.h 56 * single process or a set of processes contained in a pipeline. In the
70 struct procstat *ps; /* status or processes when more than one */
71 int nprocs; /* number of processes */
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 50 private static final String PROCESSES = "processes";
156 // processes
157 String processes = getProcesses(); local
158 addResult(PROCESSES, processes);
305 * Return a semi-colon-delimited list of the root processes that were running on the phone
317 Log.e(TAG, "Error getting processes: " + exception.getMessage(), exception);
RootProcessScanner.java 26 /** Crawls /proc to find processes that are running as root. */
29 /** Processes that are allowed to run as root. */
51 /** Test that there are no unapproved root processes running on the system. */
82 * Filters out processes in /proc that are not approved.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/device/
DeviceInfoCollector.java 47 public static final String PROCESSES = "processes";
  /external/clearsilver/man/man3/
filter_create_fd.3 46 been: a mechanism to create sub processes
  /external/iptables/extensions/
libipt_ULOG.man 5 socket. One or more userspace processes may then subscribe to various
  /external/kernel-headers/original/asm-generic/
errno-base.h 13 #define ECHILD 10 /* No child processes */
  /frameworks/base/cmds/dumpstate/
dumpstate.h 44 /* Displays a blocked processes in-kernel wait channel */
  /frameworks/base/include/utils/
Log.h 24 // threads and/or multiple processes so long as the operating system

Completed in 666 milliseconds

1 2 3 4 5 6 7 8 91011>>