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

  /art/test/711-checker-type-conversion/src/
Main.java 144 /// CHECK-START: void Main.byteToInt() instruction_simplifier$before_codegen (after)
146 private static void byteToInt() {
243 byteToInt();
  /packages/services/Car/tests/usb/AoapPhoneCompanionApp/src/com/google/android/car/usb/aoap/companion/
AoapPhoneCompanionActivity.java 167 protected int byteToInt(byte[] buffer) {
179 readBufferSize = byteToInt(mBuffer);
  /art/test/551-checker-shifter-operand/src/
Main.java 55 static int $noinline$byteToInt (byte v) { if (doThrow) throw new Error(); return (int)v; }
354 assertIntEquals (a + $noinline$byteToInt (b), a + (int)b);
393 assertLongEquals(a + $noinline$byteToInt (b), a + (int)b);
    [all...]
  /external/annotation-tools/asmx/test/lib/
ccl.jar 

Completed in 243 milliseconds