HomeSort by relevance Sort by last modified time
    Searched defs:KILL (Results 1 - 6 of 6) sorted by null

  /frameworks/base/media/jni/soundpool/
SoundPoolThread.h 30 enum MessageType { INVALID, KILL, LOAD_SAMPLE };
  /external/llvm/include/llvm/Target/
TargetOpcodes.h 32 /// KILL - This instruction is a noop that is used only to adjust the
35 KILL = 5,
  /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
493 KILL(workBits, decInsn.vA);
557 KILL(workBits, decInsn.vA);
577 KILL(workBits, decInsn.vA);
619 KILL(workBits, decInsn.vA);
635 KILL(workBits, decInsn.vA);
680 /* 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...]

Completed in 192 milliseconds