/external/kernel-headers/original/linux/mtd/ |
D | map.h | 19 #define map_bankwidth(map) 1 argument 20 #define map_bankwidth_is_1(map) (map_bankwidth(map) == 1) argument 21 #define map_bankwidth_is_large(map) (0) argument 22 #define map_words(map) (1) argument 25 #define map_bankwidth_is_1(map) (0) argument 31 # define map_bankwidth(map) ((map)->bankwidth) argument 33 # define map_bankwidth(map) 2 argument 34 # define map_bankwidth_is_large(map) (0) argument 35 # define map_words(map) (1) argument 37 #define map_bankwidth_is_2(map) (map_bankwidth(map) == 2) argument [all …]
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | MapInterfaceTest.java | 154 protected final boolean supportsValuesHashCode(Map<K, V> map) { in supportsValuesHashCode() 178 protected final void assertInvariants(Map<K, V> map) { in assertInvariants() 270 protected void assertMoreInvariants(Map<K, V> map) { in assertMoreInvariants() 274 final Map<K, V> map; in testClear() local 296 final Map<K, V> map; in testContainsKey() local 321 final Map<K, V> map; in testContainsValue() local 343 final Map<K, V> map; in testEntrySet() local 368 final Map<K, V> map; in testEntrySetForEmptyMap() local 378 final Map<K, V> map; in testEntrySetContainsEntryIncompatibleKey() local 405 final Map<K, V> map; in testEntrySetContainsEntryNullKeyPresent() local [all …]
|
D | ConcurrentMapInterfaceTest.java | 71 final ConcurrentMap<K, V> map; in testPutIfAbsentNewKey() local 101 final ConcurrentMap<K, V> map; in testPutIfAbsentExistingKey() local 135 final ConcurrentMap<K, V> map; in testPutIfAbsentNullKey() local 169 final ConcurrentMap<K, V> map; in testPutIfAbsentNewKeyNullValue() local 203 final ConcurrentMap<K, V> map; in testPutIfAbsentExistingKeyNullValue() local 233 final ConcurrentMap<K, V> map; in testRemoveKeyValueExisting() local 259 final ConcurrentMap<K, V> map; in testRemoveKeyValueMissingKey() local 285 final ConcurrentMap<K, V> map; in testRemoveKeyValueDifferentValue() local 317 final ConcurrentMap<K, V> map; in testRemoveKeyValueNullKey() local 349 final ConcurrentMap<K, V> map; in testRemoveKeyValueExistingKeyNullValue() local [all …]
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | AtomicLongMapTest.java | 34 AtomicLongMap<Object> map = AtomicLongMap.create(); in testNulls() local 40 AtomicLongMap<String> map = AtomicLongMap.create(in); in testCreate_map() local 52 AtomicLongMap<String> map = AtomicLongMap.create(); in testIncrementAndGet() local 68 AtomicLongMap<String> map = AtomicLongMap.create(); in testIncrementAndGet_zero() local 85 AtomicLongMap<String> map = AtomicLongMap.create(); in testGetAndIncrement() local 101 AtomicLongMap<String> map = AtomicLongMap.create(); in testGetAndIncrement_zero() local 118 AtomicLongMap<String> map = AtomicLongMap.create(); in testDecrementAndGet() local 134 AtomicLongMap<String> map = AtomicLongMap.create(); in testDecrementAndGet_zero() local 151 AtomicLongMap<String> map = AtomicLongMap.create(); in testGetAndDecrement() local 167 AtomicLongMap<String> map = AtomicLongMap.create(); in testGetAndDecrement_zero() local [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | DictionaryExtensions.cs | 44 public static bool containsKey( this IDictionary map, object key ) in containsKey() 50 public static object get( this IDictionary map, object key ) in get() 55 public static TValue get<TKey, TValue>( this IDictionary<TKey, TValue> map, TKey key ) in get() 68 public static TValue get<TKey, TValue>( this Dictionary<TKey, TValue> map, TKey key ) in get() 80 public static TValue get<TKey, TValue>( this SortedList<TKey, TValue> map, TKey key ) in get() 93 public static void put( this IDictionary map, object key, object value ) in put() 99 … public static void put<TKey, TValue>( this IDictionary<TKey, TValue> map, TKey key, TValue value ) in put() 105 … public static void put<TKey, TValue>( this Dictionary<TKey, TValue> map, TKey key, TValue value ) in put() 111 public static HashSet<object> keySet( this IDictionary map ) in keySet() 117 public static HashSet<TKey> keySet<TKey, TValue>( this IDictionary<TKey, TValue> map ) in keySet() [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | DictionaryExtensions.cs | 45 public static bool containsKey(IDictionary map, object key) { in containsKey() 50 public static object get(IDictionary map, object key) { in get() 55 public static TValue get<TKey, TValue>(IDictionary<TKey, TValue> map, TKey key) { in get() 67 public static TValue get<TKey, TValue>(Dictionary<TKey, TValue> map, TKey key) { in get() 78 public static TValue get<TKey, TValue>(SortedList<TKey, TValue> map, TKey key) { in get() 91 public static void put(IDictionary map, object key, object value) { in put() 96 … public static void put<TKey, TValue>(IDictionary<TKey, TValue> map, TKey key, TValue value) { in put() 101 public static void put<TKey, TValue>(Dictionary<TKey, TValue> map, TKey key, TValue value) { in put() 106 public static HashSet<object> keySet(IDictionary map) { in keySet() 111 public static HashSet<TKey> keySet<TKey, TValue>(IDictionary<TKey, TValue> map) { in keySet() [all …]
|
/external/chromium_org/v8/src/ |
D | objects-visiting.h | 131 static VisitorId GetVisitorId(Map* map) { in GetVisitorId() 171 inline Callback GetVisitor(Map* map) { in GetVisitor() 232 INLINE(static ReturnType Visit(Map* map, HeapObject* object)) { in INLINE() 243 static inline ReturnType VisitSpecialized(Map* map, HeapObject* object) { in VisitSpecialized() 258 INLINE(static ReturnType Visit(Map* map, HeapObject* object)) { in INLINE() 290 INLINE(static int IterateBody(Map* map, HeapObject* obj)) { in INLINE() 299 INLINE(static int VisitJSFunction(Map* map, HeapObject* object)) { in INLINE() 316 INLINE(static int VisitByteArray(Map* map, HeapObject* object)) { in INLINE() 320 INLINE(static int VisitFixedDoubleArray(Map* map, HeapObject* object)) { in INLINE() 325 INLINE(static int VisitJSObject(Map* map, HeapObject* object)) { in INLINE() [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapsTest.java | 80 HashMap<Integer, Integer> map = Maps.newHashMap(); in testHashMap() local 81 assertEquals(Collections.emptyMap(), map); in testHashMap() local 89 HashMap<String, Integer> map = Maps.newHashMap(original); in testHashMapWithInitialMap() local 98 HashMap<Object, Object> map = in testHashMapGeneralizesTypes() local 165 LinkedHashMap<Integer, Integer> map = Maps.newLinkedHashMap(); in testLinkedHashMap() local 166 assertEquals(Collections.emptyMap(), map); in testLinkedHashMap() local 171 Map<String, String> map = new LinkedHashMap<String, String>() {{ in testLinkedHashMapWithInitialMap() local 208 HashMap<Object, Object> map in testLinkedHashMapGeneralizesTypes() local 214 IdentityHashMap<Integer, Integer> map = Maps.newIdentityHashMap(); in testIdentityHashMap() local 215 assertEquals(Collections.emptyMap(), map); in testIdentityHashMap() local [all …]
|
D | MapsTransformValuesTest.java | 82 private void assertMapsEqual(Map<?, ?> expected, Map<?, ?> map) { in assertMapsEqual() 97 Map<String, String> map = Maps.transformValues( in testTransformEmptyMapEquality() local 99 assertMapsEqual(Maps.newHashMap(), map); in testTransformEmptyMapEquality() local 103 Map<String, String> map = Maps.transformValues( in testTransformSingletonMapEquality() local 112 Map<String, Integer> map = Maps.transformValues( in testTransformIdentityFunctionEquality() local 118 Map<String, String> map = Maps.transformValues( in testTransformPutEntryIsUnsupported() local 142 Map<String, String> map in testTransformRemoveEntry() local 153 Map<String, Boolean> map = Maps.transformValues(underlying, in testTransformEqualityOfMapsWithNullValues() local 176 Map<String, String> map in testTransformReflectsUnderlyingMap() local 201 Map<String, String> map in testTransformChangesAreReflectedInUnderlyingMap() local [all …]
|
D | ImmutableSortedMapTest.java | 168 @Override protected void assertMoreInvariants(Map<K, V> map) { in assertMoreInvariants() 316 ImmutableSortedMap<String, Integer> map in testEmptyBuilder() local 318 assertEquals(Collections.<String, Integer>emptyMap(), map); in testEmptyBuilder() local 322 ImmutableSortedMap<String, Integer> map in testSingletonBuilder() local 330 ImmutableSortedMap<String, Integer> map in testBuilder() local 343 ImmutableSortedMap<String, Integer> map = in testBuilder_withImmutableEntry() local 389 ImmutableSortedMap<String, Integer> map in testBuilderPutAllWithEmptyMap() local 393 assertEquals(Collections.<String, Integer>emptyMap(), map); in testBuilderPutAllWithEmptyMap() local 405 ImmutableSortedMap<String, Integer> map in testBuilderPutAll() local 667 ImmutableSortedMap<String, Integer> map in testBuilderReverseOrder() local [all …]
|
D | WellBehavedMapTest.java | 34 WellBehavedMap<Foo, Integer> map = WellBehavedMap.wrap( in testEntrySet_contain() local 50 WellBehavedMap<Foo, Integer> map = WellBehavedMap.wrap( in testEntry_setValue() local 58 assertEquals(ImmutableMap.of(Foo.X, 6, Foo.Y, 7, Foo.Z, 8), map); in testEntry_setValue() local 62 WellBehavedMap<Foo, Integer> map = WellBehavedMap.wrap( in testEntriesAreMutableAndConsistent() local 89 WellBehavedMap<Foo, Integer> map = WellBehavedMap.wrap( in testEntrySet_remove() local
|
D | ForwardingConcurrentMapTest.java | 41 TestMap map = new TestMap(); in testPutIfAbsent() local 50 TestMap map = new TestMap(); in testRemove() local 60 TestMap map = new TestMap(); in testReplace() local 69 TestMap map = new TestMap(); in testReplaceConditional() local
|
/external/guava/guava/src/com/google/common/base/ |
D | Defaults.java | 35 put(map, boolean.class, false); in put() argument 36 put(map, char.class, '\0'); in put() argument 37 put(map, byte.class, (byte) 0); in put() argument 38 put(map, short.class, (short) 0); in put() argument 39 put(map, int.class, 0); in put() argument 40 put(map, long.class, 0L); in put() argument 41 put(map, float.class, 0f); in put() argument 42 put(map, double.class, 0d); in put() argument 46 private static <T> void put(Map<Class<?>, Object> map, Class<T> type, T value) { in put()
|
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
D | SmallSortedMapTest.java | 147 SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); in testReplacingPut() local 158 SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); in testRemove() local 199 SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); in testClear() local 210 SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); in testGetArrayEntryAndOverflowEntries() local 232 SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); in testEntrySetContains() local 246 SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); in testEntrySetAdd() local 263 SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); in testEntrySetRemove() local 281 SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); in testEntrySetClear() local 293 SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); in testEntrySetIteratorNext() local 308 SmallSortedMap<Integer, Integer> map = SmallSortedMap.newInstanceForTest(3); in testEntrySetIteratorRemove() local [all …]
|
/external/linux-tools-perf/util/ |
D | map.h | 33 struct map { struct 40 u8 /* enum map_type */ type; argument 46 u64 (*map_ip)(struct map *, u64); argument 48 u64 (*unmap_ip)(struct map *, u64); argument 51 struct map_groups *groups; argument 90 static inline u64 map__map_ip(struct map *map, u64 ip) in map__map_ip() 95 static inline u64 map__unmap_ip(struct map *map, u64 ip) in map__unmap_ip() 173 static inline void map_groups__insert(struct map_groups *self, struct map *map) in map_groups__insert() 179 static inline void map_groups__remove(struct map_groups *self, struct map *map) in map_groups__remove()
|
/external/qemu/android/utils/ |
D | intmap.c | 42 AIntMap* map; in aintMap_new() local 54 aintMap_free( AIntMap* map ) in aintMap_free() 69 aintMap_getCount( AIntMap* map ) in aintMap_getCount() 75 aintMap_get( AIntMap* map, int key ) in aintMap_get() 81 aintMap_getWithDefault( AIntMap* map, int key, void* def ) in aintMap_getWithDefault() 97 aintMap_grow( AIntMap* map ) in aintMap_grow() 125 aintMap_set( AIntMap* map, int key, void* value ) in aintMap_set() 158 aintMap_del( AIntMap* map, int key ) in aintMap_del() 190 aintMapIterator_init( AIntMapIterator* iter, AIntMap* map ) in aintMapIterator_init() 202 AIntMap* map; in aintMapIterator_next() local
|
/external/chromium/base/ |
D | file_descriptor_shuffle_unittest.cc | 73 InjectiveMultimap map; in TEST() local 81 InjectiveMultimap map; in TEST() local 90 InjectiveMultimap map; in TEST() local 99 InjectiveMultimap map; in TEST() local 109 InjectiveMultimap map; in TEST() local 121 InjectiveMultimap map; in TEST() local 132 InjectiveMultimap map; in TEST() local 144 InjectiveMultimap map; in TEST() local 159 InjectiveMultimap map; in TEST() local 174 InjectiveMultimap map; in TEST() local [all …]
|
/external/chromium_org/base/posix/ |
D | file_descriptor_shuffle_unittest.cc | 70 InjectiveMultimap map; in TEST() local 78 InjectiveMultimap map; in TEST() local 87 InjectiveMultimap map; in TEST() local 96 InjectiveMultimap map; in TEST() local 106 InjectiveMultimap map; in TEST() local 118 InjectiveMultimap map; in TEST() local 129 InjectiveMultimap map; in TEST() local 141 InjectiveMultimap map; in TEST() local 156 InjectiveMultimap map; in TEST() local 171 InjectiveMultimap map; in TEST() local [all …]
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | BiMapGenerators.java | 45 Map<String, Integer> map = Maps.newLinkedHashMap(); in create() local 56 Map<Integer, String> map = Maps.newLinkedHashMap(); in create() local 72 Map<String, String> map = Maps.newLinkedHashMap(); in createFromEntries() local 84 Map<Integer, String> map = Maps.newLinkedHashMap(); in create() local 95 Map<String, Integer> map = Maps.newLinkedHashMap(); in create() local 111 Map<String, String> map = Maps.newLinkedHashMap(); in createFromEntries() local
|
/external/chromium_org/chrome/browser/content_settings/ |
D | content_settings_origin_identifier_value_map_unittest.cc | 15 content_settings::OriginIdentifierValueMap map; in TEST() local 59 content_settings::OriginIdentifierValueMap map; in TEST() local 114 content_settings::OriginIdentifierValueMap map; in TEST() local 147 content_settings::OriginIdentifierValueMap map; in TEST() local 176 content_settings::OriginIdentifierValueMap map; in TEST() local 184 content_settings::OriginIdentifierValueMap map; in TEST() local
|
/external/mesa3d/src/mesa/main/ |
D | pixel.c | 76 get_pixelmap(struct gl_context *ctx, GLenum map) in get_pixelmap() 109 store_pixelmap(struct gl_context *ctx, GLenum map, GLsizei mapsize, in store_pixelmap() 184 _mesa_PixelMapfv( GLenum map, GLsizei mapsize, const GLfloat *values ) in _mesa_PixelMapfv() 226 _mesa_PixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values ) in _mesa_PixelMapuiv() 282 _mesa_PixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values ) in _mesa_PixelMapusv() 338 _mesa_GetnPixelMapfvARB( GLenum map, GLsizei bufSize, GLfloat *values ) in _mesa_GetnPixelMapfvARB() 383 _mesa_GetPixelMapfv( GLenum map, GLfloat *values ) in _mesa_GetPixelMapfv() 389 _mesa_GetnPixelMapuivARB( GLenum map, GLsizei bufSize, GLuint *values ) in _mesa_GetnPixelMapuivARB() 434 _mesa_GetPixelMapuiv( GLenum map, GLuint *values ) in _mesa_GetPixelMapuiv() 440 _mesa_GetnPixelMapusvARB( GLenum map, GLsizei bufSize, GLushort *values ) in _mesa_GetnPixelMapusvARB() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | pixel.c | 76 get_pixelmap(struct gl_context *ctx, GLenum map) in get_pixelmap() 109 store_pixelmap(struct gl_context *ctx, GLenum map, GLsizei mapsize, in store_pixelmap() 184 _mesa_PixelMapfv( GLenum map, GLsizei mapsize, const GLfloat *values ) in _mesa_PixelMapfv() 226 _mesa_PixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values ) in _mesa_PixelMapuiv() 282 _mesa_PixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values ) in _mesa_PixelMapusv() 338 _mesa_GetnPixelMapfvARB( GLenum map, GLsizei bufSize, GLfloat *values ) in _mesa_GetnPixelMapfvARB() 383 _mesa_GetPixelMapfv( GLenum map, GLfloat *values ) in _mesa_GetPixelMapfv() 389 _mesa_GetnPixelMapuivARB( GLenum map, GLsizei bufSize, GLuint *values ) in _mesa_GetnPixelMapuivARB() 434 _mesa_GetPixelMapuiv( GLenum map, GLuint *values ) in _mesa_GetPixelMapuiv() 440 _mesa_GetnPixelMapusvARB( GLenum map, GLsizei bufSize, GLushort *values ) in _mesa_GetnPixelMapusvARB() [all …]
|
/external/qemu/memcheck/ |
D | memcheck_mmrange_map.c | 68 mmrangemap_insert_desc(MMRangeMap* map, in mmrangemap_insert_desc() 101 mmrangemap_find_entry(const MMRangeMap* map, in mmrangemap_find_entry() 116 mmrangemap_init(MMRangeMap* map) in mmrangemap_init() 122 mmrangemap_insert(MMRangeMap* map, in mmrangemap_insert() 148 mmrangemap_find(const MMRangeMap* map, target_ulong start, target_ulong end) in mmrangemap_find() 155 mmrangemap_pull(MMRangeMap* map, in mmrangemap_pull() 172 mmrangemap_pull_first(MMRangeMap* map, MMRangeDesc* pulled) in mmrangemap_pull_first() 219 mmrangemap_empty(MMRangeMap* map) in mmrangemap_empty()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_keymap.c | 67 default_delete_func(const struct keymap *map, in default_delete_func() 113 struct keymap *map = MALLOC_STRUCT(keymap); in util_new_keymap() local 138 util_delete_keymap(struct keymap *map, void *user) in util_delete_keymap() 147 hash_table_find_iter(const struct keymap *map, const void *key, in hash_table_find_iter() 166 hash_table_find_item(const struct keymap *map, const void *key, in hash_table_find_item() 188 util_keymap_insert(struct keymap *map, const void *key, in util_keymap_insert() 232 util_keymap_lookup(const struct keymap *map, const void *key) in util_keymap_lookup() 257 util_keymap_remove(struct keymap *map, const void *key, void *user) in util_keymap_remove() 292 util_keymap_remove_all(struct keymap *map, void *user) in util_keymap_remove_all() 314 util_keymap_info(const struct keymap *map) in util_keymap_info()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_keymap.c | 67 default_delete_func(const struct keymap *map, in default_delete_func() 113 struct keymap *map = MALLOC_STRUCT(keymap); in util_new_keymap() local 138 util_delete_keymap(struct keymap *map, void *user) in util_delete_keymap() 147 hash_table_find_iter(const struct keymap *map, const void *key, in hash_table_find_iter() 166 hash_table_find_item(const struct keymap *map, const void *key, in hash_table_find_item() 188 util_keymap_insert(struct keymap *map, const void *key, in util_keymap_insert() 232 util_keymap_lookup(const struct keymap *map, const void *key) in util_keymap_lookup() 257 util_keymap_remove(struct keymap *map, const void *key, void *user) in util_keymap_remove() 292 util_keymap_remove_all(struct keymap *map, void *user) in util_keymap_remove_all() 314 util_keymap_info(const struct keymap *map) in util_keymap_info()
|