HomeSort by relevance Sort by last modified time
    Searched full:iand (Results 1 - 25 of 69) sorted by null

1 2 3

  /dalvik/dx/tests/102-verify-nonwide-math/
op_iand.j 24 iand
run 41 oneop iand
expected.txt 28 iand: expected failure occurred
  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 164 "iand", /* 126*/
Opcode.java 123 int IAND = 126;
370 -1, // iand, 126
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
InsnNode.java 55 * ISHL, LSHL, ISHR, LSHR, IUSHR, LUSHR, IAND, LAND, IOR, LOR, IXOR,
  /external/proguard/src/proguard/classfile/instruction/
Instruction.java 163 false, // iand
372 2, // iand
581 1, // iand
InstructionConstants.java 362 "iand",
  /dalvik/dx/src/com/android/dx/cf/code/
ValueAwareMachine.java 97 case ByteOps.IAND:
ByteOps.java 153 public static final int IAND = 0x7e;
481 "7e - iand;" +
Simulator.java 330 case ByteOps.IAND:
  /dalvik/dx/tests/032-bb-live-code/
blort.j 286 iand
expected.txt 407 0090: iand
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_operator.py 468 def __iand__ (self, other): return "iand"
483 self.assertEqual(operator.iand (c, 5), "iand")
498 self.assertEqual(operator.__iand__ (c, 5), "iand")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_operator.py 468 def __iand__ (self, other): return "iand"
483 self.assertEqual(operator.iand (c, 5), "iand")
498 self.assertEqual(operator.__iand__ (c, 5), "iand")
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
BasicInterpreter.java 242 case IAND:
Interpreter.java 118 * LUSHR, IAND, LAND, IOR, LOR, IXOR, LXOR, LCMP, FCMPL, FCMPG, DCMPL,
BasicVerifier.java 237 case IAND:
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
AbstractVisitor.java 67 + "ISHR,LSHR,IUSHR,LUSHR,IAND,LAND,IOR,LOR,IXOR,LXOR,IINC,I2L,"
  /dalvik/dx/tests/024-code-bytecode/
expected.txt 180 009d: iand
small-class.txt 184 7e # 009d: iand
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Opcodes.java 265 int IAND = 126; // -
Frame.java 371 // -1, //IAND, // -
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
operator.so 
  /dalvik/docs/
java-bytecode.html 146 <tr><td>0x7e</td><td>126</td><td>iand</td></tr>

Completed in 962 milliseconds

1 2 3