/external/e2fsprogs/lib/ext2fs/ |
D | Makefile.in | 226 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 …]
|
D | Android.bp | 51 "hashmap.c",
|
/external/e2fsprogs/e2fsck/ |
D | Makefile.in | 270 $(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/ |
D | ForwardingMapTest.java | 352 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());
|
D | MapsTest.java | 327 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/ |
D | Makefile.in | 183 $(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/ |
D | map.c | 705 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()
|
D | protobuf.h | 425 VALUE Map_merge(VALUE _self, VALUE hashmap); 426 VALUE Map_merge_into_self(VALUE _self, VALUE hashmap);
|
/external/e2fsprogs/resize/ |
D | Makefile.in | 126 $(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/ |
D | Makefile.in | 113 $(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/ |
D | RubyMap.java | 378 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/ |
D | Makefile.in | 712 $(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/ |
D | MapsTest.java | 266 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/ |
D | Pass2Verifier.java | 246 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/ |
D | Makefile.in | 126 $(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/ |
D | Makefile.in | 80 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \
|
/external/kmod/ |
D | NEWS | 242 - Add tests for hashmap implementation
|
/external/bcc/docs/ |
D | kernel-versions.md | 104 Socket references (hashmap) | 4.18 | [`81110384441a`](https://git.kernel.org/cgit/linux/kernel/git/…
|
/external/v8/ |
D | BUILD.gn | 2986 "src/base/hashmap-entry.h", 2987 "src/base/hashmap.h",
|
/external/harfbuzz_ng/ |
D | NEWS | 363 A hashmap implementation:
|
/external/protobuf/ |
D | CHANGES.txt | 443 native Ruby hashmap.
|
/external/e2fsprogs/debian/ |
D | changelog | 28 * Include hashmap.h in the libext2fs2 package
|