/aosp12/art/cmdline/ |
H A D | memory_representation.h | 31 struct Memory { struct 34 static Memory<kDivisor> FromBytes(size_t bytes) { in FromBytes() argument 39 Memory() : Value(0u) {} in Memory() function 40 Memory(size_t value) : Value(value) { // NOLINT [runtime/explicit] [5] in Memory() function 52 str = "Memory<" + std::to_string(kDivisor) + '>'; in Name() argument 62 std::ostream& operator<<(std::ostream& stream, Memory<kDivisor> memory) { argument
|
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | RegsFake.h | 42 bool SetPcFromReturnAddress(Memory*) override { in SetPcFromReturnAddress() argument 57 bool StepIfSignalHandler(uint64_t, Elf*, Memory*) override { return false; } in StepIfSignalHandler() argument 88 bool SetPcFromReturnAddress(Memory*) override { return false; } in SetPcFromReturnAddress() argument 89 bool StepIfSignalHandler(uint64_t, Elf*, Memory*) override { return false; } in StepIfSignalHandler() argument
|
H A D | ElfFake.cpp | 56 bool ElfInterfaceFake::Step(uint64_t, Regs* regs, Memory*, bool* finished, bool* is_signal_frame) { in Step() argument
|
/aosp12/hardware/interfaces/tests/memory/1.0/default/ |
H A D | MemoryTest.h | 44 struct Memory : public IMemoryTest { struct
|
/aosp12/system/unwinding/libunwindstack/include/unwindstack/ |
H A D | RegsMips64.h | 30 class Memory; variable
|
H A D | RegsX86.h | 30 class Memory; variable
|
H A D | RegsArm.h | 30 class Memory; variable
|
H A D | RegsMips.h | 30 class Memory; variable
|
H A D | RegsX86_64.h | 30 class Memory; variable
|
H A D | RegsArm64.h | 31 class Memory; variable
|
H A D | DexFiles.h | 31 class Memory; variable
|
H A D | JitDebug.h | 31 class Memory; variable
|
H A D | DwarfMemory.h | 25 class Memory; variable
|
H A D | DwarfSection.h | 36 class Memory; variable
|
/aosp12/system/core/debuggerd/libdebuggerd/test/ |
H A D | elf_fake.cpp | 33 bool elf_get_build_id(unwindstack::Memory*, uintptr_t, std::string* build_id) { in elf_get_build_id()
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
H A D | features.md | 82 ## Memory section
|
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
H A D | Memory.java | 21 public class Memory { class
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | Symbols.h | 32 class Memory; variable
|
H A D | DwarfEhFrameWithHdr.h | 29 class Memory; variable
|
H A D | DexFile.h | 36 class Memory; variable
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestNeuralNetworksWrapper.h | 58 Memory(ANeuralNetworksMemory* memory) : mMemory(memory) {} in Memory() function 60 Memory(size_t size, int protect, int fd, size_t offset) { in Memory() function 65 Memory(AHardwareBuffer* buffer) { in Memory() function 81 Memory(Memory&& other) { *this = std::move(other); } in Memory() function
|
/aosp12/art/compiler/utils/ |
H A D | swap_space_test.cc | 75 TEST_F(SwapSpaceTest, Memory) { in TEST_F() argument
|
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/ |
H A D | Types.h | 631 struct Memory { struct 632 struct Ashmem { 637 struct Fd { 645 struct HardwareBuffer { 651 struct Unknown { 657 std::variant<Ashmem, Fd, HardwareBuffer, Unknown> handle;
|
/aosp12/packages/modules/NeuralNetworks/runtime/include/ |
H A D | NeuralNetworksWrapper.h | 188 Memory(const NnApiSupportLibrary* nnapi, ANeuralNetworksMemory* memory) in Memory() function 191 Memory(const NnApiSupportLibrary* nnapi, size_t size, int protect, int fd, size_t offset) function 201 Memory(const NnApiSupportLibrary* nnapi, AHardwareBuffer* buffer) : mNnApi(nnapi) { function 224 Memory(Memory&& other) { *this = std::move(other); } function
|
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/include/ |
H A D | SupportLibraryWrapper.h | 51 Memory(const NnApiSupportLibrary* nnapi, ANeuralNetworksMemory* memory) in Memory() function 63 Memory(const NnApiSupportLibrary* nnapi, AHardwareBuffer* buffer, bool ownAHWB, size_t size) in Memory() function 70 Memory(const NnApiSupportLibrary* nnapi, ANeuralNetworksMemoryDesc* desc, size_t size) in Memory() function 97 Memory(Memory&& other) { *this = std::move(other); } in Memory() function
|