Home
last modified time | relevance | path

Searched refs:outOfBounds (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/native/
Dio_util.c68 outOfBounds(JNIEnv *env, jint off, jint len, jbyteArray array) { in outOfBounds() function
90 if (outOfBounds(env, off, len, bytes)) { in readBytes()
166 if (outOfBounds(env, off, len, bytes)) { in writeBytes()
/libcore/ojluni/src/main/java/java/util/concurrent/
DCopyOnWriteArrayList.java383 static String outOfBounds(int index, int size) { in outOfBounds() method in CopyOnWriteArrayList
449 throw new IndexOutOfBoundsException(outOfBounds(index, len)); in add()
808 throw new IndexOutOfBoundsException(outOfBounds(index, len)); in addAll()
1035 throw new IndexOutOfBoundsException(outOfBounds(index, len)); in listIterator()
1209 throw new IndexOutOfBoundsException(outOfBounds(index, size)); in rangeCheck()
1242 (outOfBounds(index, size)); in add()
1289 (outOfBounds(index, size)); in listIterator()
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DCopyOnWriteArrayList.java119 static java.lang.String outOfBounds(int index, int size) { in outOfBounds() method in CopyOnWriteArrayList