Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
DMakefile.in226 tdb.h qcow2.h hashmap.h
627 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
633 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
639 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
645 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
652 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
660 $(srcdir)/hashmap.h $(srcdir)/bitops.h
667 $(srcdir)/hashmap.h $(srcdir)/bitops.h
673 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
679 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
[all …]
DAndroid.bp51 "hashmap.c",
/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 \
303 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
315 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
327 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
338 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
349 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
360 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
372 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DForwardingMapTest.java352 Map<String, String> hashmap = Maps.newHashMap();
353 hashmap.put("foo", "bar");
354 hashmap.put(null, "baz");
362 assertEquals(hashmap.toString(), forwardingMap.toString());
366 Map<String, String> hashmap = Maps.newHashMap();
367 hashmap.put("foo", "bar");
368 hashmap.put("baz", null);
376 assertEquals(hashmap.toString(), forwardingMap.toString());
DMapsTest.java327 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullKeys() local
328 hashmap.put("foo", "bar"); in testToStringImplWithNullKeys()
329 hashmap.put(null, "baz"); in testToStringImplWithNullKeys()
331 assertEquals(hashmap.toString(), Maps.toStringImpl(hashmap)); in testToStringImplWithNullKeys()
335 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullValues() local
336 hashmap.put("foo", "bar"); in testToStringImplWithNullValues()
337 hashmap.put("baz", null); in testToStringImplWithNullValues()
339 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/protobuf/ruby/ext/google/protobuf_c/
Dmap.c705 VALUE Map_merge(VALUE _self, VALUE hashmap) { in Map_merge() argument
707 return Map_merge_into_self(dupped, hashmap); in Map_merge()
716 VALUE Map_merge_into_self(VALUE _self, VALUE hashmap) { in Map_merge_into_self() argument
717 if (TYPE(hashmap) == T_HASH) { in Map_merge_into_self()
718 rb_hash_foreach(hashmap, merge_into_self_callback, _self); in Map_merge_into_self()
719 } else if (RB_TYPE_P(hashmap, T_DATA) && RTYPEDDATA_P(hashmap) && in Map_merge_into_self()
720 RTYPEDDATA_TYPE(hashmap) == &Map_type) { in Map_merge_into_self()
723 Map* other = ruby_to_Map(hashmap); in Map_merge_into_self()
Dprotobuf.h425 VALUE Map_merge(VALUE _self, VALUE hashmap);
426 VALUE Map_merge_into_self(VALUE _self, VALUE hashmap);
/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/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/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DMapsTest.java266 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullKeys() local
267 hashmap.put("foo", "bar"); in testToStringImplWithNullKeys()
268 hashmap.put(null, "baz"); in testToStringImplWithNullKeys()
270 assertEquals(hashmap.toString(), Maps.toStringImpl(hashmap)); in testToStringImplWithNullKeys()
274 Map<String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullValues() local
275 hashmap.put("foo", "bar"); in testToStringImplWithNullValues()
276 hashmap.put("baz", null); in testToStringImplWithNullValues()
278 assertEquals(hashmap.toString(), Maps.toStringImpl(hashmap)); in testToStringImplWithNullValues()
/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/e2fsprogs/lib/e2p/
DMakefile.in126 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
159 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
167 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
/external/e2fsprogs/tests/progs/
DMakefile.in80 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
/external/kmod/
DNEWS242 - Add tests for hashmap implementation
/external/bcc/docs/
Dkernel-versions.md104 Socket references (hashmap) | 4.18 | [`81110384441a`](https://git.kernel.org/cgit/linux/kernel/git/…
/external/v8/
DBUILD.gn2986 "src/base/hashmap-entry.h",
2987 "src/base/hashmap.h",
/external/harfbuzz_ng/
DNEWS363 A hashmap implementation:
/external/protobuf/
DCHANGES.txt443 native Ruby hashmap.
/external/e2fsprogs/debian/
Dchangelog28 * Include hashmap.h in the libext2fs2 package