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

  /frameworks/base/include/android_runtime/
AndroidRuntime.h 41 Zygote,
67 void start(const char *classname, const Vector<String8>& options, bool zygote);
91 * This gets called after the JavaVM has initialized after a Zygote
134 int startVm(JavaVM** pJavaVM, JNIEnv** pEnv, bool zygote);
  /frameworks/base/core/java/com/android/internal/os/
WrapperInit.java 45 * wrapper process instead of by forking Zygote.
62 // Tell the Zygote what our actual PID is (since it only knows about the
73 Slog.d(TAG, "Could not write pid of wrapped process to Zygote pipe.", ex);
77 // Mimic Zygote preloading.
121 Zygote.appendQuotedShellArgs(command, args);
122 Zygote.execShell(command.toString());
Zygote.java 26 public final class Zygote {
60 private Zygote() {}
117 * zygote to exit.
153 * Zygote unmount storage space on initializing.
ZygoteInit.java 68 * Startup class for the zygote process.
80 private static final String TAG = "Zygote";
82 private static final String PROPERTY_DISABLE_OPENGL_PRELOADING = "ro.zygote.disable_gl_preload";
110 /** Controls whether we should preload resources during zygote init. */
114 * Registers a server socket for zygote command connections
154 * Close and clean up zygote sockets. Called on shutdown and on the
167 Log.e(TAG, "Zygote: error closing sockets", ex);
169 Log.e(TAG, "Zygote: error closing descriptor", ex);
207 // Ask the WebViewFactory to do any initialization that must run in the zygote process,
218 // would be collected when the Zygote GC runs in gcAndFinalize()
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.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 135 milliseconds