Home
last modified time | relevance | path

Searched refs:intToByte (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/test/711-checker-type-conversion/src/
H A DMain.java209 private static void intToByte() { in intToByte() method in Main
257 intToByte(); in main()
/aosp12/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
H A DSpeedMeasurementController.java263 protected byte[] intToByte(int value) { in intToByte() method in SpeedMeasurementController.BaseWriterThread
275 byte[] bufferSizeArray = intToByte(mBufferSize); in writeBufferSize()
334 byte[] bufferSizeArray = intToByte(mBufferSize); in writeBufferSize()
/aosp12/art/test/551-checker-shifter-operand/src/
H A DMain.java62 static byte $noinline$intToByte (int v) { return (byte)v; } in $noinline$intToByte()
572 assertLongEquals(a + $noinline$intToByte (b), a + (byte)b); in $opt$validateExtendInt()
/aosp12/art/test/422-type-conversion/src/
H A DMain.java126 intToByte(); in main()
521 private static void intToByte() { in intToByte() method in Main