Searched refs:mapped (Results 1 – 15 of 15) sorted by relevance
/packages/modules/adb/fastdeploy/deploypatchgenerator/ |
D | apk_archive.cpp | 115 FileRegion mapped(fd_, readOffset, sizeToRead); in FindEndOfCDRecord() local 118 auto* start = mapped.data(); in FindEndOfCDRecord() 119 auto* cursor = start + mapped.size() - sizeof(endOfCDSignature); in FindEndOfCDRecord() 165 FileRegion mapped(fd_, eocdRecord, cdEntryHeaderSizeBytes); in GetCDLocation() local 166 location = FindCDRecord(mapped.data()); in GetCDLocation() 187 FileRegion mapped(fd_, signatureOffset, endOfSignatureSize); in GetSignatureLocation() local 189 uint64_t signatureSize = *(uint64_t*)mapped.data(); in GetSignatureLocation() 190 auto* signature = mapped.data() + sizeof(signatureSize); in GetSignatureLocation() 205 FileRegion mapped(fd_, loc.offset, loc.size); in ReadMetadata() local 206 return {mapped.data(), mapped.size()}; in ReadMetadata()
|
/packages/modules/Virtualization/vmbase/ |
D | sections.ld | 39 * Collect together the code. This is page aligned so it can be mapped 52 * mapped as read-only and non-executable. 66 * .rodata and mapped read-only or left unmapped. 77 * mapped as non-executable.
|
D | README.md | 109 The [entry point](entry.S) code expects to be provided a hardcoded identity-mapped page table to use
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | SupportLibraryTestUtils.h | 34 TestAshmem(::android::base::unique_fd fd, std::unique_ptr<::android::base::MappedFile> mapped, in TestAshmem() argument 36 : mFd(std::move(fd)), mMapped(std::move(mapped)), mMemory(std::move(memory)) {} in TestAshmem()
|
D | TestUtils.h | 37 TestAshmem(::android::base::unique_fd fd, std::unique_ptr<::android::base::MappedFile> mapped, in TestAshmem() argument 39 : mFd(std::move(fd)), mMapped(std::move(mapped)), mMemory(std::move(memory)) {} in TestAshmem()
|
/packages/modules/GeoTZ/s2storage/ |
D | README.md | 44 `{key}`. The table data is easily memory mapped and each record can be randomly accessed by
|
/packages/modules/NeuralNetworks/runtime/ |
D | Memory.h | 285 MemoryAshmem(SharedMemory memory, Mapping mapped);
|
D | TelemetryStatsd.cpp | 306 return std::make_pair(std::move(node.key()), node.mapped()); in pop()
|
/packages/modules/GeoTZ/tzs2storage/ |
D | README.md | 42 `{key}`. The table data is easily memory mapped and each record can be randomly accessed by 73 the logical input data is mapped to a data structure that allows the individual S2 cell IDs to be
|
/packages/modules/Bluetooth/system/gd/os/linux_generic/ |
D | queue_unittest.cc | 112 node.mapped().set_value(key); in EnqueueCallbackForTest() 178 node.mapped().set_value(key); in DequeueCallbackForTest()
|
/packages/modules/NeuralNetworks/tools/api/ |
D | NeuralNetworksTypes.t | 330 * This type is used to represent shared memory, memory mapped files,
|
/packages/modules/AdServices/adservices/libraries/cobalt/proto/ |
D | report_definition.proto | 443 // When reporting numerical values with privacy, the values are mapped to
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz |
|
D | en_US_wordlist.combined.gz |
|
D | en_wordlist.combined.gz |
|