HomeSort by relevance Sort by last modified time
    Searched defs:Zygote (Results 1 - 7 of 7) sorted by null

  /frameworks/base/include/android_runtime/
AndroidRuntime.h 41 Zygote,
91 * This gets called after the JavaVM has initialized after a Zygote
  /frameworks/base/core/java/com/android/internal/os/
WrapperInit.java 30 import dalvik.system.Zygote;
47 * wrapper process instead of by forking Zygote.
64 // Tell the Zygote what our actual PID is (since it only knows about the
74 Slog.d(TAG, "Could not write pid of wrapped process to Zygote pipe.", ex);
78 // Mimic Zygote preloading.
111 Zygote.appendQuotedShellArgs(command, args);
112 Zygote.execShell(command.toString());
129 Zygote.appendQuotedShellArgs(command, args);
130 Zygote.execShell(command.toString());
  /libcore/dalvik/src/main/java/dalvik/system/
Zygote.java 22 * Provides access to the Dalvik "zygote" feature, which allows a VM instance to
28 public class Zygote {
50 private Zygote() {}
78 * Forks a new Zygote instance, but does not leave the zygote mode.
127 * @deprecated use {@link Zygote#forkAndSpecialize(int, int, int[], int, int[][])}
140 * zygote to exit.
172 * @deprecated use {@link Zygote#forkSystemServer(int, int, int[], int, int[][])}
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 

Completed in 1126 milliseconds