| /frameworks/base/tools/aapt2/java/ |
| D | ManifestClassGenerator_test.cpp | 34 std::unique_ptr<xml::XmlResource> manifest = test::BuildXmlDom(R"( local 80 std::unique_ptr<xml::XmlResource> manifest = test::BuildXmlDom(R"( local 131 std::unique_ptr<xml::XmlResource> manifest = test::BuildXmlDom(R"( local 181 std::unique_ptr<xml::XmlResource> manifest = test::BuildXmlDom(R"( local 199 std::unique_ptr<xml::XmlResource> manifest = test::BuildXmlDom(R"( local
|
| D | ProguardRules_test.cpp | 39 std::unique_ptr<xml::XmlResource> manifest = test::BuildXmlDom(R"( local
|
| /frameworks/base/core/jni/ |
| D | android_os_VintfObject.cpp | 71 static void tryAddHalNamesAndVersions(const std::shared_ptr<const HalManifest>& manifest, in tryAddHalNamesAndVersions() 115 std::shared_ptr<const HalManifest> manifest = VintfObject::GetDeviceHalManifest(); in android_os_VintfObject_getSepolicyVersion() local 147 std::shared_ptr<const HalManifest> manifest = VintfObject::GetFrameworkHalManifest(); in android_os_VintfObject_getVndkSnapshots() local 162 std::shared_ptr<const HalManifest> manifest = VintfObject::GetDeviceHalManifest(); in android_os_VintfObject_getTargetFrameworkCompatibilityMatrixVersion() local
|
| /frameworks/base/tools/aapt2/ |
| D | LoadedApk.cpp | 64 std::unique_ptr<xml::XmlResource> manifest = in DetermineApkFormat() local 146 std::unique_ptr<xml::XmlResource> manifest = DeserializeXmlResourceFromPb(pb_node, &error); in LoadProtoApkFromFileCollection() local 189 std::unique_ptr<xml::XmlResource> manifest = in LoadBinaryApkFromFileCollection() local 208 IArchiveWriter* writer, XmlResource* manifest) { in WriteToArchive()
|
| D | LoadedApk.h | 62 std::unique_ptr<ResourceTable> table, std::unique_ptr<xml::XmlResource> manifest, in LoadedApk()
|
| /frameworks/base/services/robotests/backup/src/com/android/server/backup/fullbackup/ |
| D | AppMetadataBackupWriterTest.java | 120 String[] manifest = new String(manifestBytes, StandardCharsets.UTF_8).split("\n"); in testBackupManifest_withoutApkOrSignatures_writesCorrectData() local 155 String[] manifest = new String(manifestBytes, StandardCharsets.UTF_8).split("\n"); in testBackupManifest_withApk_writesApk() local 191 String[] manifest = new String(manifestBytes, StandardCharsets.UTF_8).split("\n"); in testBackupManifest_withSignatures_writesCorrectSignatures() local 221 String[] manifest = new String(manifestBytes, StandardCharsets.UTF_8).split("\n"); in testBackupManifest_withoutInstallerPackage_writesEmptyInstaller() local
|
| /frameworks/base/tests/AmSlam/src/test/amslam/subreceivers/ |
| D | gen.py | 47 manifest = open('AppendToManifest.xml', 'w') variable
|
| /frameworks/base/tools/aapt2/link/ |
| D | ManifestFixer_test.cpp | 774 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(no_d, options); in TEST_F() local 869 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); in TEST_F() local 902 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); in TEST_F() local 933 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); in TEST_F() local 962 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); in TEST_F() local 984 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); local 1005 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); local 1033 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); local
|
| /frameworks/base/tools/aapt2/xml/ |
| D | XmlActionExecutor_test.cpp | 32 manifest_action.Action([&](Element* manifest) -> bool { in TEST()
|
| /frameworks/base/tools/aapt2/optimize/ |
| D | MultiApkGenerator.cpp | 164 std::unique_ptr<XmlResource> manifest; in FromBaseApk() local 277 XmlResource* manifest = updated_manifest->get(); in UpdateManifest() local
|
| /frameworks/base/tools/aapt2/cmd/ |
| D | Optimize.cpp | 244 bool WriteSplitApk(ResourceTable* table, xml::XmlResource* manifest, IArchiveWriter* writer) { in WriteSplitApk() 331 const xml::XmlResource* manifest = apk->GetManifest(); in ExtractAppDataFromManifest() local
|
| D | Link.cpp | 781 std::unique_ptr<Asset> manifest( in ExtractCompileSdkVersions() local 1068 bool VerifyLocaleFormat(xml::XmlResource* manifest, android::IDiagnostics* diag) { in VerifyLocaleFormat() 1724 void AliasAdaptiveIcon(xml::XmlResource* manifest, ResourceTable* table) { in AliasAdaptiveIcon() 1790 bool VerifySharedUserId(xml::XmlResource* manifest, ResourceTable* table) { in VerifySharedUserId() 1842 bool WriteApk(IArchiveWriter* writer, proguard::KeepSet* keep_set, xml::XmlResource* manifest, in WriteApk()
|
| D | Convert.cpp | 284 io::IFile* manifest = apk->GetFileCollection()->FindFile(kAndroidManifestPath); in Convert() local
|
| D | Util.cpp | 425 void SetLongVersionCode(xml::Element* manifest, uint64_t version) { in SetLongVersionCode()
|
| /frameworks/base/core/java/android/util/jar/ |
| D | StrictJarVerifier.java | 87 private final StrictJarManifest manifest; field in StrictJarVerifier 188 StrictJarVerifier(String name, StrictJarManifest manifest, in StrictJarVerifier()
|
| D | StrictJarManifest.java | 261 static void write(StrictJarManifest manifest, OutputStream out) throws IOException { in write()
|
| D | StrictJarFile.java | 56 private final StrictJarManifest manifest; field in StrictJarFile
|
| /frameworks/base/tools/aapt2/configuration/ |
| D | ConfigurationParser.h | 78 std::optional<AndroidManifest> manifest; member
|
| /frameworks/base/cmds/idmap2/libidmap2/ |
| D | ResourceContainer.cpp | 74 auto manifest = zip->Open(entry_path); in OpenXmlParser() local
|
| /frameworks/native/cmds/servicemanager/ |
| D | ServiceManager.cpp | 50 std::shared_ptr<const vintf::HalManifest> manifest; member
|
| /frameworks/base/tools/aapt2/dump/ |
| D | DumpManifest.cpp | 573 void Extract(xml::Element* manifest) override { in Extract() 1564 if (auto manifest = ElementCast<Manifest>(parent)) { in Extract() local 2493 if (auto manifest = ElementCast<Manifest>(root_element_.get())) { in Extract() local
|
| /frameworks/native/cmds/lshal/ |
| D | test.cpp | 982 auto manifest = std::make_shared<HalManifest>(); in SetUp() local
|
| D | ListCommand.cpp | 396 vintf::HalManifest manifest; in dumpVintf() local
|
| /frameworks/base/tools/aapt/ |
| D | Resource.cpp | 1207 sp<XMLNode> manifest = XMLNode::newElement(filename, String16(), String16("manifest")); in generateAndroidManifestForSplit() local
|