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

  /external/chromium_org/content/zygote/
zygote_linux.h 26 // This is the object which implements the zygote. The ZygoteMain function,
29 class Zygote {
31 Zygote(int sandbox_flags, ScopedVector<ZygoteForkDelegate> helpers,
34 ~Zygote();
40 // Pid from inside the Zygote's PID namespace.
117 // The Zygote needs to keep some information about each process. Most
119 // the Zygote and whether or not a process was started by the
130 // created prior to the construction of the Zygote object, and must be reaped
131 // before the Zygote exits. The Zygote will perform a blocking wait on thes
    [all...]
zygote_linux.cc 5 #include "content/zygote/zygote_linux.h"
84 Zygote::Zygote(int sandbox_flags, ScopedVector<ZygoteForkDelegate> helpers,
93 Zygote::~Zygote() {
96 bool Zygote::ProcessRequests() {
117 LOG_IF(WARNING, !r) << "Sending zygote magic failed";
119 // right after the process starts and it may fail to send zygote magic
124 CHECK(r) << "Sending zygote magic failed";
135 bool Zygote::GetProcessInfo(base::ProcessHandle pid
    [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 44 * wrapper process instead of by forking Zygote.
61 // Tell the Zygote what our actual PID is (since it only knows about the
71 Slog.d(TAG, "Could not write pid of wrapped process to Zygote pipe.", ex);
75 // Mimic Zygote preloading.
108 Zygote.appendQuotedShellArgs(command, args);
109 Zygote.execShell(command.toString());
126 Zygote.appendQuotedShellArgs(command, args);
127 Zygote.execShell(command.toString());
Zygote.java 27 public final class Zygote {
28 private static final String TAG = "Zygote";
56 private Zygote() {}
92 checkTime(startTime, "Zygote.preFork");
96 checkTime(startTime, "Zygote.nativeForkAndSpecialize");
98 checkTime(startTime, "Zygote.postForkCommon");
122 * zygote to exit.
156 checkTime(startTime, "Zygote.callPostForkChildHooks");
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/tools/common/api-versions/android-1/
android.jar 
  /prebuilts/tools/common/api-versions/android-2/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 776 milliseconds