Searched
full:kill (Results
576 -
600 of
1513) sorted by null
<<21222324252627282930>>
/frameworks/base/core/java/android/os/storage/ |
StorageManager.java | 476 * <code>force</code> flag is true, it will kill any application needed to 489 * @param force whether to kill any programs using this in order to unmount
|
/frameworks/base/docs/html/tools/help/ |
monkey.jd | 217 <td><code>--kill-process-after-error</code></td> 227 <td>Watches for and reports crashes occurring in the Android system native code. If --kill-process-after-error is set, the system will stop.</td>
|
/frameworks/base/services/java/com/android/server/wm/ |
Session.java | 474 WindowManagerService.TAG, " KILL SURFACE SESSION " + mSurfaceSession); 476 mSurfaceSession.kill();
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
ipc_event.c | 630 /* kill child process */ 631 kill(pIpcEvent->child_process_id, SIGKILL);
|
/ndk/sources/host-tools/make-3.81/ |
make.h | 367 # define kill(pid,sig) w32_kill(pid,sig) macro 370 extern int kill(int pid, int sig);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
NdkGdbLaunchDelegate.java | 249 // kill existing gdbserver 254 c.kill();
|
/bionic/libc/stdio/ |
fseek.c | 171 curoff += fp->_r; /* kill off ungetc */
|
/development/ndk/platforms/android-8/arch-arm/symbols/ |
libc.so.functions.txt | 639 kill
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
libc.so.functions.txt | 648 kill
|
/development/scripts/ |
reverse_tether.sh | 119 # kill all default route interfaces (just in case something remains)
|
/docs/source.android.com/src/source/ |
building.md | 169 getting those rules set up, it can be killed with `adb kill-server`.
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
rhino-python.input | 195 #Should spend 2 seconds trying to kill thread in nice Python style first...
|
/external/antlr/antlr-3.4/runtime/Python/ |
setup.py | 25 # kill temporary files
|
/external/blktrace/ |
README | 45 -k Kill running trace.
|
/external/chromium/build/ |
gyp_chromium | 150 # TODO(mark): Find and kill remaining circular dependencies, and remove this
|
/external/chromium/chrome/browser/ |
browser_main_posix.cc | 146 kill(getpid(), signal);
|
/external/chromium/chrome/common/ |
service_process_util.cc | 207 // If an older version is running, kill it.
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
__init__.py | 86 directive from mod_reqtimeout should be modified not to kill connections
|
/external/clang/test/Analysis/ |
idempotent-operations.c | 81 // Relaxed liveness - check that we don't kill liveness at assignments
|
/external/e2fsprogs/misc/ |
fsck.c | 541 kill(inst->pid, signum); 639 * bit before sending the kill, to give it 645 kill(inst2->pid, SIGUSR1); 649 kill(inst2->pid, SIGUSR1);
|
/external/grub/stage2/ |
char_io.c | 320 /* The kill buffer. */ 647 case 21: /* C-u kill to beginning of line */ 662 case 11: /* C-k kill to end of line */ 669 case 25: /* C-y yank the kill buffer */
|
/external/kernel-headers/original/asm-arm/ |
memory.h | 262 * For BIO. "will die". Kill me when bio_to_phys() and bvec_to_phys() die.
|
/external/kernel-headers/original/linux/ |
init.h | 189 both to kill the warning and check the type of the init/cleanup
|
/external/libvpx/examples/includes/geshi/geshi/ |
bash.php | 128 'kbd_mode','kbdrate', 'kdialog', 'kfile', 'kill', 'killall',
|
klonec.php | 61 'cd', 'system', 'exit', 'exec', 'fork', 'vfork', 'kill', 'signal', 'syslog',
|
Completed in 2096 milliseconds
<<21222324252627282930>>