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

  /art/test/422-type-conversion/src/
Main.java 130 byteToShort();
547 private static void byteToShort() {
548 assertShortEquals((short)1, $opt$ByteToShort((byte)1));
549 assertShortEquals((short)0, $opt$ByteToShort((byte)0));
550 assertShortEquals((short)-1, $opt$ByteToShort((byte)-1));
551 assertShortEquals((short)51, $opt$ByteToShort((byte)51));
552 assertShortEquals((short)-51, $opt$ByteToShort((byte)-51));
553 assertShortEquals((short)127, $opt$ByteToShort((byte)127)); // 2^7 - 1
554 assertShortEquals((short)-127, $opt$ByteToShort((byte)-127)); // -(2^7 - 1)
555 assertShortEquals((short)-128, $opt$ByteToShort((byte)-128)); // -(2^7
    [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 797 milliseconds