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

  /frameworks/av/media/libmedia/
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 301 static inline void KILL(BitVector* workBits, u4 regIndex)
330 * Add registers to the "GEN" or "KILL" sets. We want to do KILL
465 KILL(workBits, decInsn.vA);
520 KILL(workBits, decInsn.vA);
539 KILL(workBits, decInsn.vA);
581 KILL(workBits, decInsn.vA);
597 KILL(workBits, decInsn.vA);
642 /* KILL(workBits, decInsn.vA); */
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 45 private static final Event KILL_EVENT = new Event(Event.KILL, null);
100 public static final int KILL = 12;
162 case Event.KILL:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 75 milliseconds