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

1 2 3

  /external/qemu/distrib/sdl-1.2.12/src/thread/
SDL_systhread.h 49 /* This function kills the thread and returns */
  /frameworks/base/core/java/android/database/
BulkCursorToCursorAdaptor.java 265 // This should never happen because the system kills processes that are using remote
276 // the system kills processes that are using remote cursors when the provider process
  /external/chromium/sdch/open-vcdiff/
compile 87 # FIXME: race condition here if user kills between mkdir and trap.
  /external/chromium/base/
debug_util_win.cc 173 // When it fails, we should not call debugbreak since it kills the current
174 // process (prevents future tests from running or kills the browser
process_util.h 278 // executable name to exit, then kills off any of them that are still around.
process_util_win.cc 328 // the rest of the code kills a process.
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmKlaxon.java 77 // which kills the alarm. Check against the initial call state so
279 * Kills alarm audio after ALARM_TIMEOUT_SECONDS, so the alarm
  /external/grub/
compile 119 # FIXME: race condition here if user kills between mkdir and trap.
  /external/libffi/
compile 119 # FIXME: race condition here if user kills between mkdir and trap.
  /hardware/ril/mock-ril/
README.txt 103 test copies the latest libmock_ril.so and kills rild
  /development/pdk/docs/porting/
instrumentation_framework.jd 23 <p> Each Android application runs in its own process. Instrumentation kills the application process and restarts the process with Instrumentation. Instrumentation gives a handle to the application context used to poke around the application to validate test assertions, allowing you to write test cases to test applications at a much lower level than UI screen shot tests. Note that Instrumentation cannot catch UI bugs. </p>
instrumentation_testing.jd 28 <p> Each Android application runs in its own process. Instrumentation kills the application process and restarts the process with Instrumentation. Instrumentation gives a handle to the application context used to poke around the application to validate test assertions, allowing you to write test cases to test applications at a much lower level than UI screen shot tests. Note that Instrumentation cannot catch UI bugs. </p>
  /development/simulator/app/
DeviceManager.h 150 * This kills the runtime process to force this thread to exit.
PrefsDialog.cpp 215 // make it visibly different; unfortunately this kills scroll, copy&paste
MyApp.cpp 51 * handler. MinGW just kills the process.
  /development/simulator/wrapsim/
LaunchWrapper.c 11 * We want to ignore signals while waiting, so Ctrl-C kills the child rather
  /external/dbus/tools/
dbus-launch.1 152 it kills the message bus daemon.
  /external/oprofile/daemon/
opd_ibs_trans.c 43 /* IBS all fetch samples (kills + attempts) */
  /libcore/luni/src/main/java/java/lang/
ProcessManager.java 93 * Kills the process with the given ID.
  /libcore/luni/src/main/native/
java_lang_ProcessManager.cpp 53 * Kills process with the given ID.
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoLoader.java 190 * Stops loading images, kills the image loader thread and clears all caches.
  /external/quake/quake/src/WinQuake/
host_cmd.cpp 452 char kills[20]; local
457 sprintf (kills,"kills:%3i/%3i", cl.stats[STAT_MONSTERS], cl.stats[STAT_TOTALMONSTERS]);
458 memcpy (text+22, kills, strlen(kills));
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
base.py 581 """Forcefully and synchronously kills the web server.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DevicePanel.java 403 * Kills the selected {@link Client} by sending its VM a halt command.
  /external/chromium/third_party/icu/source/test/intltest/
regcoll.cpp 978 // this spanish phrase kills it!
    [all...]

Completed in 473 milliseconds

1 2 3