Home
last modified time | relevance | path

Searched defs:Object (Results 1 – 21 of 21) sorted by relevance

/libcore/ojluni/annotations/mmodule/java/security/
DProvider.annotated.java73 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/
DProperties.annotated.java112 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/
DInPlaceOpsCollisions.java49 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()
DCollisions.java116 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()
DEntryHashCode.java75 private static void addTestData(Map<Object,Object> map) { in addTestData()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DObject.annotated.java32 public class Object { class
34 public Object() { throw new RuntimeException("Stub!"); } in Object() method in Object
/libcore/ojluni/src/main/java/java/security/
DProvider.java487 …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/
DProperties.java1371 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/
DObject.java32 public class Object { class
34 public Object() { in Object() method in Object
/libcore/ojluni/src/main/java/java/lang/
DObject.java40 public class Object { class
57 public Object() {} in Object() method in Object
DSystem.java946 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/
DCapacity.java93 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/
DTreeBinAssert.java139 BiConsumer<Object,Key> addKey, in doTest()
140 Function<Object,Iterator<Key>> mkItr) { in doTest()
/libcore/luni/src/test/java/libcore/java/lang/ref/
DFinalizeTest.java121 new Object() { in createSlowFinalizer() method
144 new Object() { in createChainedFinalizer() method
/libcore/ojluni/annotations/hiddenapi/sun/security/provider/
DX509Factory.java55 sun.security.util.Cache<java.lang.Object, V> cache, byte[] encoding, V value) { in addToCache()
/libcore/ojluni/src/main/java/sun/security/provider/
DX509Factory.java225 private static synchronized <V> void addToCache(Cache<Object, V> cache, in addToCache()
/libcore/ojluni/src/main/java/java/lang/reflect/
DWeakCache.java206 ConcurrentMap<Object, Supplier<V>> valuesMap) { in Factory()
/libcore/ojluni/src/test/java/lang/invoke/
DExplicitCastArgumentsTest.java73 RANDOM_VALUES.put(Wrapper.OBJECT, new Object()); in RANDOM_VALUES.put()
DMethodHandlesGeneralTest.java1244 boolean mixArgs(List<Class<?>> argTypes, int mix, Map<Object,Integer> argTypesSeen) { in mixArgs()
/libcore/luni/src/test/java/libcore/java/nio/file/
DFiles2Test.java1821 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/
DArraysEqCmpTest.java844 BiFunction<ArrayType<?>, Integer, Object> constructor, in testArrayType() argument