Home
last modified time | relevance | path

Searched refs:spawn (Results 1 – 25 of 55) sorted by relevance

123

/external/dbus/cmake/test/
DCMakeLists.txt39 set (spawn-test_SOURCES
40 ${CMAKE_SOURCE_DIR}/../test/spawn-test.c
72 add_executable(spawn-test ${spawn-test_SOURCES})
73 target_link_libraries(spawn-test ${DBUS_INTERNAL_LIBRARIES})
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginHostManager.mm37 #import <spawn.h>
138 // And spawn the plug-in host again.
143 // FIXME: Check for invalid dest and try to re-spawn the plug-in agent.
144 LOG_ERROR("Failed to spawn plug-in host, error %x", kr);
254 // Try to spawn it again.
/external/dbus/test/
D.gitignore17 spawn-test
DMakefile.am16 TEST_BINARIES=test-service test-names test-shell-service shell-test spawn-test test-segfault test-e…
50 spawn-test.c
/external/quake/quake/src/QW/progs/
Dworld.qc369 { // just here so spawn functions don't complain after the world
377 bodyque_head = spawn();
379 bodyque_head.owner = spawn();
381 bodyque_head.owner.owner = spawn();
383 bodyque_head.owner.owner.owner = spawn();
Dplats.qc19 trigger = spawn();
330 // a chance to spawn
363 // a chance to spawn
Dmisc.qc186 fireball = spawn();
345 newmis = spawn();
453 bubble = spawn();
473 bubble = spawn();
Dspectate.qc52 // teleport the spectator to the next spawn point
Ddoors.qc10 Doors are similar to buttons, but can spawn a fat trigger field around them
282 trigger = spawn();
356 // they don't spawn a field
519 // but spawn in the open position
Dtriggers.qc305 s = spawn ();
360 death = spawn();
407 // spawn a tfog flash in front of the destination
Dplayer.qc369 bubble = spawn();
392 bubble_spawner = spawn();
485 new = spawn();
Dweapons.qc100 missile = spawn ();
429 newmis = spawn ();
641 newmis = spawn ();
701 newmis = spawn ();
Dclient.qc277 // set default spawn parms
311 Returns the entity to spawn at
360 // bprint (PRINT_HIGH, "Ackk! All spots are full. Selecting random spawn spot\n");
656 o = spawn();
665 o = spawn();
Dsubs.qc216 t = spawn();
/external/bluetooth/glib/tests/
DMakefile.am37 spawn_test_win32_gui = spawn-test-win32-gui
133 spawn-test \
D.gitignore55 spawn-test
Dmakefile.msc.in61 spawn-test.exe \
/external/quake/quake/src/QW/client/
Ddocs.txt98 "spawn" sends all dynamically changing state (fullclient updates, lightmaps, frags)
103 FIXME: there is an updating hole between the sending of spawn data and the client
/external/protobuf/python/
Dsetup.py11 from distutils.spawn import find_executable
/external/dbus/dbus/
DAndroid.mk42 dbus-spawn.c \
/external/dbus/cmake/dbus/
DCMakeLists.txt181 ${DBUS_DIR}/dbus-spawn.h
198 ${DBUS_DIR}/dbus-spawn-win.c
224 ${DBUS_DIR}/dbus-spawn.c
/external/quake/quake/src/QW/server/
Dserver.h323 extern cvar_t spawn;
/external/dbus/
DChangeLog.pre-1-2213 * dbus/dbus-spawn.c (babysit_signal_handler): check write return value
244 * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): the API
251 * dbus/dbus-spawn.c (read_ints, read_pid): use correct ssize_t type
304 * dbus/dbus-spawn.c (babysit, babysitter_iteration): add error
455 dbus/dbus-spawn-win.c, dbus/dbus-spawn.c,
674 * dbus/dbus-spawn.c (_dbus_babysitter_get_child_exit_status):
904 * dbus/dbus-spawn.c: (read_data),
906 * dbus/dbus-spawn.h:
972 dbus-sysdeps-spawn-win.c: synced with windbus sources
1078 * dbus/dbus-sysdeps-win.c, dbus/dbus-sysdeps-spawn-win.c,
[all …]
DREADME.windbus163 * dbus/dbus-spawn-win.c
/external/quake/quake/src/QW/
Dcmds.txt418 spawn

123