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

  /frameworks/base/tools/preload/
PrintHtmlDiff.java 41 // Classes loaded implicitly by the zygote.
42 Set<LoadedClass> zygote = new HashSet<LoadedClass>(); local
44 if (proc.name.equals("zygote")) {
46 zygote.add(op.loadedClass);
56 if (loadedClass.preloaded && !zygote.contains(loadedClass)) {
  /frameworks/base/cmds/app_process/
app_main.cpp 53 return; // Zygote. Nothing to do here.
101 // if zygote
125 // Since they're forked from zygote, the size of their command line
126 // is the size of the zygote command line.
131 // names if the zygote command line decreases in size.
183 static const char ZYGOTE_NICE_NAME[] = "zygote";
211 // --zygote : Start in zygote mode
213 // --application : Start in application (stand alone, non zygote) mode.
216 // For non zygote starts, these arguments will be followed b
239 bool zygote = false; local
    [all...]
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 98 zygote = 0;
99 ASSERT_TRUE(debug_initialize(&dispatch, &zygote));
105 int zygote; member in class:MallocDebugTest
    [all...]

Completed in 1412 milliseconds