Home
last modified time | relevance | path

Searched defs:Load (Results 1 – 12 of 12) 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.cpp450 std::unique_ptr<const LoadedPackage> LoadedPackage::Load(const Chunk& chunk, in Load() function in android::LoadedPackage
864 std::unique_ptr<LoadedArsc> LoadedArsc::Load(incfs::map_ptr<void> data, in Load() function in android::LoadedArsc
899 std::unique_ptr<LoadedArsc> LoadedArsc::Load(const LoadedIdmap* loaded_idmap) { in Load() function in android::LoadedArsc
DIdmap.cpp275 std::unique_ptr<LoadedIdmap> LoadedIdmap::Load(StringPiece idmap_path, StringPiece idmap_data) { in Load() function in android::LoadedIdmap
/frameworks/compile/libbcc/lib/
DRSInvariant.cpp127 } else if (auto Load = llvm::dyn_cast<llvm::LoadInst>(Inst)) { in markInvariantUserLoads() local
/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Dsemantics_player.h108 void Load(const typename Decoder::LoadArgs& args) { in Load() function
114 void Load(const typename Decoder::LoadFpArgs& args) { in Load() function
/frameworks/base/core/proto/android/os/
Dcpu_usage.proto28 message Load { message
/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter.cc280 Register Load(Decoder::LoadOpcode opcode, Register arg, int16_t offset) { in Load() function in berberis::__anonb69021fa0111::Interpreter
540 Register Load(const void* ptr) const { in Load() function in berberis::__anonb69021fa0111::Interpreter
/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/tools/nogrod/
Delf_reader.cc382 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/native/cmds/dumpstate/
Ddumpstate.cpp3693 void Progress::Load() { in Load() function in Progress