/external/llvm/include/llvm/Target/ |
TargetOpcodes.h | 32 /// KILL - This instruction is a noop that is used only to adjust the 35 KILL = 5,
|
/external/openssh/ |
opensshd.init.in | 9 KILL=@KILL@ 46 ${KILL} ${PID}
|
/bionic/libc/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/development/ndk/platforms/android-9/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/frameworks/av/media/libmedia/ |
SoundPoolThread.h | 30 enum MessageType { INVALID, KILL, LOAD_SAMPLE };
|
SoundPoolThread.cpp | 54 mMsgQueue.push(SoundPoolMsg(SoundPoolMsg::KILL, 0)); 87 case SoundPoolMsg::KILL:
|
/prebuilts/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/sys/ |
_sigdefs.h | 46 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/development/ndk/platforms/android-9/arch-mips/include/sys/ |
_sigdefs.h | 50 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/ |
_sigdefs.h | 50 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/sys/ |
_sigdefs.h | 50 __BIONIC_SIGDEF(KILL,9,"Killed")
|
/dalvik/vm/analysis/ |
Liveness.cpp | 300 static inline void KILL(BitVector* workBits, u4 regIndex) 329 * Add registers to the "GEN" or "KILL" sets. We want to do KILL 464 KILL(workBits, decInsn.vA); 519 KILL(workBits, decInsn.vA); 538 KILL(workBits, decInsn.vA); 580 KILL(workBits, decInsn.vA); 596 KILL(workBits, decInsn.vA); 641 /* KILL(workBits, decInsn.vA); */
|
/external/bluetooth/bluez/compat/ |
dund.c | 96 KILL 384 { "kill", 1, 0, 'k' }, 419 "\t--kill -k <bdaddr> Kill LAP connection\n" 420 "\t--killall -K Kill all LAP connections\n" 467 mode = KILL; 473 mode = KILL; 583 case KILL:
|
hidd.c | 62 KILL 656 "\t--kill <bdaddr> Terminate HID connection\n" 684 { "kill", 1, 0, 'k' }, 757 mode = KILL; 761 mode = KILL; 766 mode = KILL; 812 case KILL:
|
pand.c | 97 KILL 539 /* Try to kill it. */ 540 if (kill(pid, SIGHUP) == -1) { 576 { "kill", 1, 0, 'k' }, 611 "\t--kill -k <bdaddr> Kill PAN connection\n" 612 "\t--killall -K Kill all PAN connections\n" 659 mode = KILL; 665 mode = KILL; 763 case KILL [all...] |
/system/core/toolbox/ |
kill.c | 20 _SIG(KILL), 135 int err = kill(pid, sig); 138 fprintf(stderr, "could not kill pid %d: %s\n", pid, strerror(errno));
|
/external/llvm/lib/CodeGen/ |
ExpandPostRAPseudos.cpp | 121 // %RAX<def> = SUBREG_TO_REG 0, %EAX<kill>, 3 124 MI->setDesc(TII->get(TargetOpcode::KILL)); 134 // Transfer the kill/dead flags, if needed. 154 // No need to insert an identity copy instruction, but replace with a KILL 158 // instruction with KILL. 159 MI->setDesc(TII->get(TargetOpcode::KILL));
|
VirtRegMap.cpp | 144 // A virtual register kill refers to the whole register, so we may 145 // have to add <imp-use,kill> operands for the super-register. A 152 // we are substituting a full physreg. An <imp-use,kill> operand 197 // Transform identity copy to a KILL to deal with subregisters. 198 MI->setDesc(TII->get(TargetOpcode::KILL));
|
/external/llvm/lib/Target/PowerPC/ |
PPCCodeEmitter.cpp | 125 case TargetOpcode::KILL:
|
/external/llvm/lib/Target/MSP430/ |
MSP430InstrInfo.cpp | 302 case TargetOpcode::KILL:
|