Home
last modified time | relevance | path

Searched refs:hashmap (Results 1 – 25 of 35) sorted by relevance

12

/external/e2fsprogs/lib/ext2fs/
DMakefile.in96 hashmap.o \
177 $(srcdir)/hashmap.c \
230 tdb.h qcow2.h hashmap.h
643 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
649 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
655 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
661 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
668 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
676 $(srcdir)/hashmap.h $(srcdir)/bitops.h
683 $(srcdir)/hashmap.h $(srcdir)/bitops.h
[all …]
DAndroid.bp67 "hashmap.c",
/external/rust/crates/once_cell/examples/
Dlazy_static.rs15 fn hashmap() -> &'static HashMap<u32, &'static str> { in hashmap() function
34 assert_eq!(hashmap().get(&0), Some(&"foo")); in main()
35 assert_eq!(hashmap().get(&0), Some(&"bar")); in main()
/external/guava/android/guava-tests/test/com/google/common/collect/
DForwardingMapTest.java298 Map<String, String> hashmap = Maps.newHashMap();
299 hashmap.put("foo", "bar");
300 hashmap.put(null, "baz");
307 assertEquals(hashmap.toString(), forwardingMap.toString());
311 Map<String, String> hashmap = Maps.newHashMap();
312 hashmap.put("foo", "bar");
313 hashmap.put("baz", null);
320 assertEquals(hashmap.toString(), forwardingMap.toString());
DMapsTest.java354 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullKeys() local
355 hashmap.put("foo", "bar"); in testToStringImplWithNullKeys()
356 hashmap.put(null, "baz"); in testToStringImplWithNullKeys()
358 assertEquals(hashmap.toString(), Maps.toStringImpl(hashmap)); in testToStringImplWithNullKeys()
362 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullValues() local
363 hashmap.put("foo", "bar"); in testToStringImplWithNullValues()
364 hashmap.put("baz", null); in testToStringImplWithNullValues()
366 assertEquals(hashmap.toString(), Maps.toStringImpl(hashmap)); in testToStringImplWithNullValues()
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingMapTest.java298 Map<String, String> hashmap = Maps.newHashMap();
299 hashmap.put("foo", "bar");
300 hashmap.put(null, "baz");
307 assertEquals(hashmap.toString(), forwardingMap.toString());
311 Map<String, String> hashmap = Maps.newHashMap();
312 hashmap.put("foo", "bar");
313 hashmap.put("baz", null);
320 assertEquals(hashmap.toString(), forwardingMap.toString());
DMapsTest.java354 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullKeys() local
355 hashmap.put("foo", "bar"); in testToStringImplWithNullKeys()
356 hashmap.put(null, "baz"); in testToStringImplWithNullKeys()
358 assertEquals(hashmap.toString(), Maps.toStringImpl(hashmap)); in testToStringImplWithNullKeys()
362 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullValues() local
363 hashmap.put("foo", "bar"); in testToStringImplWithNullValues()
364 hashmap.put("baz", null); in testToStringImplWithNullValues()
366 assertEquals(hashmap.toString(), Maps.toStringImpl(hashmap)); in testToStringImplWithNullValues()
/external/e2fsprogs/debugfs/
DMakefile.in183 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
198 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
209 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
220 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
231 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
242 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
253 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
264 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
275 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
288 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
[all …]
/external/e2fsprogs/e2fsck/
DMakefile.in270 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
281 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
292 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
304 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
316 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
328 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
339 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
350 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
361 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
374 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
[all …]
/external/e2fsprogs/resize/
DMakefile.in126 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
134 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
142 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
150 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
158 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
166 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
/external/protobuf/ruby/ext/google/protobuf_c/
Dmap.c750 VALUE Map_merge(VALUE _self, VALUE hashmap) { in Map_merge() argument
752 return Map_merge_into_self(dupped, hashmap); in Map_merge()
761 VALUE Map_merge_into_self(VALUE _self, VALUE hashmap) { in Map_merge_into_self() argument
762 if (TYPE(hashmap) == T_HASH) { in Map_merge_into_self()
763 rb_hash_foreach(hashmap, merge_into_self_callback, _self); in Map_merge_into_self()
764 } else if (RB_TYPE_P(hashmap, T_DATA) && RTYPEDDATA_P(hashmap) && in Map_merge_into_self()
765 RTYPEDDATA_TYPE(hashmap) == &Map_type) { in Map_merge_into_self()
768 Map* other = ruby_to_Map(hashmap); in Map_merge_into_self()
/external/e2fsprogs/lib/support/
DMakefile.in113 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
123 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
132 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
147 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
157 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
166 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMap.java378 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) { in mergeIntoSelf() argument
379 if (hashmap instanceof RubyHash) { in mergeIntoSelf()
380 ((RubyHash) hashmap).visitAll(new RubyHash.Visitor() { in mergeIntoSelf()
386 } else if (hashmap instanceof RubyMap) { in mergeIntoSelf()
387 RubyMap other = (RubyMap) hashmap; in mergeIntoSelf()
/external/e2fsprogs/misc/
DMakefile.in712 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
730 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
744 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
764 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
776 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
787 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
797 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
806 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
818 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
825 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
[all …]
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2020-016.md27 A `BatchedMap` is equivalent to a vector where each element is a hashmap.
29 never be 1, hence there will be no hashmap at index 0 in `per_batch_counts`.
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_hashmap.c57 struct hashmap *map; in test_hashmap_generic()
261 struct hashmap *map; in test_hashmap_multimap()
336 struct hashmap *map; in test_hashmap_empty()
/external/rust/crates/ahash/
DFAQ.md25 ## Why not use a cryptographic hash in a hashmap.
37 * A hashmap does not need to provide a hard and fast guarantee that no two inputs will ever collide…
41 …t unlike a cryptographic hash partial collisions matter. It doesn't do a hashmap any good to produ…
42 …ns that even a provably irreversible hash would not offer protection from a DOS attack in a hashmap
45 From a cryptography point of view, a hashmap needs something closer to a block cypher.
DCargo.toml.orig9 keywords = ["hash", "hasher", "hashmap", "aes", "no-std"]
DCargo.toml22 keywords = ["hash", "hasher", "hashmap", "aes", "no-std"]
/external/rust/crates/hashbrown/
DCargo.toml.orig9 keywords = ["hash", "no_std", "hashmap", "swisstable"]
DCargo.toml21 keywords = ["hash", "no_std", "hashmap", "swisstable"]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DPass2Verifier.java246 final Map<String, String> hashmap = new HashMap<>(); in final_methods_are_not_overridden() local
257 if (hashmap.containsKey(nameAndSig)) { in final_methods_are_not_overridden()
260 …w new ClassConstraintException("Method '" + nameAndSig + "' in class '" + hashmap.get(nameAndSig) + in final_methods_are_not_overridden()
263 … addMessage("Method '" + nameAndSig + "' in class '" + hashmap.get(nameAndSig) + in final_methods_are_not_overridden()
269 hashmap.put(nameAndSig, jc.getClassName()); in final_methods_are_not_overridden()
274 hashmap.put(nameAndSig, jc.getClassName()); in final_methods_are_not_overridden()
/external/rust/crates/rustc-hash/
DREADME.md6 A speedy hash algorithm used within rustc. The hashmap in liballoc by
/external/e2fsprogs/tests/progs/
DMakefile.in80 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
/external/e2fsprogs/lib/e2p/
DMakefile.in127 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
160 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
168 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \

12