Home
last modified time | relevance | path

Searched defs:hashmap (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/erofs-utils/include/erofs/
H A Dhashmap.h49 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/
Dhashmap.h72 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 Dhashmap.h72 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 Dunit.rs127 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 Ddynamic_tests.rs18 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 Ddynamic_tests.rs18 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 Ddynamic_tests.rs18 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 Ddynamic_tests.rs18 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 Ddynamic_tests.rs18 fn hashmap() { in hashmap() function
/aosp_15_r20/external/rust/android-crates-io/crates/once_cell/examples/
Dlazy_static.rs15 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 Dmap.c233 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 Dmap.c233 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 DMain.java45 HashMap hashmap = new HashMap(); in main() local
/aosp_15_r20/external/rust/crates/maplit/src/
Dlib.rs46 macro_rules! hashmap { macro
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DMapsTest.java376 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 DMapsTest.java376 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 Dbench_local_storage.c115 static void __setup(struct bpf_program *prog, bool hashmap) in __setup()
/aosp_15_r20/packages/apps/Nfc/testutils/src/com/android/nfc/emulatorapp/
DMainActivity.kt99 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 Dnamed_unit.rs84 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 DRubyMap.java408 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 DRubyMap.java408 protected RubyMap mergeIntoSelf(final ThreadContext context, IRubyObject hashmap) { in mergeIntoSelf()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-map.hh551 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 DHashMapTest.java229 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 DPass2Verifier.java246 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/
Dserde.rs212 fn hashmap() { in hashmap() function

12