HomeSort by relevance Sort by last modified time
    Searched full:kill (Results 751 - 775 of 1513) sorted by null

<<31323334353637383940>>

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
intermediate.h 302 // Handle break, continue, return, and kill.
  /external/webkit/Source/WebKit2/UIProcess/
WebProcessProxy.cpp 301 // We received an invalid message from the web process, invalidate our connection and kill it.
  /external/webkit/Tools/Scripts/webkitpy/common/system/
executive_unittest.py 185 expected_exit_code = 0 # os.kill results in exit(0) for this process.
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
http_server.py 231 # probably not being flushed, etc... why doesn't our python have os.kill ?
server_process.py 215 # force-kill the process if necessary.
  /frameworks/base/docs/html/tools/debugging/
index.jd 123 want, and then <code>kill -3</code>. The stack trace appears in the log file.
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
stopping.jd 82 recover system memory. In extreme cases, the system might simply kill your app process without
  /frameworks/base/services/java/com/android/server/am/
ProviderMap.java 376 tp.kill();
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu_linux.c 440 kill(pid, SIGKILL);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
NetlinkServer.cpp 248 if (kill(pid, 0)) {
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
osapi.c 577 kill(pid, SIGUSR1);
  /libcore/luni/src/main/java/java/lang/
ProcessManager.java 260 Libcore.os.kill(pid, SIGKILL);
  /libcore/luni/src/main/java/libcore/io/
Posix.java 75 public native void kill(int pid, int signal) throws ErrnoException; method in class:Posix
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 152 // kill the threads and count 'em again
  /ndk/docs/
NDK-GDB.html 110 session is running on the same device. Using --force will kill the
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertAudio.java 200 // Listen for incoming calls to kill the alarm.
  /packages/apps/Email/src/com/android/email/
Email.java 135 * so we'll reschedule to kill off any existing alarms.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java 317 // Don't kill the keyboard if there is a bug in the spell checker
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
esd.h 48 /* sample functionality: cache, free, play, loop, EOL, kill */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
esd.h 48 /* sample functionality: cache, free, play, loop, EOL, kill */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
esd.h 48 /* sample functionality: cache, free, play, loop, EOL, kill */
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
linux-unistd.h 45 int kill (pid_t, int);

Completed in 2142 milliseconds

<<31323334353637383940>>