/aosp_15_r20/external/erofs-utils/include/erofs/ |
H A D | hashmap.h | 49 struct hashmap { struct 50 struct hashmap_entry **table; argument 51 hashmap_cmp_fn cmpfn; argument 56 struct hashmap *map; argument
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/ |
D | hashmap.h | 72 struct hashmap { struct 73 hashmap_hash_fn hash_fn; argument 74 hashmap_equal_fn equal_fn; argument 77 struct hashmap_entry **buckets; argument 83 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, argument
|
/aosp_15_r20/external/libbpf/src/ |
H A D | hashmap.h | 72 struct hashmap { struct 73 hashmap_hash_fn hash_fn; argument 74 hashmap_equal_fn equal_fn; argument 77 struct hashmap_entry **buckets; argument 83 void hashmap__init(struct hashmap *map, hashmap_hash_fn hash_fn, argument
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/num/ |
H A D | unit.rs | 127 let mut hashmap = HashMap::new(); in new_base_unit() localVariable 1072 let mut hashmap = HashMap::<BaseUnit, Complex>::new(); in to_hashmap_and_scale() localVariable 1302 let mut hashmap = HashMap::new(); in test_basic_kg() localVariable 1315 let mut hashmap = HashMap::new(); in test_basic_kg_and_g() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/thread/local/ |
H A D | dynamic_tests.rs | 18 fn hashmap() { in hashmap() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/thread/local/ |
H A D | dynamic_tests.rs | 18 fn hashmap() { in hashmap() function
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/thread/local/ |
H A D | dynamic_tests.rs | 18 fn hashmap() { in hashmap() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/thread/local/ |
H A D | dynamic_tests.rs | 18 fn hashmap() { in hashmap() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/thread/local/ |
H A D | dynamic_tests.rs | 18 fn hashmap() { in hashmap() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/once_cell/examples/ |
D | lazy_static.rs | 15 fn hashmap() -> &'static HashMap<u32, &'static str> { in hashmap() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | map.c | 233 static VALUE Map_merge_into_self(VALUE _self, VALUE hashmap) { in Map_merge_into_self() 670 static VALUE Map_merge(VALUE _self, VALUE hashmap) { in Map_merge()
|
/aosp_15_r20/external/protobuf/ruby/ext/google/protobuf_c/ |
H A D | map.c | 233 static VALUE Map_merge_into_self(VALUE _self, VALUE hashmap) { in Map_merge_into_self() 670 static VALUE Map_merge(VALUE _self, VALUE hashmap) { in Map_merge()
|
/aosp_15_r20/art/test/004-InterfaceTest/src/ |
H A D | Main.java | 45 HashMap hashmap = new HashMap(); in main() local
|
/aosp_15_r20/external/rust/crates/maplit/src/ |
D | lib.rs | 46 macro_rules! hashmap { macro
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | MapsTest.java | 376 Map<@Nullable String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullKeys() local 384 Map<String, @Nullable String> hashmap = Maps.newHashMap(); in testToStringImplWithNullValues() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | MapsTest.java | 376 Map<@Nullable String, String> hashmap = Maps.newHashMap(); in testToStringImplWithNullKeys() local 384 Map<String, @Nullable String> hashmap = Maps.newHashMap(); in testToStringImplWithNullValues() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/benchs/ |
H A D | bench_local_storage.c | 115 static void __setup(struct bpf_program *prog, bool hashmap) in __setup()
|
/aosp_15_r20/packages/apps/Nfc/testutils/src/com/android/nfc/emulatorapp/ |
D | MainActivity.kt | 99 val hashmap: HashMap<String, MutableList<String>> = HashMap() in updateService() constant
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/num/unit/ |
H A D | named_unit.rs | 84 let mut hashmap = HashMap::with_capacity(len); in deserialize() localVariable
|
/aosp_15_r20/external/cronet/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyMap.java | 408 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) { in mergeIntoSelf()
|
/aosp_15_r20/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyMap.java | 408 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) { in mergeIntoSelf()
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-map.hh | 551 using hashmap = hb_hashmap_t<hb_codepoint_t, typedef
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | HashMapTest.java | 229 HashMap hashmap = new HashMap(); in test_clone() local
|
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/ |
H A D | Pass2Verifier.java | 246 final Map<String, String> hashmap = new HashMap<>(); in final_methods_are_not_overridden() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml/tests/testsuite/ |
D | serde.rs | 212 fn hashmap() { in hashmap() function
|