HomeSort by relevance Sort by last modified time
    Searched refs:_map (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
LocaleExtensions.java 29 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.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), ule)
    [all...]
LocaleObjectCache.java 20 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());
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
LocaleExtensions.java 25 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.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), ule)
    [all...]
LocaleObjectCache.java 16 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());
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
LocaleExtensions.java 25 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.put(Character.valueOf(UnicodeLocaleExtension.SINGLETON), ule)
    [all...]
LocaleObjectCache.java 16 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());
  /external/autotest/frontend/tko/
tko_rpc_utils.py 15 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/opencv/cv/src/
cvcanny.cpp 169 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[j] = (uchar)0
342 const uchar* _map = map + mapstep*(i+1) + 1; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/util/
tuple.hpp 87 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),
  /bionic/libc/kernel/uapi/linux/
map_to_7segment.h 33 #define SEG7_CONVERSION_MAP(_name,_map) struct seg7_conversion_map _name = {.table = { _map } }
  /development/ndk/platforms/android-21/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /external/kernel-headers/original/uapi/linux/
map_to_7segment.h 83 #define SEG7_CONVERSION_MAP(_name, _map) \
84 struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
map_to_7segment.h 83 #define SEG7_CONVERSION_MAP(_name, _map) \
84 struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
map_to_7segment.h 83 #define SEG7_CONVERSION_MAP(_name, _map) \
84 struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/linux/
map_to_7segment.h 36 #define SEG7_CONVERSION_MAP(_name, _map) struct seg7_conversion_map _name = { .table = { _map } }

Completed in 1214 milliseconds

1 2 3 4 5 6