Home
last modified time | relevance | path

Searched refs:Save (Results 1 – 9 of 9) sorted by relevance

/system/unwinding/libunwindstack/tests/
DRegsInfoTest.cpp38 uint32_t* value = info.Save(1); in TEST()
55 uint64_t* value = info.Save(3); in TEST()
74 uint64_t* reg = info.Save(i); in TEST()
92 ASSERT_DEATH(info.Save(RegsInfo<uint64_t>::MAX_REGISTERS), ""); in TEST_F()
/system/unwinding/libunwindstack/
DRegsInfo.h43 inline AddressType* Save(uint32_t reg) { in Save() function
DDwarfSection.cpp553 reg_ptr = eval_info.regs_info.Save(reg); in Eval()
/system/bt/main/shim/
Dconfig.h56 static void Save();
Dconfig.cc159 void BtifConfigInterface::Save() { GetStorage()->SaveDelayed(); } in Save() function in bluetooth::shim::BtifConfigInterface
/system/bt/test/mock/
Dmock_main_shim_BtifConfigInterface.cc88 void bluetooth::shim::BtifConfigInterface::Save(){}; in Save() function in bluetooth::shim::BtifConfigInterface
/system/update_engine/cros/
Dimage_properties_chromeos.cc151 return lsb_release.Save(path); in StoreMutableImageProperties()
/system/bt/btif/src/
Dbtif_config.cc666 bluetooth::shim::BtifConfigInterface::Save(); in btif_config_save()
690 bluetooth::shim::BtifConfigInterface::Save(); in btif_config_clear()
/system/extras/simpleperf/doc/
Dscripts_reference.md54 # Save profiling data in a custom file (like perf_custom.data) instead of perf.data.