Home
last modified time | relevance | path

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/
DSupportPreconditions.java136 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/
DPreconditions.java1345 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/
DPreconditions.java1402 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