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

  /cts/tools/dx-tests/scripts/
collect_dasm_files.sh 74 OPCODE=`echo $jtestclass | sed -e 's/.*T_\(.*\)_[0-9]\+[_]*[a-z]*/\1/'`
75 mapOpcode ${OPCODE}
76 # echo ${OPCODE} " - " ${MAPPED_OPCODE}
83 SCRIPT="s#out/classes_[^/]*/dxc/\(.*\)/${OPCODE}/jm/T_${OPCODE}\(.*\)\.class#src/dot/\1/${subcode}/d/T_${subcode}\2.d#"
86 # SCRIPT="s#out/classes_[^/]*/dxc/\(.*\)${OPCODE}/Main_\(.*\)\.class#src/dot/\1/${subcode}/Main_\2.d#"
98 SCRIPT="s/${OPCODE}\([\.|\/]\)jm\([\.|\/]\)/${subcode}\1d\2/g"
100 SCRIPT="s/T_${OPCODE}/T_${subcode}/g"
103 SCRIPT="s#dxc/\(.*\)/${OPCODE}/\(.*\)#src/dot/\1/${subcode}/\2#"
107 SCRIPT="s/${OPCODE}\([\.|\/]\)jm\([\.|\/]\)/${subcode}\1d\2/g
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkLauncherActivity.java 34 args.putInt(StkAppService.OPCODE, StkAppService.OP_LAUNCH_APP);
BootCompletedReceiver.java 37 args.putInt(StkAppService.OPCODE, StkAppService.OP_BOOT_COMPLETED);
StkCmdReceiver.java 45 args.putInt(StkAppService.OPCODE, StkAppService.OP_CMD);
54 args.putInt(StkAppService.OPCODE, StkAppService.OP_END_SESSION);
ToneDialog.java 129 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE);
StkDialogActivity.java 156 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE);
StkMenuActivity.java 326 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE);
StkAppService.java 85 static final String OPCODE = "op";
177 msg.arg1 = args.getInt(OPCODE);
251 int opcode = msg.arg1; local
253 switch (opcode) {
StkInputActivity.java 190 args.putInt(StkAppService.OPCODE, StkAppService.OP_RESPONSE);

Completed in 56 milliseconds