HomeSort by relevance Sort by last modified time
    Searched defs:byteToShort (Results 1 - 7 of 7) sorted by null

  /art/test/422-type-conversion/src/
Main.java 130 byteToShort();
551 private static void byteToShort() {
552 assertShortEquals((short)1, $opt$noinline$ByteToShort((byte)1));
553 assertShortEquals((short)0, $opt$noinline$ByteToShort((byte)0));
554 assertShortEquals((short)-1, $opt$noinline$ByteToShort((byte)-1));
555 assertShortEquals((short)51, $opt$noinline$ByteToShort((byte)51));
556 assertShortEquals((short)-51, $opt$noinline$ByteToShort((byte)-51));
557 assertShortEquals((short)127, $opt$noinline$ByteToShort((byte)127)); // 2^7 - 1
558 assertShortEquals((short)-127, $opt$noinline$ByteToShort((byte)-127)); // -(2^7 - 1)
559 assertShortEquals((short)-128, $opt$noinline$ByteToShort((byte)-128)); // -(2^7
    [all...]
  /art/test/551-checker-shifter-operand/src/
Main.java 54 static short $noinline$byteToShort (byte v) { if (doThrow) throw new Error(); return (short)v; }
343 assertIntEquals(a + $noinline$byteToShort(b), a + (short)b);
392 assertLongEquals(a + $noinline$byteToShort(b), a + (short)b);
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 1157 milliseconds