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

  /external/autotest/site_utils/lxc/
zygote.py 18 class Zygote(Container):
41 super(Zygote, self).__init__(container_path, name, attribute_values,
53 # If creating a new zygote, initialize the host dir.
60 super(Zygote, self).destroy(force)
76 super(Zygote, self).set_hostname(hostname)
  /frameworks/base/core/jni/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 51 * wrapper process instead of by forking Zygote.
67 // Tell the Zygote what our actual PID is (since it only knows about the
78 Slog.d(TAG, "Could not write pid of wrapped process to Zygote pipe.", ex);
82 // Mimic system Zygote preloading.
126 Zygote.appendQuotedShellArgs(command, args);
128 Zygote.execShell(command.toString());
162 // Perform the same initialization that would happen after the Zygote forks.
163 Zygote.nativePreApplicationInit();
Zygote.java 29 public final class Zygote {
65 private Zygote() {}
103 // Resets nice priority for zygote process.
132 * zygote to exit.
154 // Resets nice priority for zygote process.
170 * Lets children of the zygote inherit open file descriptors to this path.
175 * Zygote unmount storage space on initializing.
ZygoteInit.java 73 * Startup class for the zygote process.
85 private static final String TAG = "Zygote";
87 private static final String PROPERTY_DISABLE_OPENGL_PRELOADING = "ro.zygote.disable_gl_preload";
111 /** Controls whether we should preload resources during zygote init. */
141 // Ask the WebViewFactory to do any initialization that must run in the zygote process,
161 // would be collected when the Zygote GC runs in gcAndFinalize().
233 * Performs Zygote process initialization. Loads and initializes
333 // Bring back root. We'll need it later if we're in the zygote.
441 /* runFinalizationSync() lets finalizers be called in Zygote,
660 pid = Zygote.forkSystemServer
    [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/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.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 687 milliseconds