/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
D | AtomicIntegerFieldUpdater.java | 187 int prev, next; in getAndIncrement() local 203 int prev, next; in getAndDecrement() local 220 int prev, next; in getAndAdd() local 236 int prev, next; in incrementAndGet() local 252 int prev, next; in decrementAndGet() local 269 int prev, next; in addAndGet() local 291 int prev, next; in getAndUpdate() local 313 int prev, next; in updateAndGet() local 339 int prev, next; in getAndAccumulate() local 365 int prev, next; in accumulateAndGet() local
|
D | AtomicLongFieldUpdater.java | 190 long prev, next; in getAndIncrement() local 206 long prev, next; in getAndDecrement() local 223 long prev, next; in getAndAdd() local 239 long prev, next; in incrementAndGet() local 255 long prev, next; in decrementAndGet() local 272 long prev, next; in addAndGet() local 294 long prev, next; in getAndUpdate() local 316 long prev, next; in updateAndGet() local 342 long prev, next; in getAndAccumulate() local 368 long prev, next; in accumulateAndGet() local
|
D | AtomicReference.java | 185 V prev = get(), next = null; in getAndUpdate() local 207 V prev = get(), next = null; in updateAndGet() local 234 V prev = get(), next = null; in getAndAccumulate() local 261 V prev = get(), next = null; in accumulateAndGet() local
|
D | AtomicInteger.java | 289 int prev = get(), next = 0; in getAndUpdate() local 311 int prev = get(), next = 0; in updateAndGet() local 338 int prev = get(), next = 0; in getAndAccumulate() local 365 int prev = get(), next = 0; in accumulateAndGet() local
|
D | AtomicLong.java | 306 long prev = get(), next = 0L; in getAndUpdate() local 328 long prev = get(), next = 0L; in updateAndGet() local 355 long prev = get(), next = 0L; in getAndAccumulate() local 382 long prev = get(), next = 0L; in accumulateAndGet() local
|
D | AtomicReferenceFieldUpdater.java | 215 V prev, next; in getAndUpdate() local 237 V prev, next; in updateAndGet() local 263 V prev, next; in getAndAccumulate() local 289 V prev, next; in accumulateAndGet() local
|
D | AtomicReferenceArray.java | 207 E prev = get(i), next = null; in getAndUpdate() local 231 E prev = get(i), next = null; in updateAndGet() local 260 E prev = get(i), next = null; in getAndAccumulate() local 289 E prev = get(i), next = null; in accumulateAndGet() local
|
/libcore/ojluni/src/main/java/java/util/ |
D | PrimitiveIterator.java | 126 default Integer next() { in next() method 193 default Long next() { in next() method 259 default Double next() { in next() method
|
D | Enumeration.java | 122 @Override public E next() { in asIterator() method
|
D | Iterator.java | 74 E next(); in next() method
|
/libcore/luni/src/main/java/libcore/util/ |
D | CollectionUtils.java | 43 private T next; in dereferenceIterable() local 60 @Override public T next() { in dereferenceIterable() method
|
/libcore/ojluni/src/main/java/java/nio/file/ |
D | FileTreeIterator.java | 52 private Event next; field in FileTreeIterator 108 public Event next() { in next() method in FileTreeIterator
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | LinkedHashMap.java | 72 java.util.HashMap.Node<K, V> p, java.util.HashMap.Node<K, V> next) { in replacementNode() 77 int hash, K key, V value, java.util.HashMap.Node<K, V> next) { in newTreeNode() 82 java.util.HashMap.Node<K, V> p, java.util.HashMap.Node<K, V> next) { in replacementTreeNode() 165 public java.util.Map.Entry<K, V> next() { in next() method in LinkedHashMap.LinkedEntryIterator 229 java.util.LinkedHashMap.LinkedHashMapEntry<K, V> next; field in LinkedHashMap.LinkedHashIterator 235 LinkedHashMapEntry(int hash, K key, V value, java.util.HashMap.Node<K, V> next) { in LinkedHashMapEntry() 249 public K next() { in next() method in LinkedHashMap.LinkedKeyIterator 294 public V next() { in next() method in LinkedHashMap.LinkedValueIterator
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
D | Charset.java | 363 CharsetProvider next = null; in providers() local 386 public CharsetProvider next() { in providers() method
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | Globs.java | 45 private static char next(String glob, int i) { in next() method in Globs 71 char next = globPattern.charAt(i++); in toRegexPattern() local
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | OldAbstractSetTest.java | 38 public Object next() { in iterator() method in OldAbstractSetTest.Mock_AbstractSet
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | Iterator.annotated.java | 33 public @libcore.util.NullFromTypeParam E next(); in next() method
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | CompoundEnumeration.java | 43 private boolean next() { in next() method in CompoundEnumeration
|
/libcore/ojluni/src/main/java/java/text/ |
D | IcuIteratorWrapper.java | 295 public int next(int n) { in next() method in IcuIteratorWrapper 304 public int next() { in next() method in IcuIteratorWrapper
|
D | BreakIterator.java | 295 public abstract int next(int n); in next() method in BreakIterator 308 public abstract int next(); in next() method in BreakIterator
|
/libcore/luni/src/main/java/java/lang/ref/ |
D | FinalizerReference.java | 41 private FinalizerReference<?> next; field in FinalizerReference 75 FinalizerReference<?> next = reference.next; in remove() local
|
/libcore/ojluni/src/test/java/text/BreakIterator/ |
D | MirroredBreakIterator.java | 69 public int next(int n) { in next() method in MirroredBreakIterator 86 public int next() { in next() method in MirroredBreakIterator
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | SubmissionPublisher.java | 371 BufferedSubscription<T> next = b.next; in subscribe() local 413 BufferedSubscription<T> retries = null, rtail = null, next; in doOffer() local 479 BufferedSubscription<T> pred = null, next; in cleanAndCount() local 638 BufferedSubscription<T> next = b.next; in close() local 676 BufferedSubscription<T> next = b.next; in closeExceptionally() local 715 BufferedSubscription<T> next = b.next; in hasSubscribers() local 778 BufferedSubscription<T> pred = null, next; in getSubscribers() local 813 BufferedSubscription<T> pred = null, next; in isSubscribed() local 848 BufferedSubscription<T> pred = null, next; in estimateMinimumDemand() local 883 BufferedSubscription<T> pred = null, next; in estimateMaximumLag() local [all …]
|
/libcore/ojluni/src/main/java/java/lang/ref/ |
D | ReferenceQueue.java | 241 Reference<?> next = list.pendingNext; in enqueuePending() local 267 Reference<?> next = list.pendingNext; in enqueuePending() local
|
/libcore/ojluni/src/main/java/java/sql/ |
D | SQLException.java | 291 SQLException next=current.next; in setNextException() local 328 public Throwable next() { in iterator() method
|