Home | History | Annotate | Download | only in preload

Lines Matching full:process

25  * A Dalvik process.
31 /** Parent process. */
34 /** Process ID. */
38 * Name of this process. We may not have the correct name at first, i.e.
39 * some classes could have been loaded before the process name was set.
53 /** Sequential list of operations that happened in this process. */
56 /** List of past process names. */
59 /** Constructs a new process. */
65 /** Sets name of this process. */
76 * Returns true if this process comes from the zygote.
148 * Prints this process tree to stdout.