Searched refs:checkBounds (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/util/ |
D | IntArray.java | 107 ArrayUtils.checkBounds(mSize, index); in add() 191 ArrayUtils.checkBounds(mSize, index); in get() 199 ArrayUtils.checkBounds(mSize, index); in set() 221 ArrayUtils.checkBounds(mSize, index); in remove()
|
D | LongArray.java | 113 ArrayUtils.checkBounds(mSize, index); in add() 174 ArrayUtils.checkBounds(mSize, index); in get() 182 ArrayUtils.checkBounds(mSize, index); in set() 204 ArrayUtils.checkBounds(mSize, index); in remove()
|
/frameworks/base/core/java/android/hardware/usb/ |
D | UsbDeviceConnection.java | 239 checkBounds(buffer, offset, length); in controlTransfer() 286 checkBounds(buffer, offset, length); in bulkTransfer() 385 private static void checkBounds(byte[] buffer, int start, int length) { in checkBounds() method in UsbDeviceConnection
|
/frameworks/base/core/java/com/android/internal/util/ |
D | ArrayUtils.java | 756 public static void checkBounds(int len, int index) { in checkBounds() method in ArrayUtils
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 25248 Landroid/hardware/usb/UsbDeviceConnection;->checkBounds([BII)V 61074 Landroid/util/IntArray;->checkBounds(I)V 61245 Landroid/util/LongArray;->checkBounds(I)V
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 22232 HSPLcom/android/internal/util/ArrayUtils;->checkBounds(II)V 26083 HSPLjava/nio/Buffer;->checkBounds(III)V
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 22185 HSPLcom/android/internal/util/ArrayUtils;->checkBounds(II)V
|