/libcore/ojluni/annotations/mmodule/java/security/ |
D | Provider.annotated.java | 73 public synchronized void replaceAll(java.util.function.BiFunction<? super java.lang.Object,? super … in replaceAll() 75 …d java.lang.Object compute(java.lang.Object key, java.util.function.BiFunction<? super java.lang.O… in compute() 77 …lang.Object computeIfAbsent(java.lang.Object key, java.util.function.Function<? super java.lang.Ob… in computeIfAbsent() 79 …ng.Object computeIfPresent(java.lang.Object key, java.util.function.BiFunction<? super java.lang.O… in computeIfPresent() 81 …ge(java.lang.Object key, java.lang.Object value, java.util.function.BiFunction<? super java.lang.O… in merge() 87 public synchronized void forEach(java.util.function.BiConsumer<? super java.lang.Object,? super jav… in forEach()
|
/libcore/ojluni/annotations/flagged_api/java/util/ |
D | Properties.annotated.java | 112 public synchronized void forEach(java.util.function.BiConsumer<? super java.lang.Object,? super jav… in forEach() 114 public synchronized void replaceAll(java.util.function.BiFunction<? super java.lang.Object,? super … in replaceAll() 124 …lang.Object computeIfAbsent(java.lang.Object key, java.util.function.Function<? super java.lang.Ob… in computeIfAbsent() 126 …ng.Object computeIfPresent(java.lang.Object key, java.util.function.BiFunction<? super java.lang.O… in computeIfPresent() 128 …d java.lang.Object compute(java.lang.Object key, java.util.function.BiFunction<? super java.lang.O… in compute() 130 …ge(java.lang.Object key, java.lang.Object value, java.util.function.BiFunction<? super java.lang.O… in merge()
|
/libcore/ojluni/src/test/java/util/Map/ |
D | InPlaceOpsCollisions.java | 49 public void testPutIfAbsent(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testPutIfAbsent() 80 public void testRemoveMapping(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testRemoveMapping() 114 public void testReplaceOldValue(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testReplaceOldValue() 146 public void testReplaceIfMapped(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testReplaceIfMapped() 231 …public void testComputeIfAbsentNonNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfAbsentNonNull() 238 public void testComputeIfAbsentNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfAbsentNull() 286 …public void testComputeIfPresentNonNull(String desc, Supplier<Map<Object, Object>> ms, Object val)… in testComputeIfPresentNonNull() 293 … public void testComputeIfPresentNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfPresentNull() 339 public void testComputeNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeNull() 422 public void testMergeNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testMergeNull()
|
D | Collisions.java | 116 public void testRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testRemove() 131 public void testKeysIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testKeysIteratorRemove() 146 … public void testValuesIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testValuesIteratorRemove() 161 … public void testEntriesIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testEntriesIteratorRemove()
|
D | EntryHashCode.java | 75 private static void addTestData(Map<Object,Object> map) { in addTestData()
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Object.annotated.java | 32 public class Object { class 34 public Object() { throw new RuntimeException("Stub!"); } in Object() method in Object
|
/libcore/ojluni/src/main/java/java/security/ |
D | Provider.java | 487 …public synchronized void replaceAll(BiFunction<? super Object, ? super Object, ? extends Object> f… in replaceAll() 516 BiFunction<? super Object, ? super Object, ? extends Object> remappingFunction) { in compute() 546 …public synchronized Object computeIfAbsent(Object key, Function<? super Object, ? extends Object> … in computeIfAbsent() 575 …public synchronized Object computeIfPresent(Object key, BiFunction<? super Object, ? super Object,… in computeIfPresent() 607 …public synchronized Object merge(Object key, Object value, BiFunction<? super Object, ? super Obj… in merge() 636 public synchronized void forEach(BiConsumer<? super Object, ? super Object> action) { in forEach() 795 …private void implReplaceAll(BiFunction<? super Object, ? super Object, ? extends Object> function)… in implReplaceAll() 806 …private Object implMerge(Object key, Object value, BiFunction<? super Object, ? super Object, ? ex… in implMerge() 817 …private Object implCompute(Object key, BiFunction<? super Object, ? super Object, ? extends Object… in implCompute() 835 …private Object implComputeIfAbsent(Object key, Function<? super Object, ? extends Object> mappingF… in implComputeIfAbsent() [all …]
|
/libcore/ojluni/src/main/java/java/util/ |
D | Properties.java | 1371 private EntrySet(Set<Map.Entry<Object, Object>> entrySet) { in EntrySet() 1384 public boolean add(Map.Entry<Object, Object> e) { in add() 1389 public boolean addAll(Collection<? extends Map.Entry<Object, Object>> c) { in addAll() 1445 public synchronized void forEach(BiConsumer<? super Object, ? super Object> action) { in forEach() 1450 public synchronized void replaceAll(BiFunction<? super Object, ? super Object, ?> function) { in replaceAll() 1476 Function<? super Object, ?> mappingFunction) { in computeIfAbsent() 1482 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in computeIfPresent() 1488 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in compute() 1494 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in merge()
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Object.java | 32 public class Object { class 34 public Object() { in Object() method in Object
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Object.java | 40 public class Object { class 57 public Object() {} in Object() method in Object
|
D | System.java | 946 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in compute() 958 Function<? super Object, ?> mappingFunction) { in computeIfAbsent() 969 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in computeIfPresent() 980 BiFunction<? super Object, ? super Object, ?> remappingFunction) { in merge()
|
/libcore/ojluni/src/test/java/util/IdentityHashMap/ |
D | Capacity.java | 93 static void growUsingPut(IdentityHashMap<Object,Object> map, in growUsingPut() 99 static void growUsingPutAll(IdentityHashMap<Object,Object> map, in growUsingPutAll() 106 static void growUsingRepeatedPutAll(IdentityHashMap<Object,Object> map, in growUsingRepeatedPutAll()
|
/libcore/ojluni/src/test/java/util/HashMap/ |
D | TreeBinAssert.java | 139 BiConsumer<Object,Key> addKey, in doTest() 140 Function<Object,Iterator<Key>> mkItr) { in doTest()
|
/libcore/luni/src/test/java/libcore/java/lang/ref/ |
D | FinalizeTest.java | 121 new Object() { in createSlowFinalizer() method 144 new Object() { in createChainedFinalizer() method
|
/libcore/ojluni/annotations/hiddenapi/sun/security/provider/ |
D | X509Factory.java | 55 sun.security.util.Cache<java.lang.Object, V> cache, byte[] encoding, V value) { in addToCache()
|
/libcore/ojluni/src/main/java/sun/security/provider/ |
D | X509Factory.java | 225 private static synchronized <V> void addToCache(Cache<Object, V> cache, in addToCache()
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | WeakCache.java | 206 ConcurrentMap<Object, Supplier<V>> valuesMap) { in Factory()
|
/libcore/ojluni/src/test/java/lang/invoke/ |
D | ExplicitCastArgumentsTest.java | 73 RANDOM_VALUES.put(Wrapper.OBJECT, new Object()); in RANDOM_VALUES.put()
|
D | MethodHandlesGeneralTest.java | 1244 boolean mixArgs(List<Class<?>> argTypes, int mix, Map<Object,Integer> argTypesSeen) { in mixArgs()
|
/libcore/luni/src/test/java/libcore/java/nio/file/ |
D | Files2Test.java | 1821 public TestFileVisitor(Map<Object, VisitOption> dirMap) { in TestFileVisitor() 1825 public TestFileVisitor(Map<Object, VisitOption> dirMap, Set<FileVisitOption> option) { in TestFileVisitor() 1838 public TestFileVisitor(Map<Object, VisitOption> dirMap, List<Object> pathList) { in TestFileVisitor()
|
/libcore/ojluni/src/test/java/util/Arrays/ |
D | ArraysEqCmpTest.java | 844 BiFunction<ArrayType<?>, Integer, Object> constructor, in testArrayType() argument
|