| /libcore/ojluni/src/main/java/java/util/stream/ | 
| D | ReduceOps.java | 69     makeRef(U seed, BiFunction<U, ? super T, U> reducer, BinaryOperator<U> combiner) {  in makeRef()
 | 
| /libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/ | 
| D | ConcurrentHashMap.annotated.java | 136 …core.util.Nullable U> transformer, @libcore.util.NonNull java.util.function.BiFunction<? super @li…  in reduce()152 …core.util.Nullable U> transformer, @libcore.util.NonNull java.util.function.BiFunction<? super @li…  in reduceKeys()
 168 …core.util.Nullable U> transformer, @libcore.util.NonNull java.util.function.BiFunction<? super @li…  in reduceValues()
 184 …core.util.Nullable U> transformer, @libcore.util.NonNull java.util.function.BiFunction<? super @li…  in reduceEntries()
 
 | 
| /libcore/ojluni/src/main/java/java/util/concurrent/locks/ | 
| D | LockSupport.java | 424     private static final Unsafe U = Unsafe.getUnsafe();  field in LockSupport
 | 
| D | AbstractQueuedLongSynchronizer.java | 1479     private static final Unsafe U = Unsafe.getUnsafe();  field in AbstractQueuedLongSynchronizer
 | 
| D | AbstractQueuedSynchronizer.java | 1845     private static final Unsafe U = Unsafe.getUnsafe();  field in AbstractQueuedSynchronizer
 | 
| D | StampedLock.java | 1487     private static final Unsafe U = Unsafe.getUnsafe();  field in StampedLock
 | 
| /libcore/ojluni/src/main/java/java/util/concurrent/ | 
| D | CompletionStage.java | 310          BiFunction<? super T,? super U,? extends V> fn);  in thenCombine()330          BiFunction<? super T,? super U,? extends V> fn);  in thenCombineAsync()
 351          BiFunction<? super T,? super U,? extends V> fn,  in thenCombineAsync()
 
 | 
| D | ConcurrentHashMap.java | 3777                         BiFunction<? super U, ? super U, ? extends U> reducer) {  in reduce()3963          BiFunction<? super U, ? super U, ? extends U> reducer) {  in reduceKeys()
 4149                               BiFunction<? super U, ? super U, ? extends U> reducer) {  in reduceValues()
 4333                                BiFunction<? super U, ? super U, ? extends U> reducer) {  in reduceEntries()
 5554              BiFunction<? super U, ? super U, ? extends U> reducer) {  in MapReduceKeysTask()
 5608              BiFunction<? super U, ? super U, ? extends U> reducer) {  in MapReduceValuesTask()
 5662              BiFunction<? super U, ? super U, ? extends U> reducer) {  in MapReduceEntriesTask()
 5716              BiFunction<? super U, ? super U, ? extends U> reducer) {  in MapReduceMappingsTask()
 6360     private static final Unsafe U = Unsafe.getUnsafe();  field in ConcurrentHashMap
 
 | 
| D | CompletableFuture.java | 1245                 BiFunction<? super T,? super U,? extends V> fn) {  in BiApply()1297         BiFunction<? super T,? super U,? extends V> f) {  in biApplyStage()
 2185         BiFunction<? super T,? super U,? extends V> fn) {  in thenCombine()
 2191         BiFunction<? super T,? super U,? extends V> fn) {  in thenCombineAsync()
 2197         BiFunction<? super T,? super U,? extends V> fn, Executor executor) {  in thenCombineAsync()
 
 | 
| D | ThreadLocalRandom.java | 398     private static final Unsafe U = Unsafe.getUnsafe();  field in ThreadLocalRandom
 | 
| /libcore/ojluni/annotations/hiddenapi/java/util/concurrent/atomic/ | 
| D | AtomicInteger.java | 137     private static final sun.misc.Unsafe U;  field in AtomicInteger
 | 
| /libcore/ojluni/annotations/hiddenapi/java/util/concurrent/ | 
| D | FutureTask.java | 140     private static final sun.misc.Unsafe U;  field in FutureTask
 | 
| D | PriorityBlockingQueue.java | 207     private static final sun.misc.Unsafe U;  field in PriorityBlockingQueue
 | 
| D | CopyOnWriteArrayList.java | 258     private static final sun.misc.Unsafe U;  field in CopyOnWriteArrayList
 | 
| /libcore/ojluni/annotations/mmodule/java/util/concurrent/ | 
| D | CompletableFuture.annotated.java | 88 …letionStage<? extends U> other, java.util.function.BiFunction<? super T,? super U,? extends V> fn)…  in thenCombine()90 …letionStage<? extends U> other, java.util.function.BiFunction<? super T,? super U,? extends V> fn)…  in thenCombineAsync()
 92 …letionStage<? extends U> other, java.util.function.BiFunction<? super T,? super U,? extends V> fn,…  in thenCombineAsync()
 
 | 
