Home
last modified time | relevance | path

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

/frameworks/base/tools/preload/
DRoot.java43 final Map<Integer, Proc> processes = new HashMap<Integer, Proc>(); field in Root
56 Proc process = processes.get(record.pid); in indexClassOperation()
117 Proc proc = processes.get(record.pid); in indexProcess()
121 Proc parent = processes.get(record.ppid); in indexProcess()
123 processes.put(proc.id, proc); in indexProcess()
DWritePreloadedClassFile.java87 for (Proc proc : root.processes.values()) { in main()
124 for (Proc proc : root.processes.values()) { in addAllClassesFrom()
DPrintPsTree.java40 for (Proc proc : root.processes.values()) { in main()
DPrintHtmlDiff.java43 for (Proc proc : root.processes.values()) { in main()
DPrintBugReports.java47 for (Proc proc : root.processes.values()) { in main()
/frameworks/base/docs/html/guide/topics/processes/
Dprocess-lifecycle.jd35 <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,
99 run. As such, the system will often kill these processes in order to
[all …]
/frameworks/base/docs/html/guide/basics/
Dbuilding-blocks.jd12 and it's also possible to create completely separate child processes if you
14 hard to make processes transparent to your code.</p>
Dappmodel.jd193 <p>In Android, processes are entirely an implementation detail of applications
211 this will not be allowed and different distinct processes will be created for
/frameworks/base/docs/html/guide/developing/tools/
Dindex.jd49 lets you manage processes on an emulator or device and assists in debugging.
50 You can use it to kill processes, select a specific process to debug,
Daidl.jd25 between processes. On the Android platform, one process can not normally access the memory
34 language used to generate code that enables two processes on an Android-powered device
269 other processes. In this case, the rect will read four numbers from the parcel,
295 <li>Objects are reference counted across processes. </li>
Dddms.jd220 <h2 id="exploring-processes">Exploring Processes</h2>
Dadb.jd271 <td>Prints a list of available JDWP processes on a given device. </td>
623 processes that run the Dalvik VM, you can have the system write a copy of the output to the log fil…
/frameworks/base/docs/html/guide/topics/
Dfundamentals.jd902 However, you can arrange for components to run in other processes, and you
940 low and required by other processes that are more immediately serving
947 When deciding which processes to terminate, Android weighs their relative
1028 other processes). It would have both the interface file generated by
1101 other processes. Although the ContentResolver and ContentProvider classes
1584 any time, when the memory it consumes is needed by other processes.
1600 The next section has more on the vulnerability of processes to being killed.
1607 long as possible, but eventually it will need to remove old processes when
1608 memory runs low. To determine which processes to keep and which to kill,
1641 Only a few foreground processes will exist at any given time. They
[all …]
/frameworks/base/docs/html/guide/topics/manifest/
Dprovider-element.jd184 processes, and "{@code false}" if not. The default value is "{@code false}".
235 application across multiple processes.
Dreceiver-element.jd151 application across multiple processes.
Dservice-element.jd159 application across multiple processes.
Dactivity-element.jd406 activity can run in multiple processes, allowing the system to create instances
475 multiple processes.
Dmanifest-intro.jd41 <li>It determines which processes will host application components.</li>
/frameworks/base/docs/html/guide/appendix/faq/
Dframework.jd44 IPC calls coming in from other processes. The system maintains a
Dsecurity.jd113 <li>hides its files and/or processes;</li>
Dtroubleshooting.jd177 …Check that any emulator processes are killed (sometimes they can hang, use ps on unix or mac, o…
Dcommontasks.jd818 control your processes from DDMS, then you should close Eclipse before launching DDMS so that
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-providers.jd84 in different applications and processes. The interaction between processes is
710 various ContentResolver objects in different processes and threads,
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd311 its processes is still running in the background, even when the application is not
/frameworks/base/docs/html/sdk/
DOLD_RELEASENOTES.jd66 …uch as the ability to keep components private, better control over when processes are started, and…