/aosp12/system/apex/apexd/ |
H A D | apex_manifest_test.cpp | 32 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 D | vintf.cpp | 33 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 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
|
/aosp12/system/libvintf/test/ |
H A D | LibVintfTest.cpp | 274 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 D | dynamic_partition_test_utils.h | 122 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 D | dynamic_partition_control_android.cc | 430 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 D | mock_dynamic_partition_control_android.h | 137 const DeltaArchiveManifest& manifest, in RealPrepareDynamicPartitionsForUpdate()
|
/aosp12/system/apex/libs/libapexutil/ |
H A D | apexutil.cpp | 42 ApexManifest manifest; in ParseApexManifest() local 74 auto manifest = ParseApexManifest(apex_path + "/apex_manifest.pb"); in GetActivePackages() local
|
H A D | apexutil_test.cpp | 42 ApexManifest manifest; in CreateApexManifest() local
|
/aosp12/frameworks/base/core/jni/ |
H A 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
|
/aosp12/packages/apps/ThemePicker/robolectric_tests/config/ |
H A D | robolectric.properties | 1 manifest=packages/apps/ThemePicker/AndroidManifest.xml key
|
/aosp12/packages/apps/WallpaperPicker2/robolectric_tests/config/ |
H A D | robolectric.properties | 1 manifest=packages/apps/WallpaperPicker2/AndroidManifest.xml key
|
/aosp12/packages/apps/Bluetooth/tests/robotests/config/ |
H A D | robolectric.properties | 1 manifest=packages/apps/Bluetooth/tests/robotests/AndroidManifest.xml key
|
/aosp12/frameworks/base/services/robotests/backup/src/com/android/server/backup/fullbackup/ |
H A 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
|
/aosp12/frameworks/base/tools/aapt2/ |
H A D | LoadedApk.cpp | 64 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 D | manifest_check.py | 77 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 D | test_config_fixer_test.py | 32 manifest = ( variable in OverwritePackageNameTest
|
/aosp12/frameworks/base/tests/AmSlam/src/test/amslam/subreceivers/ |
H A D | gen.py | 47 manifest = open('AppendToManifest.xml', 'w') variable
|
/aosp12/system/update_engine/scripts/ |
H A D | payload_info.py | 165 def _GetStats(self, manifest): argument 196 def _DisplayStats(self, manifest): argument
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | delta_performer_integration_test.cc | 137 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 D | delta_performer_unittest.cc | 180 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 D | apex_manifest.py | 55 def toJsonString(manifest): argument
|
/aosp12/system/hwservicemanager/ |
H A D | Vintf.cpp | 75 const std::shared_ptr<const vintf::HalManifest>& manifest, in insertManifestInstances()
|
/aosp12/frameworks/base/tools/aapt2/xml/ |
H A D | XmlActionExecutor_test.cpp | 32 manifest_action.Action([&](Element* manifest) -> bool { in TEST()
|
/aosp12/frameworks/base/tools/aapt2/link/ |
H A D | ManifestFixer_test.cpp | 726 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
|