/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/ |
D | LocaleExtensions.java | 29 private SortedMap<Character, Extension> _map; field in LocaleExtensions 42 EMPTY_EXTENSIONS._map = EMPTY_MAP; 46 CALENDAR_JAPANESE._map = new TreeMap<Character, Extension>(); 47 …CALENDAR_JAPANESE._map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), UnicodeLocaleExten… in Character.valueOf() 51 NUMBER_THAI._map = new TreeMap<Character, Extension>(); 52 …NUMBER_THAI._map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), UnicodeLocaleExtension.N… in Character.valueOf() 68 _map = EMPTY_MAP; in LocaleExtensions() 74 _map = new TreeMap<Character, Extension>(); in LocaleExtensions() 89 _map.put(Character.valueOf(key), e); in LocaleExtensions() 114 _map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), ule); in LocaleExtensions() [all …]
|
D | LocaleObjectCache.java | 20 private ConcurrentHashMap<K, CacheEntry<K, V>> _map; field in LocaleObjectCache 28 … _map = new ConcurrentHashMap<K, CacheEntry<K, V>>(initialCapacity, loadFactor, concurrencyLevel); in LocaleObjectCache() 35 CacheEntry<K, V> entry = _map.get(key); in get() 51 entry = _map.putIfAbsent(key, newEntry); in get() 67 _map.remove(entry.getKey()); in cleanStaleEntries()
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/ |
D | LocaleExtensions.java | 25 private SortedMap<Character, Extension> _map; field in LocaleExtensions 38 EMPTY_EXTENSIONS._map = EMPTY_MAP; 42 CALENDAR_JAPANESE._map = new TreeMap<Character, Extension>(); 43 …CALENDAR_JAPANESE._map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), UnicodeLocaleExten… in Character.valueOf() 47 NUMBER_THAI._map = new TreeMap<Character, Extension>(); 48 …NUMBER_THAI._map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), UnicodeLocaleExtension.N… in Character.valueOf() 64 _map = EMPTY_MAP; in LocaleExtensions() 70 _map = new TreeMap<Character, Extension>(); in LocaleExtensions() 85 _map.put(Character.valueOf(key), e); in LocaleExtensions() 110 _map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), ule); in LocaleExtensions() [all …]
|
D | LocaleObjectCache.java | 16 private ConcurrentHashMap<K, CacheEntry<K, V>> _map; field in LocaleObjectCache 24 … _map = new ConcurrentHashMap<K, CacheEntry<K, V>>(initialCapacity, loadFactor, concurrencyLevel); in LocaleObjectCache() 31 CacheEntry<K, V> entry = _map.get(key); in get() 47 entry = _map.putIfAbsent(key, newEntry); in get() 63 _map.remove(entry.getKey()); in cleanStaleEntries()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
D | LocaleExtensions.java | 25 private SortedMap<Character, Extension> _map; field in LocaleExtensions 38 EMPTY_EXTENSIONS._map = EMPTY_MAP; 42 CALENDAR_JAPANESE._map = new TreeMap<Character, Extension>(); 43 …CALENDAR_JAPANESE._map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), UnicodeLocaleExten… in Character.valueOf() 47 NUMBER_THAI._map = new TreeMap<Character, Extension>(); 48 …NUMBER_THAI._map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), UnicodeLocaleExtension.N… in Character.valueOf() 64 _map = EMPTY_MAP; in LocaleExtensions() 70 _map = new TreeMap<Character, Extension>(); in LocaleExtensions() 85 _map.put(Character.valueOf(key), e); in LocaleExtensions() 110 _map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), ule); in LocaleExtensions() [all …]
|
D | LocaleObjectCache.java | 16 private ConcurrentHashMap<K, CacheEntry<K, V>> _map; field in LocaleObjectCache 24 … _map = new ConcurrentHashMap<K, CacheEntry<K, V>>(initialCapacity, loadFactor, concurrencyLevel); in LocaleObjectCache() 31 CacheEntry<K, V> entry = _map.get(key); in get() 47 entry = _map.putIfAbsent(key, newEntry); in get() 63 _map.remove(entry.getKey()); in cleanStaleEntries()
|
/external/autotest/frontend/tko/ |
D | tko_rpc_utils.py | 15 def _map(self): member in KernelString 20 return hash(self._map()) 24 return self._map() == other._map() 28 return self._map() != other._map() 32 return self._map() < other._map() 36 return self._map() <= other._map() 40 return self._map() > other._map() 44 return self._map() >= other._map()
|
/external/mesa3d/src/gallium/state_trackers/clover/util/ |
D | tuple.hpp | 87 struct _map; 90 struct _map<F, T, integral_sequence<Is...>> { struct 109 typename detail::_map<F, T>::value_type 111 return detail::_map<F, T>::eval(std::forward<F>(f), in map()
|
/external/autotest/client/cros/graphics/ |
D | drm.py | 324 _map = None variable in DrmModeFB 333 if self._map: 348 if self._map: 362 self._map = mmap.mmap(self._fd, 373 if self._map: 374 self._map.close() 375 self._map = None
|
/external/kernel-headers/original/uapi/linux/ |
D | map_to_7segment.h | 83 #define SEG7_CONVERSION_MAP(_name, _map) \ argument 84 struct seg7_conversion_map _name = { .table = { _map } }
|
/external/python/cpython2/Lib/ |
D | asyncore.py | 235 self._map = socket_map 237 self._map = map 283 map = self._map 289 map = self._map
|
D | collections.py | 732 def _replace(self, _map=map, **kwds): argument 733 return self._make(_map(kwds.get, ('x', 'y'), self))
|
/external/syslinux/com32/lib/sys/vesa/ |
D | i915resolution.c | 321 static vbios_map _map; in open_vbios() local 322 vbios_map * const map = &_map; in open_vbios() 324 memset(&_map, 0, sizeof _map); in open_vbios()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 372 const CKeyKeyValPair &pair = _map[_hardIndex_To]; in GetProperty() 522 unsigned numItems = _map.Size(); in GetStream2() 523 unsigned pairIndex = _map.AddToUniqueSorted2(pair); in GetStream2() 524 if (numItems == _map.Size()) in GetStream2()
|
D | UpdateCallback.h | 73 CRecordVector<CKeyKeyValPair> _map; variable
|
/external/v8/src/crankshaft/ |
D | hydrogen-check-elimination.h | 24 graph->isolate()->factory()->name##_map()), zone()); in HCheckEliminationPhase()
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | transfer.cpp | 204 struct _map { struct 214 struct _map<void *> { struct 223 struct _map<const void *> { struct 242 auto dst = _map<T>::get(q, dst_obj, CL_MAP_WRITE, in soft_copy_op() 245 auto src = _map<S>::get(q, src_obj, CL_MAP_READ, in soft_copy_op()
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 40 if not (value in self._map): 42 self._map[value] = symbol 54 symbol = self._map.get(value) 61 symbol = self._map.get(value)
|
/external/skia/src/c/ |
D | sk_paint.cpp | 16 #define MAKE_FROM_TO_NAME(FROM) g_ ## FROM ## _map
|
/external/python/cpython2/Tools/ccbench/ |
D | ccbench.py | 45 _map = map 52 return _map(lambda k: (k, 4*k + 2, 0, 2*k + 1), _count(1))
|
/external/v8/src/heap/ |
D | heap-inl.h | 128 Map* Heap::name##_map() { return Map::cast(roots_[k##Name##MapRootIndex]); }
|
D | heap.cc | 2238 set_##field_name##_map(map); \ in CreateInitialMaps() 2302 set_##field_name##_map(map); \ in CreateInitialMaps() 2312 field_name##_map()->SetConstructorFunctionIndex( \ in CreateInitialMaps() 4078 map = name##_map(); \ in AllocateStruct()
|
D | heap.h | 1059 #define STRUCT_MAP_ACCESSOR(NAME, Name, name) inline Map* name##_map();
|
/external/v8/src/ |
D | factory.h | 704 inline Handle<Map> name##_map() { \
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 2107 #define STRUCT_MAP_NAME(NAME, Name, name) NAME_ENTRY(name##_map) in GetStrongGcSubrootName()
|