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

1 2

  /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/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:
RopperMachine.java 818 case ByteOps.IAND: {
    [all...]
BytecodeArray.java 595 case ByteOps.IAND:
    [all...]
  /dalvik/dx/tests/032-bb-live-code/
blort.j 286 iand
expected.txt 407 0090: iand
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
fortran.php 81 'getcl','huge','iachar','iand','ibclr','ibits','ibset','ichar','ieor','index',
  /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")
  /dalvik/dx/tests/024-code-bytecode/
expected.txt 180 009d: iand
small-class.txt 184 7e # 009d: iand
  /external/libppp/src/
pred.c 3 * Ian Donaldson <iand@labtam.labtam.oz.au>
  /dalvik/docs/
java-bytecode.html 146 <tr><td>0x7e</td><td>126</td><td>iand</td></tr>
  /external/emma/core/java12/com/vladium/jcd/opcodes/
IOpcodes.java 357 "iand", // 0x7E 126
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 402 case IAND:
    [all...]
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 941 '&', NOP, NOP, LAND, IAND,
    [all...]
  /prebuilts/devtools/tools/lib/
asm-4.0.jar 

Completed in 1743 milliseconds

1 2