Searched defs:_map (Results 1 - 21 of 21) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/util/
H A Dtuple.hpp87 struct _map;
90 struct _map<F, T, integral_sequence<Is...>> { struct in namespace:clover::tuple::detail
109 typename detail::_map<F, T>::value_type
111 return detail::_map<F, T>::eval(std::forward<F>(f),
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DLocaleObjectCache.java20 private ConcurrentHashMap<K, CacheEntry<K, V>> _map; field in class:LocaleObjectCache
28 _map = new ConcurrentHashMap<K, CacheEntry<K, V>>(initialCapacity, loadFactor, concurrencyLevel);
35 CacheEntry<K, V> entry = _map.get(key);
51 entry = _map.putIfAbsent(key, newEntry);
67 _map.remove(entry.getKey());
H A DLocaleExtensions.java29 private SortedMap<Character, Extension> _map; field in class:LocaleExtensions
42 EMPTY_EXTENSIONS._map = EMPTY_MAP;
46 CALENDAR_JAPANESE._map = new TreeMap<Character, Extension>();
47 CALENDAR_JAPANESE._map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), UnicodeLocaleExtension.CA_JAPANESE);
51 NUMBER_THAI._map = new TreeMap<Character, Extension>();
52 NUMBER_THAI._map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), UnicodeLocaleExtension.NU_THAI);
68 _map = EMPTY_MAP;
74 _map = new TreeMap<Character, Extension>();
89 _map.put(Character.valueOf(key), e);
114 _map
[all...]
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
H A DLocaleObjectCache.java16 private ConcurrentHashMap<K, CacheEntry<K, V>> _map; field in class:LocaleObjectCache
24 _map = new ConcurrentHashMap<K, CacheEntry<K, V>>(initialCapacity, loadFactor, concurrencyLevel);
31 CacheEntry<K, V> entry = _map.get(key);
47 entry = _map.putIfAbsent(key, newEntry);
63 _map.remove(entry.getKey());
H A DLocaleExtensions.java25 private SortedMap<Character, Extension> _map; field in class:LocaleExtensions
38 EMPTY_EXTENSIONS._map = EMPTY_MAP;
42 CALENDAR_JAPANESE._map = new TreeMap<Character, Extension>();
43 CALENDAR_JAPANESE._map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), UnicodeLocaleExtension.CA_JAPANESE);
47 NUMBER_THAI._map = new TreeMap<Character, Extension>();
48 NUMBER_THAI._map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), UnicodeLocaleExtension.NU_THAI);
64 _map = EMPTY_MAP;
70 _map = new TreeMap<Character, Extension>();
85 _map.put(Character.valueOf(key), e);
110 _map
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleObjectCache.java16 private ConcurrentHashMap<K, CacheEntry<K, V>> _map; field in class:LocaleObjectCache
24 _map = new ConcurrentHashMap<K, CacheEntry<K, V>>(initialCapacity, loadFactor, concurrencyLevel);
31 CacheEntry<K, V> entry = _map.get(key);
47 entry = _map.putIfAbsent(key, newEntry);
63 _map.remove(entry.getKey());
H A DLocaleExtensions.java25 private SortedMap<Character, Extension> _map; field in class:LocaleExtensions
38 EMPTY_EXTENSIONS._map = EMPTY_MAP;
42 CALENDAR_JAPANESE._map = new TreeMap<Character, Extension>();
43 CALENDAR_JAPANESE._map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), UnicodeLocaleExtension.CA_JAPANESE);
47 NUMBER_THAI._map = new TreeMap<Character, Extension>();
48 NUMBER_THAI._map.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), UnicodeLocaleExtension.NU_THAI);
64 _map = EMPTY_MAP;
70 _map = new TreeMap<Character, Extension>();
85 _map.put(Character.valueOf(key), e);
110 _map
[all...]
/external/autotest/frontend/tko/
H A Dtko_rpc_utils.py15 def _map(self): member in class: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()
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.h73 CRecordVector<CKeyKeyValPair> _map; member in class:CArchiveUpdateCallback
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dtransfer.cpp204 struct _map { struct in namespace:__anon16842
214 struct _map<void *> { struct in namespace:__anon16842
223 struct _map<const void *> { struct in namespace:__anon16842
242 auto dst = _map<T>::get(q, dst_obj, CL_MAP_WRITE,
245 auto src = _map<S>::get(q, src_obj, CL_MAP_READ,
/external/python/cpython3/Lib/test/
H A Dtest_exception_hierarchy.py71 _map = {}
78 _map[getattr(errno, errname)] = getattr(builtins, excname)
79 return _map
80 _map = _make_map(_pep_map) variable in class:HierarchyTest
88 for errcode, exc in self._map.items():
91 othercodes = set(errno.errorcode) - set(self._map)
/external/autotest/client/cros/graphics/
H A Ddrm.py324 _map = None variable in class: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/opencv/cv/src/
H A Dcvcanny.cpp169 uchar* _map; local
209 _map = map + mapstep*i + 1;
210 _map[-1] = _map[size.width] = 1;
253 if( m > high && !prev_flag && _map[j-mapstep] != 2 )
255 CANNY_PUSH( _map + j );
259 _map[j] = (uchar)0;
267 if( m > high && !prev_flag && _map[j-mapstep] != 2 )
269 CANNY_PUSH( _map + j );
273 _map[
342 const uchar* _map = map + mapstep*(i+1) + 1; local
[all...]
/external/syslinux/com32/lib/sys/vesa/
H A Di915resolution.c321 static vbios_map _map; local
322 vbios_map * const map = &_map;
324 memset(&_map, 0, sizeof _map);
/external/annotation-tools/asmx/test/lib/
H A Dserp.jarMETA-INF/ META-INF/MANIFEST.MF serp/ serp/bytecode/ serp/bytecode/lowlevel/ serp/bytecode/visitor/ serp/ ...
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...
/external/guice/extensions/struts2/lib/
H A Djetty-util-6.1.0.jar ... mortbay.util.Attributes { java.util.Map _map public void " href="/9.0.0_r3/s? ...
/external/annotation-tools/asmx/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 600 milliseconds