/frameworks/base/tools/preload/ |
D | Root.java | 43 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()
|
D | WritePreloadedClassFile.java | 87 for (Proc proc : root.processes.values()) { in main() 124 for (Proc proc : root.processes.values()) { in addAllClassesFrom()
|
D | PrintPsTree.java | 40 for (Proc proc : root.processes.values()) { in main()
|
D | PrintHtmlDiff.java | 43 for (Proc proc : root.processes.values()) { in main()
|
D | PrintBugReports.java | 47 for (Proc proc : root.processes.values()) { in main()
|
/frameworks/base/docs/html/guide/topics/processes/ |
D | process-lifecycle.jd | 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, 99 run. As such, the system will often kill these processes in order to [all …]
|
/frameworks/base/docs/html/guide/basics/ |
D | building-blocks.jd | 12 and it's also possible to create completely separate child processes if you 14 hard to make processes transparent to your code.</p>
|
D | appmodel.jd | 193 <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/ |
D | index.jd | 49 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,
|
D | aidl.jd | 25 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>
|
D | ddms.jd | 220 <h2 id="exploring-processes">Exploring Processes</h2>
|
D | adb.jd | 271 <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/ |
D | fundamentals.jd | 902 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/ |
D | provider-element.jd | 184 processes, and "{@code false}" if not. The default value is "{@code false}". 235 application across multiple processes.
|
D | receiver-element.jd | 151 application across multiple processes.
|
D | service-element.jd | 159 application across multiple processes.
|
D | activity-element.jd | 406 activity can run in multiple processes, allowing the system to create instances 475 multiple processes.
|
D | manifest-intro.jd | 41 <li>It determines which processes will host application components.</li>
|
/frameworks/base/docs/html/guide/appendix/faq/ |
D | framework.jd | 44 IPC calls coming in from other processes. The system maintains a
|
D | security.jd | 113 <li>hides its files and/or processes;</li>
|
D | troubleshooting.jd | 177 …Check that any emulator processes are killed (sometimes they can hang, use ps on unix or mac, o…
|
D | commontasks.jd | 818 control your processes from DDMS, then you should close Eclipse before launching DDMS so that
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-providers.jd | 84 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/ |
D | notifications.jd | 311 its processes is still running in the background, even when the application is not
|
/frameworks/base/docs/html/sdk/ |
D | OLD_RELEASENOTES.jd | 66 …uch as the ability to keep components private, better control over when processes are started, and…
|