HomeSort by relevance Sort by last modified time
    Searched defs:OPCODE (Results 1 - 3 of 3) 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 92 static final String OPCODE = "op";
184 msg.arg1 = args.getInt(OPCODE);
258 int opcode = msg.arg1; local
260 switch (opcode) {
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 630 milliseconds