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

  /external/chromium_org/content/zygote/
zygote_linux.h 21 // This is the object which implements the zygote. The ZygoteMain function,
24 class Zygote {
26 Zygote(int sandbox_flags,
28 ~Zygote();
zygote_linux.cc 5 #include "content/zygote/zygote_linux.h"
45 const int Zygote::kMagicSandboxIPCDescriptor;
47 Zygote::Zygote(int sandbox_flags,
60 Zygote::~Zygote() {
63 bool Zygote::ProcessRequests() {
84 LOG_IF(WARNING, !r) << "Sending zygote magic failed";
86 // right after the process starts and it may fail to send zygote magic
91 CHECK(r) << "Sending zygote magic failed"
    [all...]
  /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 25 * Provides access to the Dalvik "zygote" feature, which allows a VM instance to
31 public class Zygote {
62 private Zygote() {}
90 * Forks a new Zygote instance, but does not leave the zygote mode.
145 * zygote to exit.
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 

Completed in 572 milliseconds