Searched defs:instruction (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/services/net/java/android/net/apf/
H A DApfGenerator.java32 * This exception is thrown when an attempt is made to generate an illegal instruction.
141 throw new IllegalStateException("adding label to non-label instruction");
154 throw new IllegalStateException("adding compare bytes to non-JNEBS instruction");
160 * @return size of instruction in bytes.
192 throw new IllegalStateException("instruction grew");
198 * Assemble value for instruction size field.
207 * Assemble first byte of generated instruction.
231 * Generate bytecode for this instruction at offset {@link offset}.
259 * size of the immediate field, because there is only one length field in the instruction
279 // Calculate distance from end of this instruction t
373 addInstruction(Instruction instruction) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCommandInterface.java577 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, argument
581 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java580 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, argument
585 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1844 * @param instruction Instruction of the APDU command.
1853 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, argument
1862 * @param instruction Instruction of the APDU command.
1871 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, argument
H A DRIL.java3157 private SimApdu createSimApdu(int channel, int cla, int instruction, int p1, int p2, int p3, argument
3162 msg.instruction = instruction;
3171 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, argument
3180 + " cla = " + cla + " instruction = " + instruction
3184 SimApdu msg = createSimApdu(0, cla, instruction, p1, p2, p3, data);
3234 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, argument
3249 + channel + " cla = " + cla + " instruction = " + instruction
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1915 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, argument
1919 instruction, p1, p2, p3, data, response);
1928 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, argument
H A DSimulatedCommandsVerifier.java1245 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, argument
1251 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, argument
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3902 * @param instruction Instruction of the APDU command.
3912 int instruction, int p1, int p2, int p3, String data) {
3914 instruction, p1, p2, p3, data);
3930 * @param instruction Instruction of the APDU command.
3941 int instruction, int p1, int p2, int p3, String data) {
3946 instruction, p1, p2, p3, data);
3963 * @param instruction Instruction of the APDU command.
3973 int instruction, int p1, int p2, int p3, String data) {
3975 instruction, p1, p2, p3, data);
3989 * @param instruction Instructio
3911 iccTransmitApduLogicalChannel(int channel, int cla, int instruction, int p1, int p2, int p3, String data) argument
3940 iccTransmitApduLogicalChannel(int subId, int channel, int cla, int instruction, int p1, int p2, int p3, String data) argument
3972 iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2, int p3, String data) argument
3999 iccTransmitApduBasicChannel(int subId, int cla, int instruction, int p1, int p2, int p3, String data) argument
[all...]

Completed in 218 milliseconds