/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
siginfo.h | 47 /* kill() */ 130 #define SI_USER 0 /* sent by kill, sigsend, raise */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
siginfo.h | 47 /* kill() */ 130 #define SI_USER 0 /* sent by kill, sigsend, raise */
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
AdbWrapper.java | 124 command[1] = "kill-server"; //$NON-NLS-1$ 137 // adb kill-server returns:
|
/external/llvm/lib/Target/PowerPC/ |
PPCFrameLowering.cpp | 141 .addReg(SrcReg, RegState::Kill) 150 .addReg(SrcReg, RegState::Kill) 159 .addReg(SrcReg, RegState::Kill) 163 .addReg(DstReg, RegState::Kill) 369 .addReg(PPC::R0, RegState::Kill) 372 .addReg(PPC::R1, RegState::Kill) 384 .addReg(PPC::R0, RegState::Kill) 387 .addReg(PPC::R1, RegState::Kill) 405 .addReg(PPC::X1, RegState::Kill) 417 .addReg(PPC::X0, RegState::Kill) [all...] |
/external/chromium/chrome/browser/ |
process_singleton_uitest.cc | 159 // This method is used to make sure we kill the main browser process after 161 // when we realized that if we just kill the parent process right away, we 164 // flaky wait. Instead, we kill all descendants of the main process after we 198 DLOG_IF(ERROR, num_tries >= kNbTries) << "Failed to kill all processes!"; 306 // kill all remaining processes. Starting with this one...
|
/external/chromium/net/url_request/ |
url_request_job.h | 59 // Kill implementation calls NotifyCanceled, so it is recommended that 60 // subclasses call URLRequestJob::Kill() after doing any additional work. 73 // The job should be prepared to receive multiple calls to kill it, but only 75 virtual void Kill(); 206 // Used as an asynchronous callback for Kill to notify the URLRequest
|
/external/llvm/test/CodeGen/X86/ |
tls.ll | 226 ; Why is this kill line here, but no where else? 227 ; X32_LINUX-NEXT: # kill 231 ; X64_LINUX-NEXT: # kill 238 ; X32_WIN-NEXT: # kill 245 ; X64_WIN-NEXT: # kill
|
/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/ |
omx_rpc.c | 167 RPC_OMX_ErrorInsufficientResources, "Can't create kill fd"); 218 ("Write to kill fd failed - cb thread may not exit"); 230 DOMX_DEBUG("Closing the kill fd"); 235 DOMX_ERROR("Close failed on kill fd"); 311 DOMX_DEBUG("Recd. kill message - exiting the thread");
|
/external/llvm/lib/CodeGen/ |
LiveIntervalAnalysis.cpp | 227 // will be a single kill, in MBB, which comes after the definition. 236 // If the kill happens after the definition, we have an intra-block 280 MachineInstr *Kill = vi.Kills[i]; 281 SlotIndex Start = getMBBStartIdx(Kill->getParent()); 282 SlotIndex killIdx = getInstructionIndex(Kill).getRegSlot(); 299 // e.g. %reg1031:5<def>, %reg1031:6<def> = VLD1q16 %reg1024<kill>, ... 310 // 80 %reg1041:6<def> = VSHRNv4i16 %reg1034<kill>, 12, pred:14, pred:%reg0 311 // 120 %reg1041:5<def> = VSHRNv4i16 %reg1039<kill>, 12, pred:14, pred:%reg0 776 // FOO %vreg5 <--- MI, cancel kill because %EAX is live. 777 // BAR %EAX<kill> [all...] |
PHIElimination.cpp | 258 // killed in this block. The old kill will also have been inserted at 262 DEBUG(dbgs() << "Remove old kill from " << *OldKill); 340 // We want to be able to insert a kill of the register if this PHI (aka, the 355 // add a kill marker in this block saying that it kills the incoming value! 388 assert(KillInst->readsRegister(SrcReg) && "Cannot find kill instruction"); 449 // use. That means the copy we will insert in PreMBB won't be a kill, and 452 // If the copy would be a kill, there is no need to split the edge.
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
AndroidDebugBridge.java | 206 // kill the monitoring services 265 // we attempt to catch any exception so that a bad listener doesn't kill our 317 // we attempt to catch any exception so that a bad listener doesn't kill our 358 // we attempt to catch any exception so that a bad listener doesn't kill our 381 // we attempt to catch any exception so that a bad listener doesn't kill our 714 // kill the monitoring services 782 // we attempt to catch any exception so that a bad listener doesn't kill our 818 // we attempt to catch any exception so that a bad listener doesn't kill our 854 // we attempt to catch any exception so that a bad listener doesn't kill our [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Strip.java | 156 tokens.delete(a.token.getTokenIndex()); // kill "id=" 166 tokens.delete(a.token.getTokenIndex()); // kill "id+=" 236 // otherwise kill all \n
|
/external/dnsmasq/contrib/dynamic-dnsmasq/ |
dynamic-dnsmasq.pl | 228 if ( kill(0, $pid) ) { 229 kill(1, $pid); 243 kill(1, $process);
|
/external/llvm/lib/Target/XCore/ |
XCoreRegisterInfo.cpp | 231 .addReg(ScratchReg, RegState::Kill); 237 .addReg(ScratchReg, RegState::Kill); 242 .addReg(ScratchReg, RegState::Kill);
|
/frameworks/base/core/java/android/os/ |
RemoteCallbackList.java | 100 * Returns false if it was not added, either because {@link #kill} had 104 * @see #kill 160 public void kill() { method in class:RemoteCallbackList
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
CollectTraceAction.java | 280 killApp(device, appPackage); // kill app if it is already running 316 client.kill(); 353 client.kill();
|
/bionic/libc/bionic/ |
ssp.c | 97 kill(getpid(), SIGABRT);
|
/bionic/libc/include/ |
signal.h | 124 extern int kill(pid_t, int);
|
/bionic/libc/include/sys/ |
_sigdefs.h | 50 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/cts/tests/ProcessTest/src/com/android/cts/process/ |
ProcessTest.java | 83 // kill the process after test
|
/development/ndk/platforms/android-3/include/ |
signal.h | 123 extern int kill(pid_t, int);
|
/development/ndk/platforms/android-8/include/ |
signal.h | 125 extern int kill(pid_t, int);
|
/development/ndk/platforms/android-9/arch-mips/include/sys/ |
_sigdefs.h | 50 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/external/bluetooth/bluedroid/include/ |
bte.h | 33 * that kill BTE driver and remove/reset BT chip
|
/external/chromium/chrome/browser/automation/ |
url_request_automation_job.h | 43 virtual void Kill();
|