/aosp_15_r20/libcore/ojluni/src/test/java/util/Map/ |
H A D | InPlaceOpsCollisions.java | 49 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/ |
D | Properties.java | 918 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()
|
D | HashMap.java | 1198 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 D | Properties.java | 918 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 D | HashMap.java | 1198 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/ |
D | Properties.java | 918 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 D | HashMap.java | 164 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 D | Collections.java | 837 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/ |
D | HashMap.java | 1198 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 D | ConcurrentHashMap.java | 628 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 D | ConcurrentSkipListMap.java | 362 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/ |
D | ConcurrentHashMap.java | 628 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 …]
|
D | ConcurrentSkipListMap.java | 362 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/ |
D | ConcurrentHashMap.java | 628 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 …]
|
D | ConcurrentSkipListMap.java | 362 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/ |
D | core-oj-hiddenapi-annotations.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/sun/
com/ ... |
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/lint-psi/intellij-core/ |
HD | intellij-core-mvn.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
META-INF/JavaPsiPlugin.xml
... |
/aosp_15_r20/external/error_prone/error_prone/ |
HD | error_prone_core-2.36.0-with-dependencies.jar | META-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/ |
D | error_prone_core_jars.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/aosp_15_r20/out/soong/.intermediates/libcore/core-oj/android_common_apex31/javac/ |
D | core-oj.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/sun/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/libcore/core-oj/android_common_apex31/withres/ |
D | core-oj.jar | META-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/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
calendars.properties
com/
com/sun ... |
/aosp_15_r20/prebuilts/bazel/common/android_tools/android_tools/ |
D | ImportDepsChecker_deploy.jar | META-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/ |
D | error_prone_android_framework.jar | META-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/ |
D | error_prone_core.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |