/development/testrunner/ |
D | android_manifest.py | 49 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
|
D | create_test.py | 86 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/ |
D | xml_test.go | 12 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/ |
D | vintf_utils.py | 23 def checkvintf(manifest, matrix): argument 35 logging.debug('checkvintf %s %s...', manifest, matrix) 39 ['checkvintf', manifest, matrix],
|
/development/gsi/gsi_util/gsi_util/checkers/ |
D | vintf_checker.py | 67 [manifest_filename, matrix_filename]) as [manifest, matrix]: 68 if not manifest: 74 result_ok, stderr = vintf_utils.checkvintf(manifest, matrix)
|
/development/tools/bugreport/ |
D | Android.bp | 7 manifest: "manifest-library.mf",
|
/development/tools/mkstubs/ |
D | Android.bp | 20 manifest: "manifest.txt",
|
/development/tools/apkcheck/ |
D | Android.bp | 18 manifest: "etc/manifest.txt",
|
/development/tools/rmtypedefs/ |
D | Android.bp | 18 manifest: "etc/manifest.txt",
|
/development/samples/ShortcutDemo/publisher/ |
D | Android.mk | 32 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/ |
D | Android.mk | 28 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/ |
D | list_ninja_build_dep.py | 66 manifest = ninja.load_manifest_from_args(args) 68 for build in manifest.builds:
|
D | list_installed_file_from_source.py | 58 manifest = ninja.load_manifest_from_args(args) 62 for build in manifest.builds:
|
D | list_source_file.py | 100 manifest = ninja.load_manifest_from_args(args) 104 for build in manifest.builds:
|
/development/vndk/tools/sourcedr/ninja/tests/ |
D | test_ninja.py | 492 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/ |
D | Android.bp | 3 // Copies files into the directory structure described by a manifest
|
/development/tools/repo_diff/ |
D | README.md | 19 --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/ |
D | build.gradle | 14 manifest.srcFile 'AndroidManifest.xml'
|
/development/samples/browseable/ScopedDirectoryAccess/ |
D | _index.jd | 10 READ_EXTERNAL_STORAGE or WRITE_EXTERNAL_STORAGE in your manifest.
|
/development/vndk/tools/header-checker/android/ |
D | update_clang-tools.sh | 68 git add manifest.xml linux-x86 darwin-x86
|
/development/vndk/tools/header-checker/Documentation/ |
D | Development.md | 12 -u persistent-https://android.googlesource.com/platform/manifest \
|
/development/python-packages/ |
D | .gitignore | 30 *.manifest
|
/development/tools/repo_diff/service/repodiff/controllers/ |
D | differential.go | 74 var manifest ent.ManifestFile 78 &manifest, 80 return &manifest, err
|
/development/python-packages/adb/ |
D | .gitignore | 31 *.manifest
|
/development/vndk/snapshot/ |
D | check_gpl_license.py | 64 manifest=self.MANIFEST_XML, 207 path=module_path, manifest=self.MANIFEST_XML))
|