| /libcore/ojluni/src/main/java/java/util/concurrent/atomic/ | 
| D | AtomicLongFieldUpdater.java | 377         private static final Unsafe U = Unsafe.getUnsafe();  field in AtomicLongFieldUpdater.CASUpdater529         private static final Unsafe U = Unsafe.getUnsafe();  field in AtomicLongFieldUpdater.LockedUpdater
 
 | 
| D | AtomicReferenceFieldUpdater.java | 299         private static final Unsafe U = Unsafe.getUnsafe();  field in AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl
 | 
| D | AtomicIntegerFieldUpdater.java | 378         private static final Unsafe U = Unsafe.getUnsafe();  field in AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl
 | 
| /libcore/luni/src/test/java/libcore/java/util/concurrent/ | 
| D | CompletionStageTest.java | 140                 BiFunction<? super T,? super U,? extends V> fn) {  in thenCombine()145                 BiFunction<? super T,? super U,? extends V> fn) {  in thenCombineAsync()
 150                 BiFunction<? super T,? super U,? extends V> fn,  in thenCombineAsync()
 
 | 
| /libcore/luni/src/test/java/libcore/java/util/ | 
| D | EnumSetTest.java | 105         HF, TA, W, RE, OS, IR, PT, AU, HG, TL, PB, BI, PO, AT, RN, FR, RA, AC, TH, PA, U, NP, PU,  enumConstant
 | 
| /libcore/ojluni/src/main/java/jdk/internal/util/ | 
| D | ArraysSupport.java | 56     static final Unsafe U = Unsafe.getUnsafe();  field in ArraysSupport
 | 
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ | 
| D | EnumSetTest.java | 45 … v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, …  enumConstant53 … F{}, G{}, H{}, I{}, J{}, K{}, L{}, M{}, N{}, O{}, P{}, Q{}, R{}, S{}, T{}, U{}, V{}, W{}, X{}, Y{…  enumConstant
 57 … v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, aa, …  enumConstant
 
 | 
| /libcore/ojluni/src/test/java/util/Map/ | 
| D | Defaults.java | 536     static <T,U,V> BiFunction<T,U,V> twoStep(AtomicBoolean b,  in twoStep()  argument
 | 
| /libcore/ojluni/src/test/java/util/concurrent/tck/ | 
| D | CompletableFutureTest.java | 4375              Function<U, CompletableFuture<V>> g) {  in compose()4734              BiFunction<? super T,? super U,? extends V> fn) {  in thenCombine()
 4738              BiFunction<? super T,? super U,? extends V> fn) {  in thenCombineAsync()
 4742              BiFunction<? super T,? super U,? extends V> fn,  in thenCombineAsync()
 
 | 
| /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ | 
| D | DefaultMethodStreams.java | 292 …public <U> U reduce(U identity, BiFunction<U, ? super T, U> accumulator, BinaryOperator<U> combine…  in reduce()
 |