Home
last modified time | relevance | path

Searched defs:_map (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/util/
Dtuple.hpp90 struct _map<F, T, integral_sequence<Is...>> { struct
91 typedef typename std::remove_reference<F>::type func_type;
95 > value_type;
98 eval(F &&f, T &&t) { in eval()
/external/tensorflow/tensorflow/python/data/util/
Dtraverse_test.py93 def _map(x): function
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleObjectCache.java16 private ConcurrentHashMap<K, CacheEntry<K, V>> _map; field in LocaleObjectCache
DLocaleExtensions.java25 private SortedMap<Character, Extension> _map; field in LocaleExtensions
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
DLocaleObjectCache.java16 private ConcurrentHashMap<K, CacheEntry<K, V>> _map; field in LocaleObjectCache
DLocaleExtensions.java25 private SortedMap<Character, Extension> _map; field in LocaleExtensions
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DLocaleObjectCache.java20 private ConcurrentHashMap<K, CacheEntry<K, V>> _map; field in LocaleObjectCache
DLocaleExtensions.java29 private SortedMap<Character, Extension> _map; field in LocaleExtensions
/external/kernel-headers/original/uapi/linux/
Dmap_to_7segment.h84 #define SEG7_CONVERSION_MAP(_name, _map) \ argument
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dtransfer.cpp204 struct _map { struct
206 get(command_queue &q, T obj, cl_map_flags flags, in get()
214 struct _map<void *> { struct
216 get(command_queue &q, void *obj, cl_map_flags flags, in get()
223 struct _map<const void *> { struct
225 get(command_queue &q, const void *obj, cl_map_flags flags, in get()
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.h85 CRecordVector<CKeyKeyValPair> _map; variable
/external/python/cpython3/Lib/test/
Dtest_exception_hierarchy.py80 _map = _make_map(_pep_map) variable in HierarchyTest
/external/autotest/frontend/tko/
Dtko_rpc_utils.py15 def _map(self): member in KernelString
/external/tensorflow/tensorflow/python/ops/
Dboosted_trees_ops.py53 _map = {'none': NO_PRUNING, 'pre': PRE_PRUNING, 'post': POST_PRUNING} variable in PruningMode
/external/python/cpython2/Lib/
Dcollections.py732 def _replace(self, _map=map, **kwds): argument