Searched refs:badElementIndex (Results 1 – 3 of 3) sorted by relevance
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/common/ |
D | SupportPreconditions.java | 136 throw new IndexOutOfBoundsException(badElementIndex(index, size, desc)); in checkElementIndex() 171 private static String badElementIndex(int index, int size, @Nullable String desc) { in badElementIndex() method in SupportPreconditions
|
/external/guava/guava/src/com/google/common/base/ |
D | Preconditions.java | 1345 throw new IndexOutOfBoundsException(badElementIndex(index, size, desc)); in checkElementIndex() 1350 private static String badElementIndex(int index, int size, @Nullable String desc) { in badElementIndex() method in Preconditions
|
/external/guava/android/guava/src/com/google/common/base/ |
D | Preconditions.java | 1402 throw new IndexOutOfBoundsException(badElementIndex(index, size, desc)); in checkElementIndex() 1407 private static String badElementIndex(int index, int size, @NullableDecl String desc) { in badElementIndex() method in Preconditions
|