Home
last modified time | relevance | path

Searched defs:manifest (Results 1 – 25 of 81) sorted by relevance

1234

/aosp12/system/apex/apexd/
H A Dapex_manifest_test.cpp32 std::string ToString(const ApexManifest& manifest) { in ToString()
41 ApexManifest manifest; in TEST() local
52 ApexManifest manifest; in TEST() local
62 ApexManifest manifest; in TEST() local
73 ApexManifest manifest; in TEST() local
82 ApexManifest manifest; in TEST() local
92 ApexManifest manifest; in TEST() local
101 ApexManifest manifest; in TEST() local
120 ApexManifest manifest; in TEST() local
/aosp12/system/security/keystore2/src/vintf/
H A Dvintf.cpp33 auto manifest = android::vintf::VintfObject::GetDeviceHalManifest(); in getHalNames() local
40 auto manifest = android::vintf::VintfObject::GetDeviceHalManifest(); in getHalNamesAndVersions() local
49 auto manifest = android::vintf::VintfObject::GetDeviceHalManifest(); in getHidlInstances() local
57 auto manifest = android::vintf::VintfObject::GetDeviceHalManifest(); in getAidlInstances() local
/aosp12/frameworks/base/tools/aapt2/java/
H A DManifestClassGenerator_test.cpp34 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
/aosp12/system/libvintf/test/
H A DLibVintfTest.cpp274 HalManifest manifest; in TEST_F() local
1258 HalManifest manifest; in TEST_F() local
1382 HalManifest manifest; in TEST_F() local
1396 HalManifest manifest; in TEST_F() local
1411 HalManifest manifest; in TEST_F() local
1424 HalManifest manifest; in TEST_F() local
1632 HalManifest manifest; in TEST_F() local
2071 HalManifest manifest; in TEST_F() local
2618 HalManifest manifest; in TEST_F() local
2635 HalManifest manifest; in TEST_F() local
[all …]
/aosp12/system/update_engine/aosp/
H A Ddynamic_partition_test_utils.h122 inline DynamicPartitionGroup* AddGroup(DeltaArchiveManifest* manifest, in AddGroup()
131 inline void AddPartition(DeltaArchiveManifest* manifest, in AddPartition()
145 DeltaArchiveManifest manifest; in PartitionSuffixSizesToManifest() local
169 DeltaArchiveManifest manifest; in PartitionSizesToManifest() local
203 explicit MetadataMatcher(const DeltaArchiveManifest& manifest) in MetadataMatcher()
268 const DeltaArchiveManifest& manifest) { in MetadataMatches()
H A Ddynamic_partition_control_android.cc430 const DeltaArchiveManifest& manifest, in PreparePartitionsForUpdate()
537 const DeltaArchiveManifest& manifest) { in SetTargetBuildVars()
795 const DeltaArchiveManifest& manifest, in PrepareDynamicPartitionsForUpdate()
882 const DeltaArchiveManifest& manifest, in CheckSuperPartitionAllocatableSpace()
927 const DeltaArchiveManifest& manifest, in PrepareSnapshotPartitionsForUpdate()
970 const DeltaArchiveManifest& manifest) { in UpdatePartitionMetadata()
1235 static bool IsIncrementalUpdate(const DeltaArchiveManifest& manifest) { in IsIncrementalUpdate()
1245 const DeltaArchiveManifest& manifest) { in DeleteSourcePartitions()
H A Dmock_dynamic_partition_control_android.h137 const DeltaArchiveManifest& manifest, in RealPrepareDynamicPartitionsForUpdate()
/aosp12/system/apex/libs/libapexutil/
H A Dapexutil.cpp42 ApexManifest manifest; in ParseApexManifest() local
74 auto manifest = ParseApexManifest(apex_path + "/apex_manifest.pb"); in GetActivePackages() local
H A Dapexutil_test.cpp42 ApexManifest manifest; in CreateApexManifest() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_VintfObject.cpp71 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
/aosp12/packages/apps/ThemePicker/robolectric_tests/config/
H A Drobolectric.properties1 manifest=packages/apps/ThemePicker/AndroidManifest.xml key
/aosp12/packages/apps/WallpaperPicker2/robolectric_tests/config/
H A Drobolectric.properties1 manifest=packages/apps/WallpaperPicker2/AndroidManifest.xml key
/aosp12/packages/apps/Bluetooth/tests/robotests/config/
H A Drobolectric.properties1 manifest=packages/apps/Bluetooth/tests/robotests/AndroidManifest.xml key
/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/fullbackup/
H A DAppMetadataBackupWriterTest.java120 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
/aosp12/frameworks/base/tools/aapt2/
H A DLoadedApk.cpp64 std::unique_ptr<xml::XmlResource> manifest = in DetermineApkFormat() local
144 std::unique_ptr<xml::XmlResource> manifest = DeserializeXmlResourceFromPb(pb_node, &error); in LoadProtoApkFromFileCollection() local
186 std::unique_ptr<xml::XmlResource> manifest = in LoadBinaryApkFromFileCollection() local
205 IArchiveWriter* writer, XmlResource* manifest) { in WriteToArchive()
/aosp12/build/soong/scripts/
H A Dmanifest_check.py77 def enforce_uses_libraries(manifest, required, optional, relax, is_apk, path): argument
198 def extract_target_sdk_version(manifest, is_apk = False): argument
H A Dtest_config_fixer_test.py32 manifest = ( variable in OverwritePackageNameTest
/aosp12/frameworks/base/tests/AmSlam/src/test/amslam/subreceivers/
H A Dgen.py47 manifest = open('AppendToManifest.xml', 'w') variable
/aosp12/system/update_engine/scripts/
H A Dpayload_info.py165 def _GetStats(self, manifest): argument
196 def _DisplayStats(self, manifest): argument
/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer_integration_test.cc137 void RunManifestValidation(const DeltaArchiveManifest& manifest, in RunManifestValidation()
161 void AddPartition(DeltaArchiveManifest* manifest, in AddPartition()
655 DeltaArchiveManifest manifest; in ApplyDeltaFile() local
1129 DeltaArchiveManifest manifest; in TEST_F() local
1146 DeltaArchiveManifest manifest; in TEST_F() local
1165 DeltaArchiveManifest manifest; in TEST_F() local
1190 DeltaArchiveManifest manifest; in TEST_F() local
1203 DeltaArchiveManifest manifest; in TEST_F() local
1217 DeltaArchiveManifest manifest; in TEST_F() local
1236 DeltaArchiveManifest manifest; in TEST_F() local
H A Ddelta_performer_unittest.cc180 void RunManifestValidation(const DeltaArchiveManifest& manifest, in RunManifestValidation()
680 DeltaArchiveManifest manifest; in TEST_F() local
696 DeltaArchiveManifest manifest; in TEST_F() local
713 DeltaArchiveManifest manifest; in TEST_F() local
730 DeltaArchiveManifest manifest; in TEST_F() local
740 DeltaArchiveManifest manifest; in TEST_F() local
755 DeltaArchiveManifest manifest; in TEST_F() local
771 DeltaArchiveManifest manifest; in TEST_F() local
785 DeltaArchiveManifest manifest; in TEST_F() local
800 DeltaArchiveManifest manifest; in TEST_F() local
[all …]
/aosp12/system/apex/apexer/
H A Dapex_manifest.py55 def toJsonString(manifest): argument
/aosp12/system/hwservicemanager/
H A DVintf.cpp75 const std::shared_ptr<const vintf::HalManifest>& manifest, in insertManifestInstances()
/aosp12/frameworks/base/tools/aapt2/xml/
H A DXmlActionExecutor_test.cpp32 manifest_action.Action([&](Element* manifest) -> bool { in TEST()
/aosp12/frameworks/base/tools/aapt2/link/
H A DManifestFixer_test.cpp726 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(no_d, options); in TEST_F() local
821 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); in TEST_F() local
856 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); in TEST_F() local
885 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); in TEST_F() local
907 std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); local

1234