Searched defs:checkBounds (Results 1 – 2 of 2) sorted by relevance
356 private static void checkBounds(byte[] buffer, int start, int length) { in checkBounds() method in UsbDeviceConnection
680 public static void checkBounds(int len, int index) { in checkBounds() method in ArrayUtils