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

  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 21 * <p>This interface has been separated from javassist.bytecode.Opcode
23 * interface were merged with Opcode, extra memory would be unnecessary
26 * @see Opcode
31 * The instruction names (mnemonics) sorted by the opcode.
37 String[] OPCODE = {
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 90 static final String OPCODE = "op";
187 msg.arg1 = args.getInt(OPCODE);
261 int opcode = msg.arg1; local
263 switch (opcode) {
    [all...]

Completed in 877 milliseconds