/bionic/libc/unistd/ |
killpg.c | 44 return (kill(-pgid, sig));
|
/external/blktrace/doc/ |
blktrace.8 | 69 killed by the user (via a control-C, or kill utility invocation). 74 You may utilise the blktrace utility itself to kill 124 \-\-kill 126 Kill on-going trace
|
/external/chromium/chrome/browser/extensions/ |
extension_devtools_manager.cc | 52 // No renderers have registered listeners for this tab, so kill the
|
/external/chromium/net/url_request/ |
url_request_file_dir_job.h | 31 virtual void Kill();
|
url_request_ftp_job.h | 50 virtual void Kill();
|
url_request_file_dir_job.cc | 61 void URLRequestFileDirJob::Kill() { 73 URLRequestJob::Kill(); 160 // No need for NotifyCanceled() since canceled_ is set inside Kill().
|
/external/dbus/bus/ |
rc.messagebus.in | 43 ## we don't want to kill all the per-user $processname, we want
|
/external/dbus/test/name-test/ |
run-test-systemserver.sh | 6 kill -9 $DBUS_SESSION_BUS_PID
|
/external/kernel-headers/original/asm-mips/ |
termbits.h | 59 #define VKILL 3 /* Kill-line character [ICANON]. */ 191 #define ICANON 0000002 /* Do erase and kill processing. */ 195 #define ECHOK 0000040 /* Echo NL after KILL. */ 201 #define ECHOKE 0004000 /* Visual erase for KILL. */
|
/external/libcap-ng/libcap-ng-0.7/src/ |
captab.h | 28 _S(CAP_KILL, "kill" )
|
/external/llvm/test/CodeGen/ARM/ |
2010-06-29-PartialRedefFastAlloc.ll | 8 ; %reg1030:dsub_1<def> = COPY %reg1028:dsub_0<kill>
|
/external/llvm/test/CodeGen/X86/ |
2010-07-11-FPStackLoneUse.ll | 5 ; not a kill. We still need an FP_REG_KILL for that block since the register
|
/external/llvm/utils/ |
DSAclean.py | 20 #it would kill old computers
|
/external/strace/ |
TODO | 13 kill procs we error out of on svr4
|
/external/webkit/Source/WebCore/manual-tests/ |
input-starved-by-timers.html | 46 You don't need to kill the browser.<br>If the bug is fixed, there will be no
|
/external/webkit/Source/WebCore/platform/mac/ |
KillRingMac.mm | 33 // Kill ring calls. Would be better to use NSKillRing.h, but that's not available as API or SPI.
|
/frameworks/base/services/java/com/android/server/am/ |
AppWaitingForDebuggerDialog.java | 68 // Kill the application.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
rex.x | 73 /* chars[2] == kill character */ 136 const CRTKIL = 0x04000000; /* kill line with " \b " */ 173 tchars more; /* interrupt, kill characters, etc. */ 189 const LCRTKIL = 0x0400; /* kill line with " \b " */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
rex.x | 73 /* chars[2] == kill character */ 136 const CRTKIL = 0x04000000; /* kill line with " \b " */ 173 tchars more; /* interrupt, kill characters, etc. */ 189 const LCRTKIL = 0x0400; /* kill line with " \b " */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
rex.x | 73 /* chars[2] == kill character */ 136 const CRTKIL = 0x04000000; /* kill line with " \b " */ 173 tchars more; /* interrupt, kill characters, etc. */ 189 const LCRTKIL = 0x0400; /* kill line with " \b " */
|
/system/core/sh/funcs/ |
suspend | 41 kill -TSTP 0
|
/external/chromium/chrome/browser/net/ |
view_http_cache_job_factory.cc | 32 virtual void Kill(); 99 void ViewHttpCacheJob::Kill() { 103 net::URLRequestJob::Kill();
|
/hardware/ril/mock-ril/ |
README.txt | 128 4) To restart the ril, kill the currently running ril and the new one 130 /system/bin/rild PID, 3212 below and kill it: 134 $ adb shell kill 3212
|
/system/vold/ |
Process.cpp | 179 // hunt down and kill processes that have files open on the given mount point 215 kill(pid, SIGTERM); 218 kill(pid, SIGKILL);
|
/tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/logic/stop/ |
AndroidEmulatorStopper.java | 68 boolean kill, IProgressMonitor monitor) 160 if (kill) 162 AndroidLogicUtils.kill(instance);
|