/external/dbus/tools/ |
dbus-launch.c | 343 kill (bus_pid_to_kill, SIGTERM); 345 kill (bus_pid_to_kill, SIGKILL); 562 * to the tty and the X server in order to kill the message bus 650 * kill bus if requested. 1190 /* Kill the old bus */
|
/external/llvm/lib/Target/ARM/ |
Thumb2InstrInfo.cpp | 209 .addReg(BaseReg, RegState::Kill) 210 .addReg(DestReg, RegState::Kill) 215 .addReg(DestReg, RegState::Kill) 216 .addReg(BaseReg, RegState::Kill) 281 .addReg(BaseReg, RegState::Kill)
|
/external/valgrind/main/docs/internals/ |
threads-syscalls-signals.txt | 70 raises one, the kernel will just summarily kill the process. Therefore, 75 their signal; ie, calling kill(getpid(), SIGUSR1) will call the handler 76 for SIGUSR1 before kill is seen to complete.) 100 signals raised by kill(), and synchronous faults raised by an 104 with kill(pid, SIGSEGV).
|
/external/chromium/chrome/browser/task_manager/ |
task_manager_browsertest.cc | 201 // Kill the background contents process and verify that it disappears from the 357 // Kill the extension process and make sure we notice it. 380 // Kill the extension process and make sure we notice it.
|
/external/chromium/chrome/browser/ui/views/ |
hung_renderer_view.cc | 170 // The button we insert into the ClientView to kill the errant process. This 289 // additional button (which we create) to kill the process (which will result 329 // Kill the process.
|
/external/oprofile/utils/ |
opcontrol | 146 -h/--shutdown stop data collection and kill daemon 978 kill -0 `cat $LOCK_FILE` 2>/dev/null 990 kill -USR2 `cat $LOCK_FILE` 2>/dev/null 994 # kill the daemon process(es) 1003 kill -0 `cat $LOCK_FILE` 2>/dev/null 1013 kill -TERM `cat $LOCK_FILE` 1032 kill -TERM "$pid" 2>/dev/null 1047 kill -9 `cat $LOCK_FILE` 1051 # already removed unless we forced the kill [all...] |
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/ |
browser_harness.rb | 148 Process.kill("INT", pid) 150 Process.kill("KILL", pid)
|
/ndk/sources/host-tools/make-3.81/ |
function.c | 251 /* Kill the last space. */ 396 /* Kill the last space and terminate the string. */ 451 /* Kill the last blank. */ 574 /* Kill last space. */ 632 /* Kill last space. */ 663 /* Kill last space. */ 876 /* Kill the last space. */ 1042 /* Kill the last space. */ 1080 /* Kill the last space. */ 1179 /* Kill the last space. * [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
ContentResolverTest.java | 137 // so the act of killing it doesn't kill our own process. 187 // Kill it. Note that a bug at this point where it causes our own 225 // Kill it. Note that a bug at this point where it causes our own 274 // Kill it. Note that a bug at this point where it causes our own 591 // Kill it. Note that a bug at this point where it causes our own 624 // Kill it. Note that a bug at this point where it causes our own [all...] |
/external/chromium/chrome/browser/ |
process_singleton_linux.cc | 338 // the same host, kill the process, unlink the lock file and return true. 358 int rv = kill(static_cast<base::ProcessHandle>(pid), SIGKILL); 360 // progress of shutting down and finishes before we try to kill it). 818 // Retries failed. Kill the unresponsive chrome process and continue. 849 // Try to kill the other process, because it might have been dead. 906 // This time, we don't want to kill anything if we aren't successful, since we [all...] |
/dalvik/docs/ |
heap-profiling.html | 59 # kill -10 <pid> 176 The <code>kill -10</code> (<code>SIGUSR1</code>) method of generating heap
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_database.h | 244 // of hashes is too large or if the kill switch URL is on the whitelist 311 // memory, if the kill switch URL is on the csd whitelist or if there was
|
/external/chromium/net/url_request/ |
url_request_file_job.cc | 181 void URLRequestFileJob::Kill() { 191 URLRequestJob::Kill();
|
/external/llvm/lib/CodeGen/ |
LiveInterval.cpp | 83 // r->end is the kill point. 339 /// extendInBlock - If this interval is live before Kill in the basic 340 /// block that starts at StartIdx, extend it to be live up to Kill and return 341 /// the value. If there is no live range before Kill, return NULL. 342 VNInfo *LiveInterval::extendInBlock(SlotIndex StartIdx, SlotIndex Kill) { 345 iterator I = std::upper_bound(begin(), end(), Kill.getPrevSlot()); 351 if (I->end < Kill) 352 extendIntervalEndTo(I, Kill);
|
/external/mksh/src/ |
jobs.c | 30 /* cross fingers and hope kill is killpg-endowed */ 31 #define mksh_killpg(p,s) kill(-(p), (s)) 228 /* kill stopped, and possibly running, jobs */ 308 kill(0, SIGTTIN); 709 /* kill (built-in) a job */ 1046 kill(procpid, SIGCHLD); 1158 * If it looks like user hit ^C to kill a job, pretend we got [all...] |
/external/openssh/regress/ |
test-exec.sh | 177 $SUDO kill $pid 395 # kill sshd
|
/external/v8/tools/ |
presubmit.py | 125 process.kill() 129 process.kill()
|
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet_winpcap.c | 264 "exit - kill it\n"); 294 * a registered timeout to avoid having to forcefully kill the RX
|
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_winpcap.c | 258 "exit - kill it\n"); 288 * a registered timeout to avoid having to forcefully kill the RX
|
/frameworks/base/services/java/com/android/server/am/ |
ProcessList.java | 84 // rather not kill it! 88 // don't want to kill it, but doing so is not completely fatal.
|
/frameworks/native/libs/binder/ |
BpBinder.cpp | 40 kill(); 73 void BpBinder::ObjectManager::kill() function in class:android::BpBinder::ObjectManager
|
/libcore/luni/src/main/java/libcore/io/ |
ForwardingOs.java | 81 public void kill(int pid, int signal) throws ErrnoException { os.kill(pid, signal); } method in class:ForwardingOs
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/ |
liblto_plugin.so | |
liblto_plugin.so.0 | |
liblto_plugin.so.0.0.0 | |