Searched refs:Load (Results 1 - 23 of 23) sorted by relevance

/frameworks/compile/libbcc/lib/
H A DRSInvariant.cpp97 return "Renderscript Invariant Load Annotation";
106 * chain reaches the pointer operand of a Load, mark that Load as
127 } else if (auto Load = llvm::dyn_cast<llvm::LoadInst>(Inst)) {
128 if (Use.get() == Load->getPointerOperand()) {
129 Load->setMetadata("invariant.load", EmptyMDNode);
142 llvm::RegisterPass<RSInvariantPass> X("rsinvariant", "RS Invariant Load Pass");
/frameworks/base/libs/androidfw/tests/
H A DApkAssets_test.cpp31 ApkAssets::Load(GetTestDataPath() + "/basic/basic.apk");
41 ApkAssets::Load(GetTestDataPath() + "/appaslib/appaslib.apk");
59 ApkAssets::Load(GetTestDataPath() + "/basic/basic.apk");
75 ApkAssets::Load(GetTestDataPath() + "/basic/basic.apk");
H A DTheme_bench.cpp31 std::unique_ptr<const ApkAssets> apk = ApkAssets::Load(kFrameworkPath);
65 std::unique_ptr<const ApkAssets> apk = ApkAssets::Load(kFrameworkPath);
H A DLoadedArsc_test.cpp36 LoadedArsc::Load(contents.data(), contents.size());
63 LoadedArsc::Load(contents.data(), contents.size());
86 LoadedArsc::Load(contents.data(), contents.size());
108 LoadedArsc::Load(contents.data(), contents.size());
135 std::unique_ptr<const LoadedArsc> loaded_arsc = LoadedArsc::Load(
151 LoadedArsc::Load(contents.data(), contents.size());
H A DAssetManager2_bench.cpp42 std::unique_ptr<const ApkAssets> apk = ApkAssets::Load(path);
65 std::unique_ptr<const ApkAssets> apk = ApkAssets::Load(path);
91 std::unique_ptr<const ApkAssets> apk = ApkAssets::Load(path);
163 std::unique_ptr<const ApkAssets> apk = ApkAssets::Load(GetTestDataPath() + "/styles/styles.apk");
211 std::unique_ptr<const ApkAssets> apk = ApkAssets::Load(kFrameworkPath);
H A DAssetManager2_test.cpp44 basic_assets_ = ApkAssets::Load(GetTestDataPath() + "/basic/basic.apk");
47 basic_de_fr_assets_ = ApkAssets::Load(GetTestDataPath() + "/basic/basic_de_fr.apk");
50 style_assets_ = ApkAssets::Load(GetTestDataPath() + "/styles/styles.apk");
53 lib_one_assets_ = ApkAssets::Load(GetTestDataPath() + "/lib_one/lib_one.apk");
56 lib_two_assets_ = ApkAssets::Load(GetTestDataPath() + "/lib_two/lib_two.apk");
59 libclient_assets_ = ApkAssets::Load(GetTestDataPath() + "/libclient/libclient.apk");
62 appaslib_assets_ = ApkAssets::Load(GetTestDataPath() + "/appaslib/appaslib.apk");
65 system_assets_ = ApkAssets::Load(GetTestDataPath() + "/system/system.apk", true /*system*/);
H A DTheme_test.cpp36 style_assets_ = ApkAssets::Load(GetTestDataPath() + "/styles/styles.apk");
39 libclient_assets_ = ApkAssets::Load(GetTestDataPath() + "/libclient/libclient.apk");
42 lib_one_assets_ = ApkAssets::Load(GetTestDataPath() + "/lib_one/lib_one.apk");
45 lib_two_assets_ = ApkAssets::Load(GetTestDataPath() + "/lib_two/lib_two.apk");
/frameworks/base/libs/androidfw/include/androidfw/
H A DLoadedArsc.h114 static std::unique_ptr<LoadedPackage> Load(const Chunk& chunk);
134 // Load a resource table from memory pointed to by `data` of size `len`.
140 static std::unique_ptr<const LoadedArsc> Load(const void* data, size_t len, bool system = false,
H A DApkAssets.h35 static std::unique_ptr<const ApkAssets> Load(const std::string& path, bool system = false);
/frameworks/native/cmds/installd/
H A Dsystem_properties.h32 bool Load(const std::string& strFile) { function in class:android::installd::SystemProperties
H A Dotapreopt.cpp189 if (!system_properties_.Load(kPropertyFiles[i])) {
/frameworks/base/libs/androidfw/
H A DApkAssets.cpp33 std::unique_ptr<const ApkAssets> ApkAssets::Load(const std::string& path, bool system) { function in class:android::ApkAssets
76 LoadedArsc::Load(loaded_apk->resources_asset_->getBuffer(true /*wordAligned*/),
H A DLoadedArsc.cpp415 std::unique_ptr<LoadedPackage> LoadedPackage::Load(const Chunk& chunk) { function in class:android::LoadedPackage
661 std::unique_ptr<LoadedPackage> loaded_package = LoadedPackage::Load(child_chunk);
687 std::unique_ptr<const LoadedArsc> LoadedArsc::Load(const void* data, size_t len, bool system, function in class:android::LoadedArsc
/frameworks/native/services/vr/performanced/
H A Dcpu_set.h68 void Load(const std::string& cpuset_root);
H A Dperformance_service.cpp37 cpuset_.Load(kCpuSetBasePath);
H A Dcpu_set.cpp30 void CpuSetManager::Load(const std::string& cpuset_root) { function in class:android::dvr::CpuSetManager
/frameworks/rs/script_api/
H A Drs_matrix.spec217 summary: Load or copy a matrix
262 summary: Load a frustum projection matrix
276 summary: Load identity matrix
312 summary: Load an orthographic projection matrix
332 summary: Load a perspective projection matrix
348 summary: Load a rotation matrix
364 summary: Load a scaling matrix
379 summary: Load a translation matrix
H A Drs_graphics.spec814 summary: Load the model matrix for a bound fixed function vertex program
816 Load the model matrix for a currently bound fixed function
828 summary: Load the projection matrix for a bound fixed function vertex program
830 Load the projection matrix for a currently bound fixed function
842 summary: Load the texture matrix for a bound fixed function vertex program
844 Load the texture matrix for a currently bound fixed function
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.h130 void Load();
H A Dutils.cpp158 Load();
162 void Progress::Load() { function in class:Progress
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1245 case Instruction::Load:
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1265 case Instruction::Load:
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1299 case Instruction::Load:

Completed in 260 milliseconds