Home
last modified time | relevance | path

Searched defs:SetMap (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dbitmap.cc110 void Bitmap::SetMap(const uint32_t* map, int size) { in SetMap() function in disk_cache::Bitmap
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DShell.h1216 EFI_SHELL_SET_MAP SetMap; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
H A DShell.h1222 EFI_SHELL_SET_MAP SetMap; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DShell.h1215 EFI_SHELL_SET_MAP SetMap; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DShell.h1216 EFI_SHELL_SET_MAP SetMap; member
/aosp_15_r20/art/runtime/oat/
H A Delf_file.cc415 bool ElfFileImpl<ElfTypes>::SetMap(File* file, MemMap&& map, std::string* error_msg) { in SetMap() function in art::ElfFileImpl