Home
last modified time | relevance | path

Searched refs:checkBounds (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/
H A DLongArray.java102 checkBounds(mSize, index); in add()
162 checkBounds(mSize, index); in get()
170 checkBounds(mSize, index); in set()
192 checkBounds(mSize, index); in remove()
248 public static void checkBounds(int len, int index) { in checkBounds() method in LongArray
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DIntArray.java83 checkBounds(mSize, index); in add()
163 checkBounds(mSize, index); in get()
171 checkBounds(mSize, index); in set()
201 checkBounds(mSize, index); in removeIndex()
271 private static void checkBounds(int len, int index) { in checkBounds() method in IntArray
/aosp12/frameworks/base/core/java/android/util/
H A DIntArray.java107 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()
H A DLongArray.java113 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()
/aosp12/frameworks/base/core/java/android/hardware/usb/
H A DUsbDeviceConnection.java239 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
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLView.java296 int x, int y, GLView component, boolean checkBounds) { in dispatchTouchEvent() argument
300 if (!checkBounds || rect.contains(x, y)) { in dispatchTouchEvent()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DArrayUtils.java756 public static void checkBounds(int len, int index) { in checkBounds() method in ArrayUtils
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt3994 Ljava/nio/Buffer;->checkBounds(III)V
/aosp12/art/build/boot/
H A Dboot-image-profile.txt3477 HSPLjava/nio/Buffer;->checkBounds(III)V
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt25248 Landroid/hardware/usb/UsbDeviceConnection;->checkBounds([BII)V
61074 Landroid/util/IntArray;->checkBounds(I)V
61245 Landroid/util/LongArray;->checkBounds(I)V
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt22232 HSPLcom/android/internal/util/ArrayUtils;->checkBounds(II)V
26083 HSPLjava/nio/Buffer;->checkBounds(III)V
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt22185 HSPLcom/android/internal/util/ArrayUtils;->checkBounds(II)V