Home
last modified time | relevance | path

Searched defs:mappingFunction (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/aosp_15_r20/libcore/ojluni/src/test/java/util/Map/
H A DInPlaceOpsCollisions.java187 Function<T, T> mappingFunction) { in testComputeIfAbsent() argument
245 BiFunction<T, T, T> mappingFunction) { in testComputeIfPresent() argument
306 BiFunction<IntKey, IntKey, IntKey> mappingFunction = (k, v) -> { in testComputeNonNull() local
346 BiFunction<Object, Object, Object> mappingFunction = (k, v) -> { in testComputeNull() local
393 BiFunction<IntKey, IntKey, IntKey> mappingFunction in testMergeNonNull() local
429 BiFunction<Object, Object, Object> mappingFunction = (k, v) -> null; in testMergeNull() local
/aosp_15_r20/external/vogar/src/vogar/target/junit/
H A DMappingAnnotatedBuilder.java31 private final Function<Class<? extends Runner>, Class<? extends Runner>> mappingFunction; field in MappingAnnotatedBuilder
35 Function<Class<? extends Runner>, Class<? extends Runner>> mappingFunction) { in MappingAnnotatedBuilder()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DSyncVk.cpp184 MapVkResultToApiType mappingFunction, in clientWait()
487 MapVkResultToApiType mappingFunction, in clientWait()
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/base/
H A DUtil.java30 Map<K, V> map, K key, Function<? super K, ? extends V> mappingFunction) { in reentrantComputeIfAbsent()
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/concurrent/
H A DMemoizer.java49 private final Function<? super I, ? extends Future<O>> mappingFunction; field in Memoizer
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentMap.java326 Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentMap.java326 Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DConcurrentMap.java326 Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/
H A DHashMap.annotated.java74 public V computeIfAbsent(K key, java.util.function.Function<? super K,? extends V> mappingFunction)… in computeIfAbsent()
H A DTreeMap.annotated.java67 public V computeIfAbsent(K key, java.util.function.Function<? super K,? extends V> mappingFunction)… in computeIfAbsent()
H A DProperties.annotated.java124 …g.Object key, java.util.function.Function<? super java.lang.Object,?> mappingFunction) { throw new… in computeIfAbsent()
H A DMap.annotated.java74 … computeIfAbsent(K key, java.util.function.Function<? super K,? extends V> mappingFunction) { thro… in computeIfAbsent()
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DHashMap.annotated.java75 …Function<? super @libcore.util.NullFromTypeParam K,? extends @libcore.util.Nullable V> mappingFunc… in computeIfAbsent()
H A DMap.annotated.java76 …Function<? super @libcore.util.NullFromTypeParam K,? extends @libcore.util.Nullable V> mappingFunc… in computeIfAbsent()
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/
H A DProvider.java546 …ed Object computeIfAbsent(Object key, Function<? super Object, ? extends Object> mappingFunction) { in computeIfAbsent()
835 …bject implComputeIfAbsent(Object key, Function<? super Object, ? extends Object> mappingFunction) { in implComputeIfAbsent()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/13/libcore/ojluni/src/main/java/java/security/
DProvider.java546 …ed Object computeIfAbsent(Object key, Function<? super Object, ? extends Object> mappingFunction) { in computeIfAbsent()
835 …bject implComputeIfAbsent(Object key, Function<? super Object, ? extends Object> mappingFunction) { in implComputeIfAbsent()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/
DProvider.java546 …ed Object computeIfAbsent(Object key, Function<? super Object, ? extends Object> mappingFunction) { in computeIfAbsent()
835 …bject implComputeIfAbsent(Object key, Function<? super Object, ? extends Object> mappingFunction) { in implComputeIfAbsent()
/aosp_15_r20/libcore/ojluni/annotations/mmodule/java/security/
H A DProvider.annotated.java77 …g.Object key, java.util.function.Function<? super java.lang.Object,?> mappingFunction) { throw new… in computeIfAbsent()
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
H A DConcurrentSkipListMap.annotated.java70 public V computeIfAbsent(K key, java.util.function.Function<? super K,? extends V> mappingFunction)… in computeIfAbsent()
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collections/
H A DDelegatingIteratorForEachRemaining.java146 …@Override public V computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction) { retu… in computeIfAbsent()
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
H A DUnmodifiableMapOfLists.java143 public List<U> computeIfAbsent(T key, Function<? super T, ? extends List<U>> mappingFunction) { in computeIfAbsent()
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/
H A DCollections.java837 K key, java.util.function.Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
1713 K key, java.util.function.Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
2093 K key, java.util.function.Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
2475 K key, java.util.function.Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
3134 K key, java.util.function.Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DTreeMap.java589 public V computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
782 … private V callMappingFunctionWithCheck(K key, Function<? super K, ? extends V> mappingFunction) { in callMappingFunctionWithCheck()
1852 public V computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DTreeMap.java589 public V computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
782 … private V callMappingFunctionWithCheck(K key, Function<? super K, ? extends V> mappingFunction) { in callMappingFunctionWithCheck()
1852 public V computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DTreeMap.java589 public V computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
782 … private V callMappingFunctionWithCheck(K key, Function<? super K, ? extends V> mappingFunction) { in callMappingFunctionWithCheck()
1852 public V computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()

12345678910>>...13