Searched refs:Zygote (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | WrapperInit.java | 108 Zygote.appendQuotedShellArgs(command, args); in execApplication() 109 Zygote.execShell(command.toString()); in execApplication() 126 Zygote.appendQuotedShellArgs(command, args); in execStandalone() 127 Zygote.execShell(command.toString()); in execStandalone()
|
D | ZygoteConnection.java | 246 pid = Zygote.forkAndSpecialize(parsedArgs.uid, parsedArgs.gid, parsedArgs.gids, in runOnce() 361 int mountExternal = Zygote.MOUNT_EXTERNAL_NONE; 465 debugFlags |= Zygote.DEBUG_ENABLE_DEBUGGER; in parseArgs() 467 debugFlags |= Zygote.DEBUG_ENABLE_SAFEMODE; in parseArgs() 469 debugFlags |= Zygote.DEBUG_ENABLE_CHECKJNI; in parseArgs() 471 debugFlags |= Zygote.DEBUG_ENABLE_JNI_LOGGING; in parseArgs() 473 debugFlags |= Zygote.DEBUG_ENABLE_ASSERT; in parseArgs() 563 mountExternal = Zygote.MOUNT_EXTERNAL_MULTIUSER; in parseArgs() 565 mountExternal = Zygote.MOUNT_EXTERNAL_MULTIUSER_ALL; in parseArgs() 723 args.debugFlags |= Zygote.DEBUG_ENABLE_DEBUGGER; in applyDebuggerSystemProperty()
|
D | Zygote.java | 27 public final class Zygote { class 56 private Zygote() {} in Zygote() method in Zygote
|
D | ZygoteInit.java | 611 pid = Zygote.forkSystemServer( in startSystemServer()
|
/frameworks/base/core/java/android/os/ |
D | Process.java | 23 import com.android.internal.os.Zygote; 622 if ((debugFlags & Zygote.DEBUG_ENABLE_JNI_LOGGING) != 0) { in startViaZygote() 625 if ((debugFlags & Zygote.DEBUG_ENABLE_SAFEMODE) != 0) { in startViaZygote() 628 if ((debugFlags & Zygote.DEBUG_ENABLE_DEBUGGER) != 0) { in startViaZygote() 631 if ((debugFlags & Zygote.DEBUG_ENABLE_CHECKJNI) != 0) { in startViaZygote() 634 if ((debugFlags & Zygote.DEBUG_ENABLE_ASSERT) != 0) { in startViaZygote() 637 if (mountExternal == Zygote.MOUNT_EXTERNAL_MULTIUSER) { in startViaZygote() 639 } else if (mountExternal == Zygote.MOUNT_EXTERNAL_MULTIUSER_ALL) { in startViaZygote()
|
/frameworks/base/include/android_runtime/ |
D | AndroidRuntime.h | 41 Zygote, enumerator
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-memory.jd | 204 allocations you share with the Zygote process are shared dirty RAM.</dd> 267 <dd>The RAM used by Dalvik allocations in your app. The <code>Pss Total</code> includes all Zygote 270 your own allocations and any Zygote allocation pages that have been modified since forking your 271 app’s process from Zygote. 280 because your process was forked from Zygote and it includes allocations that your process shares 297 <code>Pss Total</code> for Unknown takes into account sharing with Zygote, and <code>Private Dirty<… 371 number of allocations in the Zygote process. But because the Zygote allocations are shared across
|
/frameworks/base/docs/html/sdk/api_diff/3/ |
D | missingSinces.txt | 186 NO DOC BLOCK: dalvik.system.Zygote Method forkAndSpecialize(int, int, int[], int, int[][]) 187 NO DOC BLOCK: dalvik.system.Zygote Method forkAndSpecialize(int, int, int[], boolean, int[][]) 188 NO DOC BLOCK: dalvik.system.Zygote Method forkSystemServer(int, int, int[], int, int[][]) 189 NO DOC BLOCK: dalvik.system.Zygote Method forkSystemServer(int, int, int[], boolean, int[][]) 558 NO DOC BLOCK: dalvik.system.Zygote Field DEBUG_ENABLE_ASSERT 559 NO DOC BLOCK: dalvik.system.Zygote Field DEBUG_ENABLE_CHECKJNI 560 NO DOC BLOCK: dalvik.system.Zygote Field DEBUG_ENABLE_DEBUGGER
|
/frameworks/base/services/java/com/android/server/ |
D | SystemServer.java | 57 import com.android.internal.os.Zygote;
|
/frameworks/base/docs/html/training/articles/ |
D | memory.jd | 91 <li>Each app process is forked from an existing process called Zygote. 92 The Zygote process starts when the system boots and loads common framework code and resources 93 (such as activity themes). To start a new app process, the system forks the Zygote process then
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 71 import com.android.internal.os.Zygote; 2924 int mountExternal = Zygote.MOUNT_EXTERNAL_NONE; in startProcessLocked() 2937 mountExternal = Zygote.MOUNT_EXTERNAL_MULTIUSER_ALL; in startProcessLocked() 2939 mountExternal = Zygote.MOUNT_EXTERNAL_MULTIUSER; in startProcessLocked() 2973 debugFlags |= Zygote.DEBUG_ENABLE_DEBUGGER; in startProcessLocked() 2976 debugFlags |= Zygote.DEBUG_ENABLE_CHECKJNI; in startProcessLocked() 2982 debugFlags |= Zygote.DEBUG_ENABLE_SAFEMODE; in startProcessLocked() 2985 debugFlags |= Zygote.DEBUG_ENABLE_CHECKJNI; in startProcessLocked() 2988 debugFlags |= Zygote.DEBUG_ENABLE_JNI_LOGGING; in startProcessLocked() 2991 debugFlags |= Zygote.DEBUG_ENABLE_ASSERT; in startProcessLocked()
|
/frameworks/base/docs/html/sdk/api_diff/8/ |
D | missingSinces.txt | 314 NO DOC BLOCK: dalvik.system.Zygote Field DEBUG_ENABLE_SAFEMODE
|
/frameworks/base/ |
D | preloaded-classes | 1764 com.android.internal.os.Zygote
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 4713 http://developer.android.com/sdk/api_diff/3/changes/dalvik.system.Zygote.html 5261 http://developer.android.com/sdk/api_diff/5/changes/dalvik.system.Zygote.html 6625 http://developer.android.com/sdk/api_diff/8/changes/dalvik.system.Zygote.html
|