Home
last modified time | relevance | path

Searched defs:Memory (Results 1 – 25 of 36) sorted by relevance

12

/aosp12/art/cmdline/
H A Dmemory_representation.h31 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 DRegsFake.h42 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 DElfFake.cpp56 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 DMemoryTest.h44 struct Memory : public IMemoryTest { struct
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DRegsMips64.h30 class Memory; variable
H A DRegsX86.h30 class Memory; variable
H A DRegsArm.h30 class Memory; variable
H A DRegsMips.h30 class Memory; variable
H A DRegsX86_64.h30 class Memory; variable
H A DRegsArm64.h31 class Memory; variable
H A DDexFiles.h31 class Memory; variable
H A DJitDebug.h31 class Memory; variable
H A DDwarfMemory.h25 class Memory; variable
H A DDwarfSection.h36 class Memory; variable
/aosp12/system/core/debuggerd/libdebuggerd/test/
H A Delf_fake.cpp33 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 Dfeatures.md82 ## Memory section
/aosp12/packages/providers/MediaProvider/src/com/android/providers/media/util/
H A DMemory.java21 public class Memory { class
/aosp12/system/unwinding/libunwindstack/
H A DSymbols.h32 class Memory; variable
H A DDwarfEhFrameWithHdr.h29 class Memory; variable
H A DDexFile.h36 class Memory; variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestNeuralNetworksWrapper.h58 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 Dswap_space_test.cc75 TEST_F(SwapSpaceTest, Memory) { in TEST_F() argument
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DTypes.h631 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 DNeuralNetworksWrapper.h188 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 DSupportLibraryWrapper.h51 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

12