Home
last modified time | relevance | path

Searched defs:jump (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DArrayDeque.java145 int jump = (oldCapacity < 64) ? (oldCapacity + 2) : (oldCapacity >> 1); in grow() local
171 private int newCapacity(int needed, int jump) { in newCapacity()
/libcore/ojluni/src/test/java/lang/invoke/
DPermuteArgsTest.java155 static int jump(int i, int min, int max) { in jump() method in PermuteArgsTest