Home
last modified time | relevance | path

Searched defs:putIfAbsent (Results 1 – 18 of 18) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DConcurrentMapPutIfAbsentTester.java133 private V putIfAbsent(Entry<K, V> entry) { in putIfAbsent() method in ConcurrentMapPutIfAbsentTester
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/
DConcurrentMapPutIfAbsentTester.java133 private V putIfAbsent(Entry<K, V> entry) { in putIfAbsent() method in ConcurrentMapPutIfAbsentTester
/external/guava/guava/src/com/google/common/collect/
DForwardingConcurrentMap.java53 public V putIfAbsent(K key, V value) { in putIfAbsent() method in ForwardingConcurrentMap
DImmutableMap.java794 public final V putIfAbsent(K key, V value) { in putIfAbsent() method in ImmutableMap
DMapMakerInternalMap.java2415 public V putIfAbsent(K key, V value) { in putIfAbsent() method in MapMakerInternalMap
/external/guava/android/guava/src/com/google/common/collect/
DForwardingConcurrentMap.java53 public V putIfAbsent(K key, V value) { in putIfAbsent() method in ForwardingConcurrentMap
DMapMakerInternalMap.java2420 public V putIfAbsent(K key, V value) { in putIfAbsent() method in MapMakerInternalMap
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DLRUMap.java54 public V putIfAbsent(K key, V value) { in putIfAbsent() method in LRUMap
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/concurrent/
DConcurrentUtils.java236 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/
DAtomicLongMap.java316 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/
DDistanceTable.java270 private boolean putIfAbsent(MappingKey key) { in putIfAbsent() method in DistanceTable.Node
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundleReader.java1221 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/classes/core/src/com/ibm/icu/impl/
DICUResourceBundleReader.java1219 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/icu/icu4c/source/common/
Dlocalematcher.cpp327 int32_t LocaleMatcher::putIfAbsent(const LSR &lsr, int32_t i, int32_t suppLength, in putIfAbsent() function in LocaleMatcher
/external/cronet/third_party/icu/source/common/
Dlocalematcher.cpp327 int32_t LocaleMatcher::putIfAbsent(const LSR &lsr, int32_t i, int32_t suppLength, in putIfAbsent() function in LocaleMatcher
/external/icu/android_icu4j/src/main/java/android/icu/util/
DLocaleMatcher.java748 private final int putIfAbsent(LSR lsr, int i, int suppLength) { in putIfAbsent() method in LocaleMatcher
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DLocaleMatcher.java786 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/
DLocalCache.java161 public V putIfAbsent(K key, V value) { in putIfAbsent() method in LocalCache