/build/make/tools/droiddoc/templates-ndk/ |
D | package.cs | 22 <?cs call:since_tags(package) ?> 23 <?cs call:federated_refs(package) ?> 28 package 29 <h1><?cs var:package.name ?></h1> 36 <?cs if:subcount(package.descr) ?> 38 <?cs call:tag_list(package.descr) ?> 51 <?cs call:class_table("Annotations", package.annotations) ?> 52 <?cs call:class_table("Interfaces", package.interfaces) ?> 53 <?cs call:class_table("Classes", package.classes) ?> 54 <?cs call:class_table("Enums", package.enums) ?> [all …]
|
D | customizations.cs | 444 if:subcount(class.package) ?> 446 <?cs call:list("Annotations", class.package.annotations) ?> 447 <?cs call:list("Interfaces", class.package.interfaces) ?> 448 <?cs call:list("Classes", class.package.classes) ?> 449 <?cs call:list("Enums", class.package.enums) ?> 450 <?cs call:list("Exceptions", class.package.exceptions) ?> 451 <?cs call:list("Errors", class.package.errors) ?> 453 elif:subcount(package) ?> 455 <?cs call:class_link_list("Annotations", package.annotations) ?> 456 <?cs call:class_link_list("Interfaces", package.interfaces) ?> [all …]
|
/build/soong/scripts/ |
D | package-check.sh | 22 package-check.sh <jar-file> <package-list> 23 Checks that the class files in the <jar file> are in the <package-list> or 38 package="$1" 39 if [[ "${package}" = */* ]]; then 40 echo "Invalid package \"${package}\". Use dot notation for packages."
|
/build/make/tools/releasetools/ |
D | ota_package_parser.py | 57 def __init__(self, package): argument 58 self.package = package 79 lines = self.package.read(name).strip().splitlines() 145 new_data = self.package.getinfo(partition + ".new.dat") 146 patch_data = self.package.getinfo(partition + ".patch.dat") 165 assert partition + ".new.dat" in self.package.namelist() 166 assert partition + ".patch.dat" in self.package.namelist() 167 assert partition + ".transfer.list" in self.package.namelist() 176 for line in self.package.read(metadata_path).strip().splitlines(): 188 logging.info("Analyzing ota package: " + self.package.filename) [all …]
|
D | check_ota_package_signature.py | 52 def VerifyPackage(cert, package): argument 67 print('Package: %s' % (package,)) 71 with open(package, 'rb') as package_file: 141 def VerifyAbOtaPayload(cert, package): argument 143 package_zip = zipfile.ZipFile(package, 'r') 177 VerifyPackage(args.certificate, args.package) 178 VerifyAbOtaPayload(args.certificate, args.package)
|
D | check_target_files_signatures | 191 self.package = None 273 self.package = None 285 if self.package is not None: 287 self.package = m.group(2) 289 if self.package is None: 342 self.max_pkg_len = max(self.max_pkg_len, len(apk.package)) 366 print("%-*s [%s]" % (self.max_pkg_len, apk.package, apk.filename)) 395 by_digest.setdefault(digest, []).append((apk.package, apk)) 407 self.max_pkg_len, apk.package, 410 print(" %-*s %s" % (self.max_fn_len, apk.filename, apk.package))
|
D | check_target_files_signatures.py | 191 self.package = None 273 self.package = None 285 if self.package is not None: 287 self.package = m.group(2) 289 if self.package is None: 342 self.max_pkg_len = max(self.max_pkg_len, len(apk.package)) 366 print("%-*s [%s]" % (self.max_pkg_len, apk.package, apk.filename)) 395 by_digest.setdefault(digest, []).append((apk.package, apk)) 407 self.max_pkg_len, apk.package, 410 print(" %-*s %s" % (self.max_fn_len, apk.filename, apk.package))
|
/build/make/tools/droiddoc/templates-pdk/ |
D | customizations.cs | 61 if:subcount(class.package) ?> 63 <?cs call:list("Interfaces", class.package.interfaces) ?> 64 <?cs call:list("Classes", class.package.classes) ?> 65 <?cs call:list("Enums", class.package.enums) ?> 66 <?cs call:list("Exceptions", class.package.exceptions) ?> 67 <?cs call:list("Errors", class.package.errors) ?> 69 elif:subcount(package) ?> 71 <?cs call:class_link_list("Interfaces", package.interfaces) ?> 72 <?cs call:class_link_list("Classes", package.classes) ?> 73 <?cs call:class_link_list("Enums", package.enums) ?> [all …]
|
/build/make/tools/signapk/test/ |
D | run | 3 package := NotePad.apk macro 5 all: out/signed-$(package) 26 out/signed-$(package): $(package) $(cert)
|
/build/soong/ |
D | README.md | 130 The build is organized into packages where each package is a collection of related files and a 133 A package is defined as a directory containing a file named `Android.bp`, residing beneath the 135 package includes all files in its directory, plus all subdirectories beneath it, except those which 138 The modules in a package's `Android.bp` and included files are part of the module. 142 `my/app/data` is not a package, but a directory belonging to package `my/app`. 150 This is based on the Bazel package concept. 152 The `package` module type allows information to be specified about a package. Only a single 153 `package` module can be specified per package and in the case where there are multiple `.bp` files 154 in the same package directory it is highly recommended that the `package` module (if required) is 157 Unlike most module type `package` does not have a `name` property. Instead the name is set to the [all …]
|
/build/make/core/ |
D | build_rro_package.mk | 15 $(error runtime resource overlay package should not contain sources) 43 include $(BUILD_SYSTEM)/package.mk
|
D | app_prebuilt_internal.mk | 29 LOCAL_BUILT_MODULE_STEM := package.apk.gz 35 LOCAL_BUILT_MODULE_STEM := package.apk 248 $(sign-package) 251 $(align-package) 254 $(compress-package) 282 $(sign-package)
|
D | generate_enforce_rro.mk | 10 use_package_name_arg := --use-package-name 24 --package-info $(PRIVATE_PACKAGE_INFO) \
|
D | package_internal.mk | 199 my_res_package := $(intermediates)/package-res.apk 238 LOCAL_BUILT_MODULE_STEM := package.apk.gz 241 LOCAL_BUILT_MODULE_STEM := package.apk 410 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk 417 $(call intermediates-dir-for,APPS,$(lib),,COMMON)/package-export.apk) 562 $(call create-jni-shared-libs-package,$@.parts/jni.zip,$(PRIVATE_USE_EMBEDDED_NATIVE_LIBS)) 582 $(sign-package) 584 $(compress-package) 587 my_package_res_pb := $(intermediates)/package-res.pb.apk 614 $(call create-jni-shared-libs-package,$@.parts/jni.zip) [all …]
|
D | aapt2.mk | 70 $(call intermediates-dir-for,JAVA_LIBRARIES,$(l),,COMMON)/package-res.apk) 74 $(call intermediates-dir-for,JAVA_LIBRARIES,$(l),,COMMON)/package-res.apk) 111 resource_export_package := $(intermediates.COMMON)/package-export.apk
|
D | host_java_library.mk | 95 $(transform-host-java-to-package) 96 $(remove-timestamps-from-package)
|
D | proguard_basic_keeps.flags | 1 # Some classes in the libraries extend package private classes to chare common functionality 41 # Please specify classes to be kept explicitly in your package's configuration. 58 # See proguard-android.txt in the SDK package.
|
D | static_library_internal.mk | 42 $(package-coverage-files)
|
D | definitions.mk | 1627 define transform-host-o-to-package 1783 define package-coverage-files 1887 $(addprefix --rename-manifest-package ,$(PRIVATE_MANIFEST_PACKAGE_NAME)) \ 1888 $(addprefix --rename-instrumentation-target-package ,$(PRIVATE_MANIFEST_INSTRUMENTATION_FOR)) \ 2150 define _add-jni-shared-libs-to-package-per-abi 2157 define create-jni-shared-libs-package 2161 $(call _add-jni-shared-libs-to-package-per-abi,$(1),$(abi),\ 2196 define add-jar-resources-to-package 2211 define sign-package 2212 $(call sign-package-arg,$@) [all …]
|
D | ninja_config.mk | 42 target-files-package \
|
D | proguard.flags | 9 # Add this flag in your package's own configuration if it's needed.
|
D | static_java_library.mk | 93 my_res_package := $(intermediates.COMMON)/package-res.apk 119 $(call intermediates-dir-for,APPS,framework-res,,COMMON)/package-export.apk
|
D | pdk_config.mk | 34 target/common/obj/APPS/framework-res_intermediates/package-export.apk \ 143 target/common/obj/APPS/framework-res_intermediates/package-export.apk))
|
/build/make/tools/ |
D | auto_gen_test_config.py | 77 package = manifest.attributes[ATTRIBUTE_PACKAGE].value 86 config = config.replace(PLACEHOLDER_PACKAGE, package)
|
/build/make/core/tasks/ |
D | boot_jars_package_check.mk | 23 intermediates := $(call intermediates-dir-for, PACKAGING, boot-jars-package-check,,COMMON)
|