Searched refs:memory (Results 201 - 225 of 556) sorted by relevance

1234567891011>>

/system/tpm/trunks/
H A Dtrunks_factory_impl.h22 #include <memory>
/system/update_engine/
H A Dchrome_browser_proxy_resolver.cc22 #include <base/memory/ptr_util.h>
H A Dhardware_chromeos_unittest.cc19 #include <memory>
H A Dmetrics_reporter_interface.h20 #include <memory>
H A Ddbus_service.h22 #include <memory>
25 #include <base/memory/ref_counted.h>
/system/update_engine/client_library/include/update_engine/
H A Dclient.h21 #include <memory>
/system/update_engine/common/
H A Daction_pipe.h23 #include <memory>
H A Dfile_fetcher.h20 #include <memory>
/system/update_engine/payload_consumer/
H A Dcached_file_descriptor.h23 #include <memory>
/system/update_engine/payload_generator/
H A Dpayload_generation_config.h22 #include <memory>
H A Dsquashfs_filesystem.h27 #include <memory>
/system/update_engine/update_manager/
H A Dboxed_value.h20 #include <memory>
H A Dreal_shill_provider.h24 #include <memory>
H A Dreal_state.h20 #include <memory>
H A Dreal_system_provider.h20 #include <memory>
H A Dreal_time_provider_unittest.cc19 #include <memory>
H A Dumtest_utils.h21 #include <memory>
/system/core/libunwindstack/
H A DMemory.cpp27 #include <memory>
42 // memory region in the remote process.
296 MemoryRange::MemoryRange(const std::shared_ptr<Memory>& memory, uint64_t begin, uint64_t length, argument
298 : memory_(memory), begin_(begin), length_(length), offset_(offset) {}
325 // The first uint64_t value is the start of memory.
368 for (auto memory : memories_) {
369 delete memory;
378 // Do a read on each memory object, no support for reading across the
379 // different memory objects.
380 for (MemoryOffline* memory
[all...]
H A DDwarfCfa.h68 DwarfCfa(DwarfMemory* memory, const DwarfFde* fde) : memory_(memory), fde_(fde) {} argument
H A DRegsArm.cpp76 if (!elf->memory()->ReadFully(adjusted_rel_pc - 5, &value, sizeof(value)) ||
131 Memory* elf_memory = elf->memory();
132 // Read from elf memory since it is usually more expensive to read from
133 // process memory.
/system/core/libunwindstack/tests/
H A DJitDebugTest.cpp20 #include <memory>
59 MemoryFake* memory = new MemoryFake; variable
60 ElfFake* elf = new ElfFake(memory);
62 ElfInterfaceFake* interface = new ElfInterfaceFake(memory);
69 memory = new MemoryFake;
70 elf = new ElfFake(memory);
72 interface = new ElfInterfaceFake(memory);
79 memory = new MemoryFake;
80 elf = new ElfFake(memory);
82 interface = new ElfInterfaceFake(memory);
[all...]
H A DUnwindOfflineTest.cpp49 MemoryOffline* memory = new MemoryOffline; local
50 ASSERT_TRUE(memory->Init(file_name.c_str(), 0));
51 parts->Add(memory);
281 MemoryOfflineParts* memory = new MemoryOfflineParts; local
282 AddMemory(dir_ + "descriptor.data", memory);
283 AddMemory(dir_ + "stack.data", memory);
285 AddMemory(dir_ + "entry" + std::to_string(i) + ".data", memory);
286 AddMemory(dir_ + "jit" + std::to_string(i) + ".data", memory);
288 process_memory_.reset(memory);
574 MemoryOfflineParts* memory local
976 MemoryOfflineParts* memory = new MemoryOfflineParts; local
[all...]
/system/core/libcutils/tests/
H A DMemsetTest.cpp23 #include <memory>
25 #include <cutils/memory.h>
/system/tpm/tpm_manager/server/
H A Dtpm_manager_service.h20 #include <memory>
24 #include <base/memory/weak_ptr.h>
/system/bt/osi/include/
H A Dconfig.h6 // memory. This parser supports the INI file format.
21 #include <memory>

Completed in 1120 milliseconds

1234567891011>>