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