HomeSort by relevance Sort by last modified time
    Searched full:spawned (Results 1 - 25 of 64) sorted by null

1 2 3

  /dalvik/dvz/
dvz.c 88 fprintf(stderr, "\nRequests a new Dalvik VM instance to be spawned from the zygote\n"
90 "while the spawned VM instance is alive and forwards some signals.\n"
91 "The exit code of the spawned VM instance is dropped.\n");
  /system/core/libcutils/
zygote.c 43 * will be sent and inherited by the spawned process.
208 * will be sent and inherited by the spawned process.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
utmp.h 108 #define INIT_PROCESS 5 /* Process spawned by the init process. */
utmpx.h 96 #define INIT_PROCESS 5 /* Process spawned by the init process. */
  /external/quake/quake/src/WinQuake/
server.h 81 qboolean spawned; // false = don't send datagrams member in struct:client_s
84 qboolean sendsignon; // only valid before spawned
host_cmd.cpp 1066 if (!client || !client->active || !client->spawned)
1131 if (!client->active || !client->spawned)
1269 if (host_client->spawned)
1271 Con_Printf ("prespawn not valid -- allready spawned\n");
1298 if (host_client->spawned)
1300 Con_Printf ("Spawn not valid -- allready spawned\n");
1418 host_client->spawned = true;
    [all...]
sv_main.cpp 232 client->spawned = false; // need prespawn, spawn, etc
270 client->spawned = false;
832 if (host_client->spawned)
1198 Con_DPrintf ("Server spawned.\n");
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 73 * the new VM instance intends to track the lifetime of the spawned instance
75 * in the Zygote and placed here in the spawned instance so that it will
77 * in the original Zygote process, and in all spawned processes where
158 * spawned and messages are printed to the log and stderr. Returns
265 * be inherited by (and set to close-on-exec in) the spawned process
798 * newly spawned process, then we're all done.
  /external/bluetooth/glib/
glibconfig.h 217 * GLib only for descendant processes spawned with the g_spawn*
glibconfig.h.win32.in 246 * GLib only for descendant processes spawned with the g_spawn*
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
options.py 49 parent_command = make_option("--parent-command", action="store", dest="parent_command", default=None, help="(Internal) The command that spawned this instance.")
  /external/gtest/src/
gtest-death-test.cc 344 bool spawned() const { return spawned_; } function in class:testing::internal::DeathTestImpl
345 void set_spawned(bool spawned) { spawned_ = spawned; }
358 // True if the death test child process has been successfully spawned.
437 if (!spawned())
735 if (!spawned())
806 if (!spawned())
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 328 bool spawned() const { return spawned_; } function in class:testing::internal::DeathTestImpl
329 void set_spawned(bool spawned) { spawned_ = spawned; }
352 // True if the death test child process has been successfully spawned.
448 if (!spawned())
552 if (!spawned())
716 if (!spawned())
    [all...]
  /external/dbus/dbus/
dbus-spawn.c 167 * and the grandchild. The grandchild is our spawned process. The intermediate
583 * Blocks until the babysitter process gives us the PID of the spawned grandchild,
584 * then kills the spawned grandchild.
624 * Sets the #DBusError with an explanation of why the spawned
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h 65 // or even before, main() -- that is, before threads are spawned.
184 // Thread-hostile; meant to be called before any threads are spawned.
329 // Thread-hostile; meant to be called before any threads are spawned.
362 // are spawned.
  /external/kernel-headers/original/linux/
binder.h 301 * Register a spawned looper thread with the device.
  /external/webkit/WebKitTools/Scripts/
parallelcl 126 print STDERR "####### Spawned child with PID $pid and tmpFile $tmpFile ##########\n" if $debug;
  /frameworks/base/docs/html/guide/topics/processes/
process-lifecycle.jd 31 it terminates the spawned thread running in the process. The solution to this problem
  /external/quake/quake/src/QW/progs/
doors.qc 403 START_OPEN causes the door to move to its destination when spawned, and operate in reverse. It is used to temporarily or permanently close off an area when triggered (not usefull for touch or takedamage doors).
409 "targetname" if set, no touch field will be spawned and a remote button or trigger field activates the door.
540 // LinkDoors can't be done until all of the doors have been spawned, so
  /external/icu4c/test/intltest/
tsmthred.cpp 316 // This is the code that each of the spawned threads runs.
317 // All of the spawned threads bunch up together at each of the two mutexes
1031 logln("Spawned all");
1033 errln("No threads could be spawned.");
    [all...]
  /external/quake/quake/src/QW/server/
server.h 230 int spawncount; // number of servers spawned since start,
sv_send.c 673 continue; // reliables go to all connected or spawned
679 continue; // datagrams only go to spawned
  /libcore/luni/src/main/java/java/lang/
ProcessManager.java 146 * A new child was spawned just before we entered
  /libcore/luni/src/main/java/java/security/
AccessController.java 276 * including the inherited access control context of the thread that spawned
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
context.h 195 new daemon is spawned. If api is non-NULL, the functions specified in

Completed in 741 milliseconds

1 2 3