Home
last modified time | relevance | path

Searched refs:advance (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
DConcurrentHashMap.java962 for (Node<K,V> p; (p = it.advance()) != null; ) { in containsValue()
1278 for (Node<K,V> p; (p = it.advance()) != null; ) in hashCode()
1302 if ((p = it.advance()) != null) { in toString()
1309 if ((p = it.advance()) == null) in toString()
1335 for (Node<K,V> p; (p = it.advance()) != null; ) { in equals()
1399 for (Node<K,V> p; (p = it.advance()) != null; ) { in writeObject()
1583 for (Node<K,V> p; (p = it.advance()) != null; ) { in forEach()
1594 for (Node<K,V> p; (p = it.advance()) != null; ) { in replaceAll()
1617 for (Node<K,V> p; (p = it.advance()) != null; ) { in removeEntryIf()
1637 for (Node<K,V> p; (p = it.advance()) != null; ) { in removeValueIf()
[all …]
DLinkedTransferQueue.java906 private void advance(Node prev) { in advance() method in LinkedTransferQueue.Itr
966 advance(null); in Itr()
977 advance(p); in next()
DConcurrentLinkedDeque.java1351 advance(); in AbstractItr()
1358 private void advance() { in advance() method in ConcurrentLinkedDeque.AbstractItr
1385 advance(); in next()
DLinkedBlockingDeque.java1047 void advance() { in advance() method in LinkedBlockingDeque.AbstractItr
1068 advance(); in next()
DConcurrentSkipListMap.java2263 final void advance() { in advance() method in ConcurrentSkipListMap.Iter
2292 advance(); in next()
2300 advance(); in next()
2309 advance(); in next()
3081 final void advance() { in advance() method in ConcurrentSkipListMap.SubMap.SubMapIter
3163 advance(); in next()
3174 advance(); in next()
3190 advance(); in next()
/libcore/ojluni/src/main/java/java/util/
DFormatter.java2558 advance(); in FormatSpecifierParser()
2570 flags += advance(); in FormatSpecifierParser()
2578 advance(); in FormatSpecifierParser()
2586 tT = String.valueOf(advance()); in FormatSpecifierParser()
2589 conv = String.valueOf(advance()); in FormatSpecifierParser()
2597 advance(); in nextInt()
2613 private char advance() { in advance() method in Formatter.FormatSpecifierParser