Home
last modified time | relevance | path

Searched defs:package (Results 1 – 25 of 201) sorted by relevance

123456789

/aosp12/bootable/recovery/tests/unit/
H A Dpackage_test.cpp65 for (const auto& package : packages_) { in TEST_F() local
76 for (const auto& package : packages_) { in TEST_F() local
89 for (const auto& package : packages_) { in TEST_F() local
103 for (const auto& package : packages_) { in TEST_F() local
H A Dverifier_test.cpp53 auto package = in VerifyFile() local
63 auto package = Package::CreateMemoryPackage(path, nullptr); in VerifyPackageWithCertificates() local
282 std::string package; in TEST() local
296 std::string package; in TEST() local
316 std::string package = "\x50\x4b\x05\x06"s + std::string(12, '\0') + "\xff\xff\xff\xff\x00\x00"s; in TEST() local
/aosp12/system/apex/apexd/
H A Dapex_database.h93 inline void AddMountedApexLocked(const std::string& package, bool latest, in AddMountedApexLocked()
113 inline void AddMountedApex(const std::string& package, bool latest, in AddMountedApex()
140 inline void SetLatest(const std::string& package, in SetLatest()
147 inline void SetLatestLocked(const std::string& package, in SetLatestLocked()
202 const std::string& package) REQUIRES(!mounted_apexes_mutex_) { in GetLatestMountedApex()
/aosp12/frameworks/base/tools/aapt2/link/
H A DPrivateAttributeMover_test.cpp41 ResourceTablePackage* package = table->FindPackage("android"); in TEST() local
68 ResourceTablePackage* package = table->FindPackage("android"); in TEST() local
87 ResourceTablePackage* package = table->FindPackage("android"); in TEST() local
/aosp12/build/make/tools/releasetools/
H A Dcheck_ota_package_signature.py52 def VerifyPackage(cert, package): argument
141 def VerifyAbOtaPayload(cert, package): argument
/aosp12/frameworks/base/tools/aapt2/xml/
H A DXmlUtil.cpp31 std::string BuildPackageNamespace(const StringPiece& package, bool private_reference) { in BuildPackageNamespace()
41 StringPiece package = namespace_uri; in ExtractPackageFromNamespace() local
50 StringPiece package = namespace_uri; in ExtractPackageFromNamespace() local
/aosp12/frameworks/base/libs/androidfw/tests/
H A DLoadedArsc_test.cpp57 const LoadedPackage* package = in TEST() local
83 const LoadedPackage* package = in TEST() local
107 const LoadedPackage* package = in TEST() local
202 const LoadedPackage* package = in TEST() local
247 const auto& package = loaded_arsc->GetPackages()[0]; in TEST() local
268 const LoadedPackage* package = loaded_arsc->GetPackageById( in TEST() local
385 const LoadedPackage* package = in TEST() local
H A DResourceUtils_test.cpp24 StringPiece package, type, entry; in TEST() local
/aosp12/frameworks/base/tools/aapt2/
H A DNameMangler_test.cpp26 std::string package = "android.appcompat"; in TEST() local
40 std::string package; in TEST() local
H A DNameMangler.h58 bool ShouldMangle(const std::string& package) const { in ShouldMangle()
72 static std::string MangleEntry(const std::string& package, const std::string& name) { in MangleEntry()
/aosp12/system/tools/hidl/c2hal/
H A Dmain.cpp52 auto package = val.substr(0, index); in addPackageRootToMap() local
74 const std::string &package, in applyPackageRootPath()
116 std::string package; in main() local
/aosp12/system/libvintf/
H A DHalManifest.cpp195 Transport HalManifest::getHidlTransport(const std::string& package, const Version& v, in getHidlTransport()
213 HalFormat format, const std::string& package, const Version& expectVersion, in forEachInstanceOfVersion()
550 std::set<std::string> HalManifest::getInstances(HalFormat format, const std::string& package, in getInstances()
563 bool HalManifest::hasInstance(HalFormat format, const std::string& package, const Version& version, in hasInstance()
573 std::set<std::string> HalManifest::getHidlInstances(const std::string& package, in getHidlInstances()
579 std::set<std::string> HalManifest::getAidlInstances(const std::string& package, in getAidlInstances()
584 std::set<std::string> HalManifest::getAidlInstances(const std::string& package, size_t version, in getAidlInstances()
590 bool HalManifest::hasHidlInstance(const std::string& package, const Version& version, in hasHidlInstance()
596 bool HalManifest::hasAidlInstance(const std::string& package, const std::string& interface, in hasAidlInstance()
601 bool HalManifest::hasAidlInstance(const std::string& package, size_t version, in hasAidlInstance()
/aosp12/frameworks/base/media/mca/
H A Dstructgen.py92 def ToJNIPackage(package, jclassname): argument
107 def __init__(self, name, structname, jclassname, package, javatype, ctype, jtype, defval): argument
171 def __init__(self, name, structname, jclassname, package): argument
175 def __init__(self, name, structname, jclassname, package): argument
179 def __init__(self, name, structname, jclassname, package): argument
/aosp12/frameworks/base/tools/aapt/
H A DResourceIdCache.cpp47 static inline String16 makeHashableName(const android::String16& package, in makeHashableName()
58 uint32_t ResourceIdCache::lookup(const android::String16& package, in lookup()
84 uint32_t ResourceIdCache::store(const android::String16& package, in store()
/aosp12/system/core/libpackagelistparser/
H A Dpackagelistparser_test.cpp89 for (auto& package : packages) packagelist_free(package); in TEST() local
115 for (auto& package : packages) packagelist_free(package); in TEST() local
/aosp12/system/iorap/src/db/
H A Dapp_component_name.h21 std::string package; member
46 std::string package = s.substr(0, s.find(delimiter)); in FromString() local
H A Dclean_up.cc76 std::optional<PackageModel> package = in CleanUpFilesForPackage() local
89 for (db::PackageModel package : packages) { in CleanUpFilesForDb() local
/aosp12/frameworks/av/media/libaudiohal/
H A DFactoryHalHidl.cpp71 bool hasHalService(const std::string& package, const std::string& version, in hasHalService()
96 void* createPreferredImpl(const std::string& package, const std::string& interface) { in createPreferredImpl()
/aosp12/frameworks/av/media/libaudiohal/include/media/audiohal/
H A DFactoryHalHidl.h34 static sp<Interface> createPreferredImpl(const std::string& package, const std::string& interface) { in createPreferredImpl()
/aosp12/system/security/keystore2/src/vintf/
H A Dvintf.cpp46 char** getHidlInstances(size_t* len, const char* package, size_t major_version, in getHidlInstances()
55 char** getAidlInstances(size_t* len, const char* package, size_t version, in getAidlInstances()
/aosp12/bootable/recovery/install/
H A Dinstall.cpp238 bool SetUpAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int status_fd, in SetUpAbUpdateCommands()
282 bool SetUpNonAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int retry_count, in SetUpNonAbUpdateCommands()
336 static InstallResult TryUpdateBinary(Package* package, bool* wipe_cache, in TryUpdateBinary()
537 static InstallResult VerifyAndInstallPackage(Package* package, bool* wipe_cache, in VerifyAndInstallPackage()
564 InstallResult InstallPackage(Package* package, const std::string_view package_id, in InstallPackage()
652 bool verify_package(Package* package, RecoveryUI* ui) { in verify_package()
/aosp12/system/tools/aidl/tests/
H A Dfake_io_delegate.cpp106 string package, class_name, rel_path; in AddStubParcelable() local
121 string package, class_name, rel_path; in AddStubInterface() local
130 string package, class_name, rel_path; in AddCompoundParcelable() local
/aosp12/system/iorap/src/maintenance/
H A Dcontroller.cc391 std::optional<db::PackageModel> package = in CompilePackage() local
423 for (db::PackageModel package : packages) { in CompileAppsOnDevice() local
443 for (db::PackageModel package : packages) { in CompileSingleAppOnDevice() local
475 std::optional<db::PackageModel> package = in Compile() local
518 const db::PackageModel& package, in DumpPackageActivity()
586 db::PackageModel package) { in DumpPackage()
599 for (db::PackageModel package : packages) { in DumpAllPackages() local
/aosp12/system/libhidl/adapter/include/hidladapter/
H A DHidlBinderAdapter.h42 int adapterMain(const std::string& package, int argc, char** argv) { in adapterMain()
/aosp12/build/make/tools/signapk/test/
H A Drun3 package := NotePad.apk macro

123456789