Home
last modified time | relevance | path

Searched defs:Load (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/cmds/installd/
Dsystem_properties.h32 bool Load(const std::string& strFile) { in Load() function
/frameworks/base/libs/androidfw/
DApkAssets.cpp42 ApkAssetsPtr ApkAssets::Load(const std::string& path, package_property_t flags) { in Load() function in android::ApkAssets
51 ApkAssetsPtr ApkAssets::Load(std::unique_ptr<AssetsProvider> assets, package_property_t flags) { in Load() function in android::ApkAssets
DLoadedArsc.cpp454 std::unique_ptr<const LoadedPackage> LoadedPackage::Load(const Chunk& chunk, in Load() function in android::LoadedPackage
888 std::unique_ptr<LoadedArsc> LoadedArsc::Load(incfs::map_ptr<void> data, in Load() function in android::LoadedArsc
923 std::unique_ptr<LoadedArsc> LoadedArsc::Load(const LoadedIdmap* loaded_idmap) { in Load() function in android::LoadedArsc
DIdmap.cpp282 std::unique_ptr<LoadedIdmap> LoadedIdmap::Load(StringPiece idmap_path, StringPiece idmap_data) { in Load() function in android::LoadedIdmap
/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dmemory_region_reservation.h41 static Type Load(CPUState* cpu, GuestAddr addr, std::memory_order mem_order) { in Load() function
/frameworks/compile/libbcc/lib/
DRSInvariant.cpp127 } else if (auto Load = llvm::dyn_cast<llvm::LoadInst>(Inst)) { in markInvariantUserLoads() local
/frameworks/base/core/proto/android/os/
Dcpu_usage.proto28 message Load { message
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Dsemantics_player.h377 void Load(const typename Decoder::LoadArgs& args) { in Load() function
383 void Load(const typename Decoder::LoadFpArgs& args) { in Load() function
395 void Load(int8_t dst, int8_t src, int16_t offset) { in Load() function
/frameworks/native/services/vr/performanced/
Dcpu_set.cpp33 void CpuSetManager::Load(const std::string& cpuset_root) { in Load() function in android::dvr::CpuSetManager
/frameworks/libs/binary_translation/lite_translator/riscv64_to_x86_64/
Dlite_translator.cc370 Register LiteTranslator::Load(Decoder::LoadOperandType operand_type, Register arg, int16_t offset) { in Load() function in berberis::LiteTranslator
/frameworks/libs/binary_translation/tools/nogrod/
Delf_reader.cc483 std::unique_ptr<ElfFile> ElfFile::Load(const char* path, std::string* error_msg) { in Load() function in nogrod::ElfFile
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
DControlsProviderLifecycleManager.kt364 inner class Load(val subscriber: IControlsSubscriber.Stub) : ServiceMethod() { in callWrapper() class
/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dfrontend.cc571 Register HeavyOptimizerFrontend::Load(Decoder::LoadOperandType operand_type, in Load() function in berberis::HeavyOptimizerFrontend
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.h224 Register Load(Decoder::LoadOperandType operand_type, Register arg, int16_t offset) { in Load() function
4174 Register Load(const void* ptr) { in Load() function
/frameworks/native/cmds/dumpstate/
Ddumpstate.cpp3853 void Progress::Load() { in Load() function in Progress