/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | ConcurrentMapPutIfAbsentTester.java | 137 private V putIfAbsent(Entry<K, V> entry) { in putIfAbsent() method in ConcurrentMapPutIfAbsentTester
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | ConcurrentMapPutIfAbsentTester.java | 137 private V putIfAbsent(Entry<K, V> entry) { in putIfAbsent() method in ConcurrentMapPutIfAbsentTester
|
/external/guava/guava/src/com/google/common/collect/ |
D | ForwardingConcurrentMap.java | 53 public V putIfAbsent(K key, V value) { in putIfAbsent() method in ForwardingConcurrentMap
|
D | ImmutableMap.java | 828 public final V putIfAbsent(K key, V value) { in putIfAbsent() method in ImmutableMap
|
D | MapMakerInternalMap.java | 2461 public V putIfAbsent(K key, V value) { in putIfAbsent() method in MapMakerInternalMap
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | ForwardingConcurrentMap.java | 53 public V putIfAbsent(K key, V value) { in putIfAbsent() method in ForwardingConcurrentMap
|
D | MapMakerInternalMap.java | 2461 public V putIfAbsent(K key, V value) { in putIfAbsent() method in MapMakerInternalMap
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
D | LRUMap.java | 54 public V putIfAbsent(K key, V value) { in putIfAbsent() method in LRUMap
|
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/concurrent/ |
D | ConcurrentUtils.java | 236 public static <K, V> V putIfAbsent(final ConcurrentMap<K, V> map, final K key, final V value) { in putIfAbsent() method in ConcurrentUtils
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AtomicLongMap.java | 323 long putIfAbsent(K key, long newValue) { in putIfAbsent() method in AtomicLongMap
|
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
D | DistanceTable.java | 270 private boolean putIfAbsent(MappingKey key) { in putIfAbsent() method in DistanceTable.Node
|
/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/ |
D | UnmodifiableMapOfLists.java | 123 public List<U> putIfAbsent(T key, List<U> value) { in putIfAbsent() method in UnmodifiableMapOfLists
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ICUResourceBundleReader.java | 1221 Object putIfAbsent(int key, Object item, int size) { in putIfAbsent() method in ICUResourceBundleReader.ResourceCache.Level 1330 synchronized Object putIfAbsent(int res, Object item, int size) { in putIfAbsent() method in ICUResourceBundleReader.ResourceCache
|
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
D | ICUResourceBundleReader.java | 1219 Object putIfAbsent(int key, Object item, int size) { in putIfAbsent() method in ICUResourceBundleReader.ResourceCache.Level 1328 synchronized Object putIfAbsent(int res, Object item, int size) { in putIfAbsent() method in ICUResourceBundleReader.ResourceCache
|
/external/cronet/tot/third_party/icu/source/common/ |
D | localematcher.cpp | 327 int32_t LocaleMatcher::putIfAbsent(const LSR &lsr, int32_t i, int32_t suppLength, in putIfAbsent() function in LocaleMatcher
|
/external/cronet/stable/third_party/icu/source/common/ |
D | localematcher.cpp | 327 int32_t LocaleMatcher::putIfAbsent(const LSR &lsr, int32_t i, int32_t suppLength, in putIfAbsent() function in LocaleMatcher
|
/external/icu/icu4c/source/common/ |
D | localematcher.cpp | 329 int32_t LocaleMatcher::putIfAbsent(const LSR &lsr, int32_t i, int32_t suppLength, in putIfAbsent() function in LocaleMatcher
|
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/ |
D | LocaleMatcher.java | 786 private final int putIfAbsent(LSR lsr, int i, int suppLength) { in putIfAbsent() method in LocaleMatcher
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | LocaleMatcher.java | 748 private final int putIfAbsent(LSR lsr, int i, int suppLength) { in putIfAbsent() method in LocaleMatcher
|
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/ |
D | LocalCache.java | 172 public V putIfAbsent(K key, V value) { in putIfAbsent() method in LocalCache
|