/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | map.go | 109 type hmap struct { struct 112 count int // # live cells == size of map. Must be first (used by len() builtin) 113 flags uint8 114 B uint8 // log_2 of # of buckets (can hold up to loadFactor * 2^B items) 115 noverflow uint16 // approximate number of overflow buckets; see incrnoverflow for details 116 hash0 uint32 // hash seed 118 buckets unsafe.Pointer // array of 2^B Buckets. may be nil if count==0. 119 oldbuckets unsafe.Pointer // previous bucket array of half the size, non-nil only when growing 120 …ate uintptr // progress counter for evacuation (buckets less than this have been evacuated) 122 extra *mapextra // optional fields [all …]
|
D | map_fast32.go | 13 func mapaccess1_fast32(t *maptype, h *hmap, key uint32) unsafe.Pointer { 62 func mapaccess2_fast32(t *maptype, h *hmap, key uint32) (unsafe.Pointer, bool) { 113 func mapassign_fast32(t *maptype, h *hmap, key uint32) unsafe.Pointer { 212 func mapassign_fast32ptr(t *maptype, h *hmap, key unsafe.Pointer) unsafe.Pointer { 302 func mapdelete_fast32(t *maptype, h *hmap, key uint32) { 392 func growWork_fast32(t *maptype, h *hmap, bucket uintptr) { 403 func evacuate_fast32(t *maptype, h *hmap, oldbucket uintptr) {
|
D | map_fast64.go | 13 func mapaccess1_fast64(t *maptype, h *hmap, key uint64) unsafe.Pointer { 62 func mapaccess2_fast64(t *maptype, h *hmap, key uint64) (unsafe.Pointer, bool) { 113 func mapassign_fast64(t *maptype, h *hmap, key uint64) unsafe.Pointer { 214 func mapassign_fast64ptr(t *maptype, h *hmap, key unsafe.Pointer) unsafe.Pointer { 304 func mapdelete_fast64(t *maptype, h *hmap, key uint64) { 396 func growWork_fast64(t *maptype, h *hmap, bucket uintptr) { 407 func evacuate_fast64(t *maptype, h *hmap, oldbucket uintptr) {
|
D | map_faststr.go | 13 func mapaccess1_faststr(t *maptype, h *hmap, ky string) unsafe.Pointer { 117 func mapaccess2_faststr(t *maptype, h *hmap, ky string) (unsafe.Pointer, bool) { 223 func mapassign_faststr(t *maptype, h *hmap, s string) unsafe.Pointer { 321 func mapdelete_faststr(t *maptype, h *hmap, ky string) { 411 func growWork_faststr(t *maptype, h *hmap, bucket uintptr) { 422 func evacuate_faststr(t *maptype, h *hmap, oldbucket uintptr) {
|
/aosp_15_r20/external/bcc/tests/python/ |
H A D | test_map_batch_ops.py | 29 def prepare_keys_subset(self, hmap, count=None): argument 43 def prepare_values_subset(self, hmap, count=None): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/ |
H A D | windows_file_system.cc | 287 HANDLE hmap, const void* address, uint64 length) in WinReadOnlyMemoryRegion() 429 HANDLE hmap = ::CreateFileMappingA(hfile, NULL, PAGE_READONLY, in NewReadOnlyMemoryRegionFromFile() local
|
/aosp_15_r20/external/coreboot/util/nvramtool/ |
H A D | win32mmap.c | 13 HANDLE hmap; in win32_mmap() local
|
/aosp_15_r20/external/nist-sip/java/gov/nist/core/ |
H A D | NameValueList.java | 59 private Map<String,NameValue> hmap; field in NameValueList
|
/aosp_15_r20/out/soong/.intermediates/external/nist-sip/nist-sip/android_common/javac/ |
D | nist-sip.jar | META-INF/
META-INF/MANIFEST.MF
gov/
gov/nist/
gov/ ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/voip-common_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/opt/net/voip/voip-common/android_common/combined/ |
D | voip-common.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | jython-standalone-2.5.3.jar | META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
META- ... |
/aosp_15_r20/prebuilts/misc/common/robolectric/android-all/ |
HD | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
HD | android-all-4.1.2_r1-robolectric-r1.jar | META-INF/
META-INF/MANIFEST.MF
assets/
assets/images/
assets/ ... |
HD | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
HD | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
HD | android-all-4.3_r2-robolectric-r1.jar | META-INF/
META-INF/MANIFEST.MF
assets/
assets/images/
assets/ ... |
HD | android-all-4.2.2_r1.2-robolectric-r1.jar | META-INF/
META-INF/MANIFEST.MF
assets/
assets/images/
assets/ ... |
HD | android-all-5.1.1_r9-robolectric-r2.jar | META-INF/
META-INF/MANIFEST.MF
assets/
assets/images/
assets/ ... |
HD | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
HD | android-all-4.4_r1-robolectric-r2.jar | META-INF/
META-INF/MANIFEST.MF
assets/
assets/images/
assets/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/services/Telephony/TeleService/android_common/combined/ |
D | TeleService.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/activity_release.kotlin_module
META ... |
/aosp_15_r20/out/soong/.intermediates/packages/services/Telephony/TeleService/android_common/withres/ |
D | TeleService.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/activity_release.kotlin_module
META ... |
/aosp_15_r20/out/soong/.intermediates/packages/services/Telephony/TeleService/android_common/jarjar/ |
D | TeleService.jar | org/jspecify/annotations/Nullable.class
Nullable.java
package org.jspecify.annotations
public ... |
/aosp_15_r20/out/target/common/obj/APPS/TeleService_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/activity_release.kotlin_module
META ... |