Home
last modified time | relevance | path

Searched +defs:val +defs:mappingFunction (Results 1 – 25 of 268) sorted by relevance

1234567891011

/aosp_15_r20/libcore/ojluni/src/test/java/util/Map/
H A DInPlaceOpsCollisions.java49 public void testPutIfAbsent(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testPutIfAbsent() argument
80 public void testRemoveMapping(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testRemoveMapping() argument
114 public void testReplaceOldValue(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testReplaceOldValue() argument
146 public void testReplaceIfMapped(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testReplaceIfMapped() argument
187 Function<T, T> mappingFunction) { in testComputeIfAbsent() argument
231 …public void testComputeIfAbsentNonNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfAbsentNonNull() argument
238 public void testComputeIfAbsentNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfAbsentNull() argument
245 BiFunction<T, T, T> mappingFunction) { in testComputeIfPresent() argument
286 …ublic void testComputeIfPresentNonNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfPresentNonNull() argument
293 … public void testComputeIfPresentNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfPresentNull() argument
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DProperties.java918 String val = (String)e.getValue(); in store0() local
1146 String val = getProperty(key); in getProperty() local
1208 String val = (String)e.getValue(); in list() local
1236 String val = (String)e.getValue(); in list() local
1476 Function<? super Object, ?> mappingFunction) { in computeIfAbsent()
DHashMap.java1198 Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
1970 TreeNode(int hash, K key, V val, Node<K,V> next) { in TreeNode()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DProperties.java918 String val = (String)e.getValue(); in store0() local
1146 String val = getProperty(key); in getProperty() local
1208 String val = (String)e.getValue(); in list() local
1236 String val = (String)e.getValue(); in list() local
1476 Function<? super Object, ?> mappingFunction) { in computeIfAbsent()
H A DHashMap.java1198 Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
1970 TreeNode(int hash, K key, V val, Node<K,V> next) { in TreeNode()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DProperties.java918 String val = (String)e.getValue(); in store0() local
1146 String val = getProperty(key); in getProperty() local
1208 String val = (String)e.getValue(); in list() local
1236 String val = (String)e.getValue(); in list() local
1476 Function<? super Object, ?> mappingFunction) { in computeIfAbsent()
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/
H A DHashMap.java164 K key, java.util.function.Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
551 TreeNode(int hash, K key, V val, java.util.HashMap.Node<K, V> next) { in TreeNode()
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()
3056 public boolean containsValue(java.lang.Object val) { in containsValue()
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/18/libcore/ojluni/src/main/java/java/util/
DHashMap.java1198 Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
1970 TreeNode(int hash, K key, V val, Node<K,V> next) { in TreeNode()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java628 volatile V val; field in ConcurrentHashMap.Node
631 Node(int hash, K key, V val) { in Node()
637 Node(int hash, K key, V val, Node<K,V> next) { in Node()
1364 V val = p.val; in equals() local
1696 public V computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
1700 V val = null; in computeIfAbsent() local
1812 V val = null; in computeIfPresent() local
1907 V val = null; in compute() local
2035 V val = null; in merge() local
2725 TreeNode(int hash, K key, V val, Node<K,V> next, in TreeNode()
[all …]
H A DConcurrentSkipListMap.java362 V val; field in ConcurrentSkipListMap.Node
1457 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/
DConcurrentHashMap.java628 volatile V val; field in ConcurrentHashMap.Node
631 Node(int hash, K key, V val) { in Node()
637 Node(int hash, K key, V val, Node<K,V> next) { in Node()
1364 V val = p.val; in equals() local
1696 public V computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
1700 V val = null; in computeIfAbsent() local
1812 V val = null; in computeIfPresent() local
1907 V val = null; in compute() local
2035 V val = null; in merge() local
2725 TreeNode(int hash, K key, V val, Node<K,V> next, in TreeNode()
[all …]
DConcurrentSkipListMap.java362 V val; field in ConcurrentSkipListMap.Node
1457 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/
DConcurrentHashMap.java628 volatile V val; field in ConcurrentHashMap.Node
631 Node(int hash, K key, V val) { in Node()
637 Node(int hash, K key, V val, Node<K,V> next) { in Node()
1364 V val = p.val; in equals() local
1696 public V computeIfAbsent(K key, Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
1700 V val = null; in computeIfAbsent() local
1812 V val = null; in computeIfPresent() local
1907 V val = null; in compute() local
2035 V val = null; in merge() local
2725 TreeNode(int hash, K key, V val, Node<K,V> next, in TreeNode()
[all …]
DConcurrentSkipListMap.java362 V val; field in ConcurrentSkipListMap.Node
1457 Function<? super K, ? extends V> mappingFunction) { in computeIfAbsent()
/aosp_15_r20/out/soong/.intermediates/libcore/core-oj-hiddenapi-annotations/android_common/javac/
Dcore-oj-hiddenapi-annotations.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/ ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/lint-psi/intellij-core/
HDintellij-core-mvn.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE META-INF/JavaPsiPlugin.xml ...
/aosp_15_r20/external/error_prone/error_prone/
HDerror_prone_core-2.36.0-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF api_diff.proto META-INF/services ...
/aosp_15_r20/out/soong/.intermediates/external/error_prone/error_prone_core_jars/linux_glibc_common/local-combined/
Derror_prone_core_jars.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/aosp_15_r20/out/soong/.intermediates/libcore/core-oj/android_common_apex31/javac/
Dcore-oj.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/ ...
/aosp_15_r20/out/soong/.intermediates/libcore/core-oj/android_common_apex31/withres/
Dcore-oj.jarMETA-INF/ META-INF/MANIFEST.MF calendars.properties com/ com/sun ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/core-oj.com.android.art.debug_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF calendars.properties com/ com/sun ...
/aosp_15_r20/prebuilts/bazel/common/android_tools/android_tools/
DImportDepsChecker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/errorprone/error_prone_android_framework/linux_glibc_common/combined/
Derror_prone_android_framework.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/aosp_15_r20/out/soong/.intermediates/external/error_prone/error_prone_core/linux_glibc_common/combined/
Derror_prone_core.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...

1234567891011