Home
last modified time | relevance | path

Searched refs:manifest (Results 1 – 25 of 32) sorted by relevance

12

/development/testrunner/
Dandroid_manifest.py49 manifest = self._GetManifestElement()
50 if not manifest or not manifest.hasAttribute('package'):
52 return manifest.getAttribute('package')
73 manifest = self._GetManifestElement()
74 uses_sdk_elements = manifest.getElementsByTagName('uses-sdk')
79 manifest.appendChild(uses_sdk_element)
123 manifest = AndroidManifest()
124 manifest._ParseManifest(path)
125 return manifest
Dcreate_test.py86 def _GenerateTestManifest(manifest, module_name, mapping=None): argument
101 tests_path = "%s/%s" % (manifest.GetAppPath(), TestsConsts.TESTS_FOLDER)
102 tests_manifest_path = "%s/%s" % (tests_path, manifest.FILENAME)
108 package_name = manifest.GetPackageName()
199 def _ValidateInputFiles(mk, manifest): argument
214 package_name = manifest.GetPackageName()
216 raise RuntimeError("Variable package missing from %s" % manifest.FILENAME)
229 manifest = android_manifest.AndroidManifest(app_path=app_path)
230 _ValidateInputFiles(mk, manifest)
234 _GenerateTestManifest(manifest, module_name)
/development/tools/repo_diff/service/repodiff/persistence/filesystem/
Dxml_test.go12 var manifest e.ManifestFile
13 err := ReadXMLAsEntity("testdata/manifest.xml", &manifest)
15 assert.Equal(t, 761, len(manifest.Projects), "Number of loaded projects")
19 var manifest e.ManifestFile
20 err := ReadXMLAsEntity("testdata/non_existent_file.xml", &manifest)
/development/gsi/gsi_util/gsi_util/utils/
Dvintf_utils.py23 def checkvintf(manifest, matrix): argument
35 logging.debug('checkvintf %s %s...', manifest, matrix)
39 ['checkvintf', manifest, matrix],
/development/gsi/gsi_util/gsi_util/checkers/
Dvintf_checker.py67 [manifest_filename, matrix_filename]) as [manifest, matrix]:
68 if not manifest:
74 result_ok, stderr = vintf_utils.checkvintf(manifest, matrix)
/development/tools/bugreport/
DAndroid.bp7 manifest: "manifest-library.mf",
/development/tools/mkstubs/
DAndroid.bp20 manifest: "manifest.txt",
/development/tools/apkcheck/
DAndroid.bp18 manifest: "etc/manifest.txt",
/development/tools/rmtypedefs/
DAndroid.bp18 manifest: "etc/manifest.txt",
/development/samples/ShortcutDemo/publisher/
DAndroid.mk32 LOCAL_AAPT_FLAGS += --rename-manifest-package com.example.android.pm.shortcutdemo
56 LOCAL_AAPT_FLAGS += --rename-manifest-package com.example.android.pm.shortcutdemo2
/development/samples/ShortcutDemo/launcher/
DAndroid.mk28 LOCAL_AAPT_FLAGS += --rename-manifest-package com.example.android.pm.shortcutlauncherdemo
55 LOCAL_AAPT_FLAGS += --rename-manifest-package com.example.android.pm.shortcutlauncherdemo2
/development/vndk/tools/sourcedr/ninja/
Dlist_ninja_build_dep.py66 manifest = ninja.load_manifest_from_args(args)
68 for build in manifest.builds:
Dlist_installed_file_from_source.py58 manifest = ninja.load_manifest_from_args(args)
62 for build in manifest.builds:
Dlist_source_file.py100 manifest = ninja.load_manifest_from_args(args)
104 for build in manifest.builds:
/development/vndk/tools/sourcedr/ninja/tests/
Dtest_ninja.py492 manifest = parser.parse(input_path, ENCODING)
494 self.assertEqual(2, len(manifest.rules))
496 rule_cc = manifest.rules[0]
508 rule_ld = manifest.rules[1]
524 manifest = parser.parse(input_path, ENCODING)
526 self.assertEqual(1, len(manifest.builds))
528 build = manifest.builds[0]
548 manifest = parser.parse(input_path, ENCODING)
550 self.assertEqual(1, len(manifest.defaults))
552 default = manifest.defaults[0]
[all …]
/development/tools/line_endings/
DAndroid.bp3 // Copies files into the directory structure described by a manifest
/development/tools/repo_diff/
DREADME.md19 --manifest-url=https://android.googlesource.com/platform/manifest \
20 --manifest-branch=android-8.0.0_r1
27 --manifest-url=https://android.googlesource.com/platform/manifest \
28 --manifest-branch=android-8.0.0_r11
/development/samples/training/testingfun/app/
Dbuild.gradle14 manifest.srcFile 'AndroidManifest.xml'
/development/samples/browseable/ScopedDirectoryAccess/
D_index.jd10 READ_EXTERNAL_STORAGE or WRITE_EXTERNAL_STORAGE in your manifest.
/development/vndk/tools/header-checker/android/
Dupdate_clang-tools.sh68 git add manifest.xml linux-x86 darwin-x86
/development/vndk/tools/header-checker/Documentation/
DDevelopment.md12 -u persistent-https://android.googlesource.com/platform/manifest \
/development/python-packages/
D.gitignore30 *.manifest
/development/tools/repo_diff/service/repodiff/controllers/
Ddifferential.go74 var manifest ent.ManifestFile
78 &manifest,
80 return &manifest, err
/development/python-packages/adb/
D.gitignore31 *.manifest
/development/vndk/snapshot/
Dcheck_gpl_license.py64 manifest=self.MANIFEST_XML,
207 path=module_path, manifest=self.MANIFEST_XML))

12