Searched refs:from (Results 1 - 25 of 135) sorted by relevance

123456

/dalvik/libcore/regex/src/main/java/java/util/regex/
H A DMatchResultImpl.java58 int from = offsets[group * 2];
60 if (from == -1 || to == -1) {
63 return text.substring(from, to);
/dalvik/tests/004-annotations/src/android/test/anno/
H A DIntToString.java10 int from(); method in interface:IntToString
H A DExportedProperty.java11 IntToString[] mapping() default { @IntToString(from = -1, to = "-1") };
/dalvik/vm/mterp/armv5te/
H A DOP_INVOKE_DIRECT_EMPTY.S6 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
H A DOP_MOVE.S4 mov r1, rINST, lsr #12 @ r1<- B from 15:12
5 mov r0, rINST, lsr #8 @ r0<- A from 11:8
9 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
H A DOP_NOP.S3 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
H A DOP_CONST_16.S7 GET_INST_OPCODE(ip) @ extract opcode from rINST
H A DOP_MOVE_16.S8 GET_INST_OPCODE(ip) @ extract opcode from rINST
H A DOP_MOVE_FROM16.S8 GET_INST_OPCODE(ip) @ extract opcode from rINST
H A DOP_MOVE_RESULT.S7 GET_INST_OPCODE(ip) @ extract opcode from rINST
H A DOP_GOTO.S19 GET_INST_OPCODE(ip) @ extract opcode from rINST
23 GET_INST_OPCODE(ip) @ extract opcode from rINST
H A DOP_GOTO_16.S18 GET_INST_OPCODE(ip) @ extract opcode from rINST
22 GET_INST_OPCODE(ip) @ extract opcode from rINST
H A DOP_GOTO_32.S26 GET_INST_OPCODE(ip) @ extract opcode from rINST
30 GET_INST_OPCODE(ip) @ extract opcode from rINST
H A Dentry.S64 LOAD_PC_FP_FROM_GLUE() @ load rPC and rFP from "glue"
83 FETCH_INST() @ load rINST from rPC
84 GET_INST_OPCODE(ip) @ extract opcode from rINST
89 cmp r1, #kInterpEntryReturn @ were we returning from a method?
127 * Restore the stack pointer and PC from the save point established on entry.
H A Dzcmp.S25 GET_INST_OPCODE(ip) @ extract opcode from rINST
29 GET_INST_OPCODE(ip) @ extract opcode from rINST
H A DOP_ARRAY_LENGTH.S13 GET_INST_OPCODE(ip) @ extract opcode from rINST
H A DOP_CONST.S8 GET_INST_OPCODE(ip) @ extract opcode from rINST
H A DOP_CONST_4.S8 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
/dalvik/vm/mterp/armv6t2/
H A DOP_MOVE.S4 mov r1, rINST, lsr #12 @ r1<- B from 15:12
5 ubfx r0, rINST, #8, #4 @ r0<- A from 11:8
8 GET_INST_OPCODE(ip) @ ip<- opcode from rINST
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/
H A DSynthesizer.java43 boolean remapInstrument(Instrument from, Instrument to); argument
/dalvik/vm/mterp/arm-vfp/
H A Dfbinop2addr.S19 GET_INST_OPCODE(ip) @ extract opcode from rINST
H A DfbinopWide2addr.S20 GET_INST_OPCODE(ip) @ extract opcode from rINST
H A Dfunop.S15 GET_INST_OPCODE(ip) @ extract opcode from rINST
H A DfunopNarrower.S15 GET_INST_OPCODE(ip) @ extract opcode from rINST
H A DfunopWider.S15 GET_INST_OPCODE(ip) @ extract opcode from rINST

Completed in 318 milliseconds

123456