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

  /dalvik/tests/003-omnibus-opcodes/src/
IntMath.java 346 public byte mByte;
358 shorts.mByte = (byte) x;
364 assert(shorts.mByte == 35); // 0x23
  /art/test/003-omnibus-opcodes/src/
IntMath.java 467 public byte mByte;
479 shorts.mByte = (byte) x;
485 Main.assertTrue(shorts.mByte == 35); // 0x23

Completed in 45 milliseconds